{
    "item": [
        {
            "name": "loginservice",
            "description": "",
            "item": [
                {
                    "id": "5b1ccc65-6fd3-44b8-addf-53e9d215ff3b",
                    "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": "text/plain"
                            }
                        ],
                        "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": "the user tenant",
                                        "type": "text/plain"
                                    },
                                    "key": "tenant",
                                    "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": "c30ae027-b4d3-4890-852e-a0ba0f8d9e0e",
                            "name": "Login success",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        "loginservice"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": []
                                },
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application/x-www-form-urlencoded"
                                    },
                                    {
                                        "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": "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": "the user tenant",
                                                "type": "text/plain"
                                            },
                                            "key": "tenant",
                                            "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": [
                                {
                                    "key": "Content-Type",
                                    "value": "text/plain"
                                },
                                {
                                    "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>"
                                }
                            ],
                            "body": "<string>",
                            "cookie": [],
                            "_postman_previewlanguage": "text"
                        },
                        {
                            "id": "042b476d-ad9c-4807-8efe-7ec02c4e91b3",
                            "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": "the user tenant",
                                                "type": "text/plain"
                                            },
                                            "key": "tenant",
                                            "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                            "cookie": [],
                            "_postman_previewlanguage": "json"
                        },
                        {
                            "id": "0e77eefe-8afa-400a-86b0-fca0f9c6488e",
                            "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": "the user tenant",
                                                "type": "text/plain"
                                            },
                                            "key": "tenant",
                                            "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                            "cookie": [],
                            "_postman_previewlanguage": "json"
                        },
                        {
                            "id": "e2bda4a1-33bd-4dd8-a1cf-b8ff01bddf50",
                            "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": "the user tenant",
                                                "type": "text/plain"
                                            },
                                            "key": "tenant",
                                            "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                            "cookie": [],
                            "_postman_previewlanguage": "json"
                        },
                        {
                            "id": "836d720b-e83e-4666-b238-c4c6799ce01b",
                            "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": "the user tenant",
                                                "type": "text/plain"
                                            },
                                            "key": "tenant",
                                            "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                            "cookie": [],
                            "_postman_previewlanguage": "json"
                        }
                    ],
                    "event": [],
                    "protocolProfileBehavior": {
                        "disableBodyPruning": true
                    }
                }
            ]
        },
        {
            "name": "logoutservice",
            "description": "",
            "item": [
                {
                    "id": "33e53d95-a08d-4cad-8e14-6b77780bdfe1",
                    "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": "79ca86b8-ea7c-49dd-9416-339a6d3ec3a8",
                            "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": "76272554-33d6-4ef4-a53b-1cf0e0cd6e7f",
                            "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                            "cookie": [],
                            "_postman_previewlanguage": "json"
                        },
                        {
                            "id": "b4ce68c6-0fd8-4768-9bd5-02076179e8c8",
                            "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                            "cookie": [],
                            "_postman_previewlanguage": "json"
                        },
                        {
                            "id": "5fc2b18d-eedc-4d01-8386-510c1621cf31",
                            "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                            "cookie": [],
                            "_postman_previewlanguage": "json"
                        },
                        {
                            "id": "18d9e2a9-f3a4-40ce-880f-08844f27ccb6",
                            "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                            "cookie": [],
                            "_postman_previewlanguage": "json"
                        }
                    ],
                    "event": [],
                    "protocolProfileBehavior": {
                        "disableBodyPruning": true
                    }
                }
            ]
        },
        {
            "name": "API",
            "description": "",
            "item": [
                {
                    "name": "living",
                    "description": "",
                    "item": [
                        {
                            "name": "application",
                            "description": "",
                            "item": [
                                {
                                    "id": "99ebc0e8-aca5-4437-8431-f32d6e0378d0",
                                    "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`\n- can search on `token`, `displayName`, `version`\n- can filter on `token`, `displayName`, `version`, `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": "pzpOVpgh8pVtnsJ%jSaqESaGjSZFYzoRQjCjEOWbxXHa%zrarLMwgfeUWvdTh0BF0HEJi0Uzm"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "can filter on attributes with the format f={filter\\_name}={filter\\_value} with the name/value pair as url encoded string.",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "f",
                                                    "value": "14az0SYUUzoQQ1H66MkCz"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "can order on attributes",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "o",
                                                    "value": "M9%m9XsLI4JOWpDmI60f0zha3eijVpqIsT%d4T%ULYS1Kbfyti70YRYcFT%cyVnrN"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "can search on attributes",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "s",
                                                    "value": "M9%m9XsLI4JOWpDmI60f0zha3eijVpqIsT%d4T%ULYS1Kbfyti70YRYcFT%cyVnrN"
                                                }
                                            ],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            }
                                        ],
                                        "method": "GET",
                                        "body": {},
                                        "auth": null
                                    },
                                    "response": [
                                        {
                                            "id": "d7e41faf-181a-4104-8355-80b8f928acef",
                                            "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": "14az0SYUUzoQQ1H66MkCz"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "M9%m9XsLI4JOWpDmI60f0zha3eijVpqIsT%d4T%ULYS1Kbfyti70YRYcFT%cyVnrN"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can search on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "s",
                                                            "value": "M9%m9XsLI4JOWpDmI60f0zha3eijVpqIsT%d4T%ULYS1Kbfyti70YRYcFT%cyVnrN"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "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    \"createdBy\": \"KlMRSBco_jCZ-NXMWRyfgc1O2l5Va84IgMo3b.tEE_bxepQQoui.jSr2RcDWv2bOkHPOx0Pbm5m\",\n    \"creationDate\": \"<string>\",\n    \"description\": \"<string>\",\n    \"displayName\": \"<string>\",\n    \"homePageId\": \"-LjNEW4ZBi2c8yiIBgC54Ne42LK2-yR1ZejeHLASJkVTm2RU_O4qINRYzPm2tSJdzBdDZIjCXMMKx1\",\n    \"id\": \"6wMAunUKRNmX.Njw6sfjRJegzfFMsiUB0LuA2nyPUVqJQxTfr7Wf_7py2hsXTishw8SSxW56leyzwp1Dc3ixBADmurEfWsRdOW4CpMhXUIGAWkM1VcK0gaNw8zK8dqGXiFYZdrLmLLcysXu.\",\n    \"lastUpdateDate\": \"<string>\",\n    \"profileId\": \"V8jS9zep5evqBrw41qvphA6nxmwu06jsnMas9EVApwcL9y8TPK8W5i9ArEP7mGtWdceu8WJLdXVLRvw8Apdx4KaYV_6E9yGVdO.2CtP_YEh2Hq9V80VEjBeVIzsCAYk8K\",\n    \"token\": \"<string>\",\n    \"updatedBy\": \"<string>\",\n    \"version\": \"<string>\"\n  },\n  {\n    \"createdBy\": \"7PYp5MYINlA-3WOR00HJklip_T3u1QUNTlYLmCoxU6EqWGjqj2zFoPXfAYCwHTujT.Ic0XW9ZqVET6xtY4KF0_G1cS0iXvUzDILE5CMs0b_hK-SSxvoOOwr82U7Oae2d3BkNZNGGOLoARa5T2RDwF0XKAnzVT3Jw5KvhlK9b.my4--G74ONcU\",\n    \"creationDate\": \"<string>\",\n    \"description\": \"<string>\",\n    \"displayName\": \"<string>\",\n    \"homePageId\": \"LusO98dDwC8wcQgj6CHpJWh63uP8hXuibUL1Lr3A8YipCugBcbfPbHpQuAx2NdQ-gDfyCcvvXz_tJV_Vz\",\n    \"id\": \"MnsYQfzOW_0NLE4ouqP6ClCfp.jzcBHc3gFVcbApbLaFdNg0xFJEfnj2ZDQiiEUa0YNptRtK2JUL3QVoZ61qte2RpqHXQNYEXOFp6zA6M8qY30DWhDBsClFp2.UpKNrElGUTgV-.kociraKKnXRv7OW._M0FiG-Pl5tJcc670rs-dz7cVztUJcs-\",\n    \"lastUpdateDate\": \"<string>\",\n    \"profileId\": \"G6oLSW0utUpXqZXPStn0toV0dy6Y1xLul-nM_yiI9ApQWX4lJT-ha2Y9qhe6a2qLnjxY6WPCEsWHUUbxKX73oBPpSSNvA44OkVIdUXSg413iAbOD2_YIVEVtN-vFEZf7tjVV9j6r\",\n    \"token\": \"<string>\",\n    \"updatedBy\": \"<string>\",\n    \"version\": \"<string>\"\n  }\n]",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "e2c75471-6d53-47b6-bf56-3e278f309d8f",
                                            "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": "14az0SYUUzoQQ1H66MkCz"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "M9%m9XsLI4JOWpDmI60f0zha3eijVpqIsT%d4T%ULYS1Kbfyti70YRYcFT%cyVnrN"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can search on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "s",
                                                            "value": "M9%m9XsLI4JOWpDmI60f0zha3eijVpqIsT%d4T%ULYS1Kbfyti70YRYcFT%cyVnrN"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "b745dbbf-d7f1-4cc5-8115-f04b9ea1da51",
                                            "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": "14az0SYUUzoQQ1H66MkCz"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "M9%m9XsLI4JOWpDmI60f0zha3eijVpqIsT%d4T%ULYS1Kbfyti70YRYcFT%cyVnrN"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can search on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "s",
                                                            "value": "M9%m9XsLI4JOWpDmI60f0zha3eijVpqIsT%d4T%ULYS1Kbfyti70YRYcFT%cyVnrN"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "e9afdf9b-cd6a-4470-8861-bf31dd8c6fa8",
                                            "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": "14az0SYUUzoQQ1H66MkCz"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "M9%m9XsLI4JOWpDmI60f0zha3eijVpqIsT%d4T%ULYS1Kbfyti70YRYcFT%cyVnrN"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can search on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "s",
                                                            "value": "M9%m9XsLI4JOWpDmI60f0zha3eijVpqIsT%d4T%ULYS1Kbfyti70YRYcFT%cyVnrN"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "2e3e3e15-1727-4174-9f5d-163f8ac615a6",
                                            "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": "14az0SYUUzoQQ1H66MkCz"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "M9%m9XsLI4JOWpDmI60f0zha3eijVpqIsT%d4T%ULYS1Kbfyti70YRYcFT%cyVnrN"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can search on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "s",
                                                            "value": "M9%m9XsLI4JOWpDmI60f0zha3eijVpqIsT%d4T%ULYS1Kbfyti70YRYcFT%cyVnrN"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        }
                                    ],
                                    "event": [],
                                    "protocolProfileBehavior": {
                                        "disableBodyPruning": true
                                    }
                                },
                                {
                                    "id": "76735140-03c9-4ba3-b184-7d2230d1e88b",
                                    "name": "Create a living application",
                                    "request": {
                                        "name": "Create a living application",
                                        "description": {
                                            "content": "Create a living applications\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  \"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": "79b96f2d-cfdb-4010-8ff1-abb2d45b155b",
                                            "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  \"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  \"createdBy\": \"8HhlrcYhXI7MfmsEWaIdhYxnL5TXx32PUXNco3UkQwZdYfzuulhUXfCuvqPOjd7CzeKva3zpTqRTDAJiw6v6LGt90hY1Ca-7mGfxeW7Bripj7T26ZVZSbZE.9_o_uZrukay0NpTYlJBfSX2X1n85JFbVsijjIt7uwxswPAJmd4FGZKnJcVL-DIRXu99T5H4XmnotD-0f51ZIPx9kYDV5_A\",\n  \"creationDate\": \"<string>\",\n  \"description\": \"<string>\",\n  \"displayName\": \"<string>\",\n  \"homePageId\": \"1w_Uw6s2tZuDh8xqgoee1chh0d5Aa8XT_vHr8tg7bHKw6pJUH3U\",\n  \"id\": \"xVjV97FBh_O5iFDnEN.ZKExsEicv9.iw8-K.S-nH_xkNo44ghizDYuPPgDO9JOc7OTlz.DibdI_EAesL501LEBO3XARupfPGXXk5Xz6VEFgfgSvmT80m93RMPk-MwEqqbj5QurhD6Y5K-wKmM_\",\n  \"lastUpdateDate\": \"<string>\",\n  \"profileId\": \"Fv7aYBzxLeYgakM93X8lG_AiNf\",\n  \"token\": \"<string>\",\n  \"updatedBy\": \"<string>\",\n  \"version\": \"<string>\"\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "9a989d84-7cd5-4e02-b562-f176a3280420",
                                            "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  \"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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "b3055999-68b7-4e46-b2d2-b6abef5df8b4",
                                            "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  \"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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "e042c0a6-1cf9-4881-9e66-944a2886cc04",
                                            "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  \"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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "30b981ac-d8df-4285-8c90-2bfe753f9039",
                                            "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  \"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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        }
                                    ],
                                    "event": [],
                                    "protocolProfileBehavior": {
                                        "disableBodyPruning": true
                                    }
                                },
                                {
                                    "name": "{id}",
                                    "description": "",
                                    "item": [
                                        {
                                            "id": "aa9c202c-a086-489d-b4fd-0824922889f8",
                                            "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": "PTu11.P13g.x9c",
                                                            "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": "4dea0b46-354a-42f4-9a6a-240bed561ce3",
                                                    "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  \"createdBy\": \"8HhlrcYhXI7MfmsEWaIdhYxnL5TXx32PUXNco3UkQwZdYfzuulhUXfCuvqPOjd7CzeKva3zpTqRTDAJiw6v6LGt90hY1Ca-7mGfxeW7Bripj7T26ZVZSbZE.9_o_uZrukay0NpTYlJBfSX2X1n85JFbVsijjIt7uwxswPAJmd4FGZKnJcVL-DIRXu99T5H4XmnotD-0f51ZIPx9kYDV5_A\",\n  \"creationDate\": \"<string>\",\n  \"description\": \"<string>\",\n  \"displayName\": \"<string>\",\n  \"homePageId\": \"1w_Uw6s2tZuDh8xqgoee1chh0d5Aa8XT_vHr8tg7bHKw6pJUH3U\",\n  \"id\": \"xVjV97FBh_O5iFDnEN.ZKExsEicv9.iw8-K.S-nH_xkNo44ghizDYuPPgDO9JOc7OTlz.DibdI_EAesL501LEBO3XARupfPGXXk5Xz6VEFgfgSvmT80m93RMPk-MwEqqbj5QurhD6Y5K-wKmM_\",\n  \"lastUpdateDate\": \"<string>\",\n  \"profileId\": \"Fv7aYBzxLeYgakM93X8lG_AiNf\",\n  \"token\": \"<string>\",\n  \"updatedBy\": \"<string>\",\n  \"version\": \"<string>\"\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "841919f0-a396-499f-b7a8-47cb63b24f8c",
                                                    "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "95b40cbc-b37c-40a8-a290-7c4786c53d2c",
                                                    "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "c4aa11cf-cdb3-4b7d-842d-10170cdfc90d",
                                                    "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "09d0d811-bc93-4ff9-ab3c-4220a45bf829",
                                                    "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "9d22af75-533f-4c16-bae7-688ea3308653",
                                                    "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        },
                                        {
                                            "id": "e65c9bee-4169-4802-a3d1-4b369fb0e7ce",
                                            "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": "PTu11.P13g.x9c",
                                                            "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": "ce60a861-1de0-4335-b92b-34fa672ef417",
                                                    "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": "8f1efda5-3804-4f29-908d-6c59d9528767",
                                                    "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "754a2f64-d13a-4c8f-bf6a-a8120d1c574a",
                                                    "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "f63434e3-8f7c-432b-a53a-49e1b9063989",
                                                    "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "7aad9de4-b437-4404-aeac-69d7303efa1a",
                                                    "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "6c8f0977-4ca9-480d-a3ec-3fb831d24241",
                                                    "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        },
                                        {
                                            "id": "90da0cee-41a1-4a62-b140-32ee5ae2330f",
                                            "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\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": "PTu11.P13g.x9c",
                                                            "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": "c4b445ac-7196-4752-94d1-c1d81750ed7a",
                                                    "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  \"createdBy\": \"8HhlrcYhXI7MfmsEWaIdhYxnL5TXx32PUXNco3UkQwZdYfzuulhUXfCuvqPOjd7CzeKva3zpTqRTDAJiw6v6LGt90hY1Ca-7mGfxeW7Bripj7T26ZVZSbZE.9_o_uZrukay0NpTYlJBfSX2X1n85JFbVsijjIt7uwxswPAJmd4FGZKnJcVL-DIRXu99T5H4XmnotD-0f51ZIPx9kYDV5_A\",\n  \"creationDate\": \"<string>\",\n  \"description\": \"<string>\",\n  \"displayName\": \"<string>\",\n  \"homePageId\": \"1w_Uw6s2tZuDh8xqgoee1chh0d5Aa8XT_vHr8tg7bHKw6pJUH3U\",\n  \"id\": \"xVjV97FBh_O5iFDnEN.ZKExsEicv9.iw8-K.S-nH_xkNo44ghizDYuPPgDO9JOc7OTlz.DibdI_EAesL501LEBO3XARupfPGXXk5Xz6VEFgfgSvmT80m93RMPk-MwEqqbj5QurhD6Y5K-wKmM_\",\n  \"lastUpdateDate\": \"<string>\",\n  \"profileId\": \"Fv7aYBzxLeYgakM93X8lG_AiNf\",\n  \"token\": \"<string>\",\n  \"updatedBy\": \"<string>\",\n  \"version\": \"<string>\"\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "dfd04eb2-d13c-49c2-98de-aab20a3ecbbf",
                                                    "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "fd144f14-b889-4968-91ad-7237c0e98f17",
                                                    "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "3721dec6-b575-4c8d-a32b-a1ee13f190f8",
                                                    "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "4e430d3f-c1b3-4f33-8736-6c0bfe3361fb",
                                                    "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "1aece9e7-3d9e-4c6c-bb8f-5a27030a75a6",
                                                    "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        }
                                    ]
                                }
                            ]
                        },
                        {
                            "name": "application-menu",
                            "description": "",
                            "item": [
                                {
                                    "id": "57d98107-4b02-45de-be53-0f7323a48c71",
                                    "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": "pzpOVpgh8pVtnsJ%jSaqESaGjSZFYzoRQjCjEOWbxXHa%zrarLMwgfeUWvdTh0BF0HEJi0Uzm"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "can filter on attributes with the format f={filter\\_name}={filter\\_value} with the name/value pair as url encoded string.",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "f",
                                                    "value": "14az0SYUUzoQQ1H66MkCz"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "can order on attributes",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "o",
                                                    "value": "M9%m9XsLI4JOWpDmI60f0zha3eijVpqIsT%d4T%ULYS1Kbfyti70YRYcFT%cyVnrN"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "can search on attributes",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "s",
                                                    "value": "M9%m9XsLI4JOWpDmI60f0zha3eijVpqIsT%d4T%ULYS1Kbfyti70YRYcFT%cyVnrN"
                                                }
                                            ],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            }
                                        ],
                                        "method": "GET",
                                        "body": {},
                                        "auth": null
                                    },
                                    "response": [
                                        {
                                            "id": "e1c23046-8639-4299-8991-a533d140b874",
                                            "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": "14az0SYUUzoQQ1H66MkCz"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "M9%m9XsLI4JOWpDmI60f0zha3eijVpqIsT%d4T%ULYS1Kbfyti70YRYcFT%cyVnrN"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can search on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "s",
                                                            "value": "M9%m9XsLI4JOWpDmI60f0zha3eijVpqIsT%d4T%ULYS1Kbfyti70YRYcFT%cyVnrN"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "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": "b096dce6-0697-48a1-a58b-bd02c1a11927",
                                            "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": "14az0SYUUzoQQ1H66MkCz"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "M9%m9XsLI4JOWpDmI60f0zha3eijVpqIsT%d4T%ULYS1Kbfyti70YRYcFT%cyVnrN"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can search on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "s",
                                                            "value": "M9%m9XsLI4JOWpDmI60f0zha3eijVpqIsT%d4T%ULYS1Kbfyti70YRYcFT%cyVnrN"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "cc330290-45fd-4ae9-b8b6-c54160d00180",
                                            "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": "14az0SYUUzoQQ1H66MkCz"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "M9%m9XsLI4JOWpDmI60f0zha3eijVpqIsT%d4T%ULYS1Kbfyti70YRYcFT%cyVnrN"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can search on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "s",
                                                            "value": "M9%m9XsLI4JOWpDmI60f0zha3eijVpqIsT%d4T%ULYS1Kbfyti70YRYcFT%cyVnrN"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "fde238fa-a9f5-434a-b64d-a92d68ea19bb",
                                            "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": "14az0SYUUzoQQ1H66MkCz"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "M9%m9XsLI4JOWpDmI60f0zha3eijVpqIsT%d4T%ULYS1Kbfyti70YRYcFT%cyVnrN"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can search on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "s",
                                                            "value": "M9%m9XsLI4JOWpDmI60f0zha3eijVpqIsT%d4T%ULYS1Kbfyti70YRYcFT%cyVnrN"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "ecf521bb-1986-41af-b61c-4f84c69bb496",
                                            "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": "14az0SYUUzoQQ1H66MkCz"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "M9%m9XsLI4JOWpDmI60f0zha3eijVpqIsT%d4T%ULYS1Kbfyti70YRYcFT%cyVnrN"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can search on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "s",
                                                            "value": "M9%m9XsLI4JOWpDmI60f0zha3eijVpqIsT%d4T%ULYS1Kbfyti70YRYcFT%cyVnrN"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        }
                                    ],
                                    "event": [],
                                    "protocolProfileBehavior": {
                                        "disableBodyPruning": true
                                    }
                                },
                                {
                                    "id": "7e0677da-d8f1-4397-9088-760bc3f59ba4",
                                    "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": "7720e9e4-791a-4576-aad5-cd859ce8a2ac",
                                            "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": "10711796-aa55-4202-b0a4-3ef88fc1ce70",
                                            "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "35a7f0d1-50f3-4d76-a3dc-3a1b372105c0",
                                            "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "66a0374c-6321-486e-b8a7-3bf35d1bba6e",
                                            "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "6c4e4627-51da-47dc-a375-48b4920a9f4b",
                                            "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        }
                                    ],
                                    "event": [],
                                    "protocolProfileBehavior": {
                                        "disableBodyPruning": true
                                    }
                                },
                                {
                                    "name": "{id}",
                                    "description": "",
                                    "item": [
                                        {
                                            "id": "7903a634-648d-4e49-a6ee-dc58f9c0579d",
                                            "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": "PTu11.P13g.x9c",
                                                            "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": "154039e2-331a-4c4a-a02f-016b7a3236a4",
                                                    "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": "21d2d520-872c-4b16-8279-14c6aac297c4",
                                                    "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "88ac09a2-6c73-48c2-83f6-b1fe9d49c38a",
                                                    "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "d18ba4a1-c674-42ad-ba20-ad6ec0a8221e",
                                                    "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "b2faa508-2090-4543-a8e7-5d80285b49f5",
                                                    "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "3aa3836c-9e17-4cc1-9a9a-58219d5019d9",
                                                    "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        },
                                        {
                                            "id": "1718520f-051b-45b5-8146-45f6831be405",
                                            "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": "PTu11.P13g.x9c",
                                                            "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": "e67d09ea-141f-4810-9e37-79ba65cc3b24",
                                                    "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": "5daad387-4698-4da7-85da-d4d368923ce1",
                                                    "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "969a7c0b-6fca-4a90-9be4-64a96d5e810c",
                                                    "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "b5e65b99-63ad-40de-9546-7c228bcdc86a",
                                                    "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "e9190f17-5486-4bbc-953e-52a3462ffcf2",
                                                    "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "bd6fb18d-7710-4caa-a2bc-dfcb3953466d",
                                                    "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        },
                                        {
                                            "id": "25a329bf-725e-4d7b-b0a7-a75120978115",
                                            "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": "PTu11.P13g.x9c",
                                                            "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": "ecdce7f4-042c-4d9d-88e1-f2f5aeeeae6e",
                                                    "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": "32eed694-7008-48c8-85ac-81e01f659616",
                                                    "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "d660eba0-521f-4532-8070-c76b4d9cba77",
                                                    "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "3426f05a-2c33-4487-a2bf-dce1d2768703",
                                                    "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "93e093dc-1877-4cf8-b9e9-0d723ed31ec9",
                                                    "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "20293ece-d797-42a7-8b49-801dfb331423",
                                                    "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        }
                                    ]
                                }
                            ]
                        },
                        {
                            "name": "application-page",
                            "description": "",
                            "item": [
                                {
                                    "id": "6fdbdc7d-d9e4-4f7c-be1a-89909cd965c7",
                                    "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": "pzpOVpgh8pVtnsJ%jSaqESaGjSZFYzoRQjCjEOWbxXHa%zrarLMwgfeUWvdTh0BF0HEJi0Uzm"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "can filter on attributes with the format f={filter\\_name}={filter\\_value} with the name/value pair as url encoded string.",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "f",
                                                    "value": "14az0SYUUzoQQ1H66MkCz"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "can order on attributes",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "o",
                                                    "value": "M9%m9XsLI4JOWpDmI60f0zha3eijVpqIsT%d4T%ULYS1Kbfyti70YRYcFT%cyVnrN"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "can search on attributes",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "s",
                                                    "value": "M9%m9XsLI4JOWpDmI60f0zha3eijVpqIsT%d4T%ULYS1Kbfyti70YRYcFT%cyVnrN"
                                                }
                                            ],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Accept",
                                                "value": "ApplicationPage/json"
                                            }
                                        ],
                                        "method": "GET",
                                        "body": {},
                                        "auth": null
                                    },
                                    "response": [
                                        {
                                            "id": "abbb29ea-136e-4f27-bfa1-a318bbc3a920",
                                            "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": "14az0SYUUzoQQ1H66MkCz"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "M9%m9XsLI4JOWpDmI60f0zha3eijVpqIsT%d4T%ULYS1Kbfyti70YRYcFT%cyVnrN"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can search on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "s",
                                                            "value": "M9%m9XsLI4JOWpDmI60f0zha3eijVpqIsT%d4T%ULYS1Kbfyti70YRYcFT%cyVnrN"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "ApplicationPage/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": "ApplicationPage/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": "text"
                                        },
                                        {
                                            "id": "59fde1d4-4b0a-4b5d-b977-f642f05edf24",
                                            "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": "14az0SYUUzoQQ1H66MkCz"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "M9%m9XsLI4JOWpDmI60f0zha3eijVpqIsT%d4T%ULYS1Kbfyti70YRYcFT%cyVnrN"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can search on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "s",
                                                            "value": "M9%m9XsLI4JOWpDmI60f0zha3eijVpqIsT%d4T%ULYS1Kbfyti70YRYcFT%cyVnrN"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "02f93a94-5936-4829-b25f-2938ab1d32be",
                                            "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": "14az0SYUUzoQQ1H66MkCz"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "M9%m9XsLI4JOWpDmI60f0zha3eijVpqIsT%d4T%ULYS1Kbfyti70YRYcFT%cyVnrN"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can search on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "s",
                                                            "value": "M9%m9XsLI4JOWpDmI60f0zha3eijVpqIsT%d4T%ULYS1Kbfyti70YRYcFT%cyVnrN"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "00390634-3e46-4166-92bd-1500cb594937",
                                            "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": "14az0SYUUzoQQ1H66MkCz"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "M9%m9XsLI4JOWpDmI60f0zha3eijVpqIsT%d4T%ULYS1Kbfyti70YRYcFT%cyVnrN"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can search on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "s",
                                                            "value": "M9%m9XsLI4JOWpDmI60f0zha3eijVpqIsT%d4T%ULYS1Kbfyti70YRYcFT%cyVnrN"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "47a34b8b-d231-43b2-bfbe-daf728fceb2d",
                                            "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": "14az0SYUUzoQQ1H66MkCz"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "M9%m9XsLI4JOWpDmI60f0zha3eijVpqIsT%d4T%ULYS1Kbfyti70YRYcFT%cyVnrN"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can search on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "s",
                                                            "value": "M9%m9XsLI4JOWpDmI60f0zha3eijVpqIsT%d4T%ULYS1Kbfyti70YRYcFT%cyVnrN"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        }
                                    ],
                                    "event": [],
                                    "protocolProfileBehavior": {
                                        "disableBodyPruning": true
                                    }
                                },
                                {
                                    "id": "dda947f7-04c5-43c9-ba56-715b96595265",
                                    "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": "744fbd69-b4ab-43dd-b211-adbcf428a81d",
                                            "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": "e7a73e39-154c-4d4d-b919-09bc19e760bb",
                                            "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "4aabeca5-1910-4d72-964d-56fd31fda81d",
                                            "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "abd6cf6a-183a-4de3-970b-5d793ccb868b",
                                            "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "369fcaf1-a3de-46a5-bd49-915bfd608ffe",
                                            "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        }
                                    ],
                                    "event": [],
                                    "protocolProfileBehavior": {
                                        "disableBodyPruning": true
                                    }
                                },
                                {
                                    "name": "{id}",
                                    "description": "",
                                    "item": [
                                        {
                                            "id": "ceadf6e3-f867-4cd5-97e1-5f153fd9aeaa",
                                            "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": "PTu11.P13g.x9c",
                                                            "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": "5c566b80-1caa-4f8c-80a3-a698e01beb5b",
                                                    "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": "fe3715e9-3525-4a8a-aa3d-c0ddc2d60d6d",
                                                    "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "8f44502e-a28d-4e1b-98df-7573f6feca3b",
                                                    "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "a48d2580-949d-4464-85f1-5c71dd30cfcd",
                                                    "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "1b6a652f-502a-4c13-b834-79728e6814ed",
                                                    "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "2ed8eb61-7327-4606-a819-4cc5784b9749",
                                                    "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        },
                                        {
                                            "id": "a817f0e9-1c09-44e3-871d-21a90c344adc",
                                            "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": "PTu11.P13g.x9c",
                                                            "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": "a661d2b3-6b43-4070-8c3b-24e67eaab383",
                                                    "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": "849ff5f3-d6aa-4a6d-893b-e49858de72de",
                                                    "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "8f3078a2-5c59-4802-9621-24c01c393a59",
                                                    "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "d859d8ff-b120-4ad2-94c4-0f8950fdec71",
                                                    "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "e8e78fd5-6a05-4881-99c7-cd9e72964474",
                                                    "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "1a3c8fe2-533e-4244-bade-a0d77b2c67f5",
                                                    "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        }
                                    ]
                                }
                            ]
                        }
                    ]
                },
                {
                    "name": "bdm",
                    "description": "",
                    "item": [
                        {
                            "name": "businessData",
                            "description": "",
                            "item": [
                                {
                                    "name": "{businessDataType}",
                                    "description": "",
                                    "item": [
                                        {
                                            "id": "f324d557-8dbc-4072-8d3a-cfd1bcb78503",
                                            "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": "PTu11.P13g.x9c"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) index of the page to display",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "p",
                                                            "value": "0"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) maximum number of elements to retrieve",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "c",
                                                            "value": "20"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can filter on attributes with the format f={filter\\_name}={filter\\_value} with the name/value pair as url encoded string.",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "f",
                                                            "value": "pzpOVpgh8pVtnsJ%jSaqESaGjSZFYzoRQjCjEOWbxXHa%zrarLMwgfeUWvdTh0BF0HEJi0Uzm"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can filter on attributes with the format f={filter\\_name}={filter\\_value} with the name/value pair as url encoded string.",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "f",
                                                            "value": "14az0SYUUzoQQ1H66MkCz"
                                                        }
                                                    ],
                                                    "variable": [
                                                        {
                                                            "type": "any",
                                                            "value": "PTu11.P13g.x9c",
                                                            "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": "f1b1d217-fb5a-433c-8440-a9dc45722ef7",
                                                    "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": "PTu11.P13g.x9c"
                                                                },
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) index of the page to display",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "p",
                                                                    "value": "0"
                                                                },
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) maximum number of elements to retrieve",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "c",
                                                                    "value": "20"
                                                                },
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "can filter on attributes with the format f={filter\\_name}={filter\\_value} with the name/value pair as url encoded string.",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "f",
                                                                    "value": "14az0SYUUzoQQ1H66MkCz"
                                                                }
                                                            ],
                                                            "variable": []
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "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": "4ab2d839-fd1a-46b2-a8d4-8e666c317cae",
                                                    "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": "PTu11.P13g.x9c"
                                                                },
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) index of the page to display",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "p",
                                                                    "value": "0"
                                                                },
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) maximum number of elements to retrieve",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "c",
                                                                    "value": "20"
                                                                },
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "can filter on attributes with the format f={filter\\_name}={filter\\_value} with the name/value pair as url encoded string.",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "f",
                                                                    "value": "14az0SYUUzoQQ1H66MkCz"
                                                                }
                                                            ],
                                                            "variable": []
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "6b517b0d-a52d-4d59-ade6-ddcc0cb28f3b",
                                                    "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": "PTu11.P13g.x9c"
                                                                },
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) index of the page to display",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "p",
                                                                    "value": "0"
                                                                },
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) maximum number of elements to retrieve",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "c",
                                                                    "value": "20"
                                                                },
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "can filter on attributes with the format f={filter\\_name}={filter\\_value} with the name/value pair as url encoded string.",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "f",
                                                                    "value": "14az0SYUUzoQQ1H66MkCz"
                                                                }
                                                            ],
                                                            "variable": []
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "48f2628f-fe52-43e6-89a8-30e9c4d6f8ae",
                                                    "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": "PTu11.P13g.x9c"
                                                                },
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) index of the page to display",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "p",
                                                                    "value": "0"
                                                                },
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) maximum number of elements to retrieve",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "c",
                                                                    "value": "20"
                                                                },
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "can filter on attributes with the format f={filter\\_name}={filter\\_value} with the name/value pair as url encoded string.",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "f",
                                                                    "value": "14az0SYUUzoQQ1H66MkCz"
                                                                }
                                                            ],
                                                            "variable": []
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "43abe088-1f3f-4b23-b7eb-f6cc9f95ebf2",
                                                    "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": "PTu11.P13g.x9c"
                                                                },
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) index of the page to display",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "p",
                                                                    "value": "0"
                                                                },
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) maximum number of elements to retrieve",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "c",
                                                                    "value": "20"
                                                                },
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "can filter on attributes with the format f={filter\\_name}={filter\\_value} with the name/value pair as url encoded string.",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "f",
                                                                    "value": "14az0SYUUzoQQ1H66MkCz"
                                                                }
                                                            ],
                                                            "variable": []
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "5a1a046b-f4b8-444d-b680-2bb3ae4c181e",
                                                    "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": "PTu11.P13g.x9c"
                                                                },
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) index of the page to display",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "p",
                                                                    "value": "0"
                                                                },
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) maximum number of elements to retrieve",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "c",
                                                                    "value": "20"
                                                                },
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "can filter on attributes with the format f={filter\\_name}={filter\\_value} with the name/value pair as url encoded string.",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "f",
                                                                    "value": "14az0SYUUzoQQ1H66MkCz"
                                                                }
                                                            ],
                                                            "variable": []
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        },
                                        {
                                            "name": "findByIds",
                                            "description": "",
                                            "item": [
                                                {
                                                    "id": "b4dd905a-5c03-49d6-adfd-54854f10007f",
                                                    "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": "PTu11.P13g.x9c"
                                                                }
                                                            ],
                                                            "variable": [
                                                                {
                                                                    "type": "any",
                                                                    "value": "PTu11.P13g.x9c",
                                                                    "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": "7c21e415-9d3b-49c3-ac60-982bd24d6f84",
                                                            "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": "PTu11.P13g.x9c"
                                                                        }
                                                                    ],
                                                                    "variable": []
                                                                },
                                                                "header": [
                                                                    {
                                                                        "key": "Accept",
                                                                        "value": "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    \"sit_99\": \"consectetur cupidatat Duis do in\",\n    \"consequat_abe\": \"quis dolore ullamco occaecat laboris\",\n    \"dolor2d1\": 99191384,\n    \"suntaf3\": false\n  },\n  {\n    \"persistenceId_string\": \"<string>\",\n    \"persistenceVersion_string\": \"<string>\"\n  }\n]",
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "json"
                                                        },
                                                        {
                                                            "id": "36670f02-1d2b-4021-9607-5c454e846cc1",
                                                            "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": "PTu11.P13g.x9c"
                                                                        }
                                                                    ],
                                                                    "variable": []
                                                                },
                                                                "header": [
                                                                    {
                                                                        "key": "Accept",
                                                                        "value": "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "json"
                                                        },
                                                        {
                                                            "id": "be93ad35-601d-4eb0-95d1-a93f02c904ac",
                                                            "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": "PTu11.P13g.x9c"
                                                                        }
                                                                    ],
                                                                    "variable": []
                                                                },
                                                                "header": [
                                                                    {
                                                                        "key": "Accept",
                                                                        "value": "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "json"
                                                        },
                                                        {
                                                            "id": "6827734a-48ce-4251-8043-72def55354f3",
                                                            "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": "PTu11.P13g.x9c"
                                                                        }
                                                                    ],
                                                                    "variable": []
                                                                },
                                                                "header": [
                                                                    {
                                                                        "key": "Accept",
                                                                        "value": "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "json"
                                                        },
                                                        {
                                                            "id": "8bb363a1-1099-4afb-99ba-c50e8bcf8a91",
                                                            "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": "PTu11.P13g.x9c"
                                                                        }
                                                                    ],
                                                                    "variable": []
                                                                },
                                                                "header": [
                                                                    {
                                                                        "key": "Accept",
                                                                        "value": "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "json"
                                                        }
                                                    ],
                                                    "event": [],
                                                    "protocolProfileBehavior": {
                                                        "disableBodyPruning": true
                                                    }
                                                }
                                            ]
                                        },
                                        {
                                            "name": "{persistenceId}",
                                            "description": "",
                                            "item": [
                                                {
                                                    "id": "ceba766b-62a2-4822-bdf0-5e6d00bda22b",
                                                    "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": "PTu11.P13g.x9c",
                                                                    "key": "businessDataType",
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) Business Data Type",
                                                                        "type": "text/plain"
                                                                    }
                                                                },
                                                                {
                                                                    "type": "any",
                                                                    "value": "PTu11.P13g.x9c",
                                                                    "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": "1ef13771-e207-473e-aeb3-128cb0c2320f",
                                                            "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  \"consequat_46\": true\n}",
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "json"
                                                        },
                                                        {
                                                            "id": "9411df73-8a35-4510-82b3-4e892a9611a4",
                                                            "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "json"
                                                        },
                                                        {
                                                            "id": "f7cb62f5-b1c0-4ff1-bd42-6245ca96a675",
                                                            "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "json"
                                                        },
                                                        {
                                                            "id": "74d08d34-36cf-430d-aee2-17a356ec3ad5",
                                                            "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "json"
                                                        },
                                                        {
                                                            "id": "8371308b-fce5-4d60-a081-3462077f8952",
                                                            "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "json"
                                                        }
                                                    ],
                                                    "event": [],
                                                    "protocolProfileBehavior": {
                                                        "disableBodyPruning": true
                                                    }
                                                },
                                                {
                                                    "name": "{attributeName}",
                                                    "description": "",
                                                    "item": [
                                                        {
                                                            "id": "59fe894a-39d4-4291-bda5-b34ed0d67844",
                                                            "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": "PTu11.P13g.x9c",
                                                                            "key": "businessDataType",
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) Business Data Type",
                                                                                "type": "text/plain"
                                                                            }
                                                                        },
                                                                        {
                                                                            "type": "any",
                                                                            "value": "PTu11.P13g.x9c",
                                                                            "key": "persistenceId",
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) Business data ID",
                                                                                "type": "text/plain"
                                                                            }
                                                                        },
                                                                        {
                                                                            "type": "any",
                                                                            "value": "PTu11.P13g.x9c",
                                                                            "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": "d2943aa4-b1ff-4669-b3d2-08363178b7da",
                                                                    "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  \"consequat_46\": true\n}",
                                                                    "cookie": [],
                                                                    "_postman_previewlanguage": "json"
                                                                },
                                                                {
                                                                    "id": "f3f40b9b-7a81-4555-afe2-f06290c19a22",
                                                                    "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                                                    "cookie": [],
                                                                    "_postman_previewlanguage": "json"
                                                                },
                                                                {
                                                                    "id": "d725dc8c-c552-4857-93df-1b5bbdc9c787",
                                                                    "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                                                    "cookie": [],
                                                                    "_postman_previewlanguage": "json"
                                                                },
                                                                {
                                                                    "id": "b8f173da-f2bd-4816-8b64-5ac08c7699bf",
                                                                    "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                                                    "cookie": [],
                                                                    "_postman_previewlanguage": "json"
                                                                },
                                                                {
                                                                    "id": "0f6ff35c-b29c-497f-935d-dd32ceb0ab4b",
                                                                    "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                                                    "cookie": [],
                                                                    "_postman_previewlanguage": "json"
                                                                },
                                                                {
                                                                    "id": "9ff0e95e-9b09-4ac6-9712-fdc8e6347f06",
                                                                    "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                                                    "cookie": [],
                                                                    "_postman_previewlanguage": "json"
                                                                }
                                                            ],
                                                            "event": [],
                                                            "protocolProfileBehavior": {
                                                                "disableBodyPruning": true
                                                            }
                                                        }
                                                    ]
                                                }
                                            ]
                                        }
                                    ]
                                }
                            ]
                        }
                    ]
                },
                {
                    "name": "accessControl",
                    "description": "",
                    "item": [
                        {
                            "name": "bdm",
                            "description": "",
                            "item": [
                                {
                                    "id": "a88b63d2-1dda-416d-9380-e6c701b322d2",
                                    "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": "12cae2c1-dfd0-4921-bc22-35b59f74b8f8",
                                            "name": "Success ",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "API",
                                                        "accessControl",
                                                        "bdm"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "OK",
                                            "code": 200,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"id\": \"<string>\",\n  \"name\": \"<string>\",\n  \"state\": \"INSTALLED\",\n  \"lastUpdatedBy\": \"<string>\",\n  \"lastUpdateDate\": \"<string>\"\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "c99ff485-f09a-45d1-be69-4c98d18f56a6",
                                            "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "6765d2b0-d0de-441c-a05b-0680e90c2edf",
                                            "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "b09faf83-55bc-4795-9760-8a9427dc4d33",
                                            "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "c5482ef7-ecdd-4336-a20c-5bd83167513e",
                                            "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        }
                                    ],
                                    "event": [],
                                    "protocolProfileBehavior": {
                                        "disableBodyPruning": true
                                    }
                                },
                                {
                                    "id": "55947fb5-3632-47bd-9507-ab1d26ad0f65",
                                    "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": "3dc3179f-b201-45a8-84f6-cd1a811891de",
                                            "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": "6de2f526-4847-4c74-bbf5-c6c131a46389",
                                            "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "d4c0be5e-abd3-46bf-8785-d2f9e973c2df",
                                            "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "27c81e7e-9754-4936-b164-59efa528d4a0",
                                            "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "00dfe378-b359-44eb-87c4-19604574f7da",
                                            "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        }
                                    ],
                                    "event": [],
                                    "protocolProfileBehavior": {
                                        "disableBodyPruning": true
                                    }
                                }
                            ]
                        }
                    ]
                },
                {
                    "name": "bpm",
                    "description": "",
                    "item": [
                        {
                            "name": "activity",
                            "description": "",
                            "item": [
                                {
                                    "id": "7ab86491-3d52-4045-adf8-4a953688bcfd",
                                    "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": "pzpOVpgh8pVtnsJ%jSaqESaGjSZFYzoRQjCjEOWbxXHa%zrarLMwgfeUWvdTh0BF0HEJi0Uzm"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "can filter on attributes with the format f={filter\\_name}={filter\\_value} with the name/value pair as url encoded string.",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "f",
                                                    "value": "14az0SYUUzoQQ1H66MkCz"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "can order on attributes",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "o",
                                                    "value": "M9%m9XsLI4JOWpDmI60f0zha3eijVpqIsT%d4T%ULYS1Kbfyti70YRYcFT%cyVnrN"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "can search on attributes",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "s",
                                                    "value": "M9%m9XsLI4JOWpDmI60f0zha3eijVpqIsT%d4T%ULYS1Kbfyti70YRYcFT%cyVnrN"
                                                }
                                            ],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            }
                                        ],
                                        "method": "GET",
                                        "body": {},
                                        "auth": null
                                    },
                                    "response": [
                                        {
                                            "id": "ef63da3f-ae04-40e7-b87e-5323e554fb2b",
                                            "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": "14az0SYUUzoQQ1H66MkCz"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "M9%m9XsLI4JOWpDmI60f0zha3eijVpqIsT%d4T%ULYS1Kbfyti70YRYcFT%cyVnrN"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can search on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "s",
                                                            "value": "M9%m9XsLI4JOWpDmI60f0zha3eijVpqIsT%d4T%ULYS1Kbfyti70YRYcFT%cyVnrN"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "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\": \"_pK-xCVpnxQbCoEuFN9pKPnnsMImA81QqR27gPYqtz_PDxuH.Hy_m-u97fCpZAazw5oynkvkh1mVhGHkl4ihLc1Qg-d1zzSUUnV5tFUuxC3sBoJWnVh9JQYleA0VuJ3vLjmBCubdG5Bs9j0WWiGOE0_2Kma83xUZ8.WRBX1SbCN3RZP_4iQozISSMYyMiSWKl1p1mUgG33OcDPsfj5xwyKH0kVtQttFTtsqKkgV\",\n    \"type\": \"AUTOMATIC_TASK\",\n    \"name\": \"<string>\",\n    \"displayName\": \"<string>\",\n    \"description\": \"<string>\",\n    \"displayDescription\": \"<string>\",\n    \"state\": \"cancelling subtasks\",\n    \"reached_state_date\": \"<string>\",\n    \"last_update_date\": \"<string>\",\n    \"dueDate\": \"<string>\",\n    \"priority\": \"under_normal\",\n    \"processId\": \"tisJTJQEZIA2apGzse.5Mmd5eu3iBBfkxWYa3V0wNENFJBU5R8OXwCO9lPdr7mUX9GMLmM5QIsE82bnfsN9BlZzIzyzQIiZ6H8RzEgrZOFNMQxG4z5-sO_g9G6NE62QT3TIBNR28Px-GOCaSPUzfP9pWFyfmfFiE9lhYIwx.Qg-fGs8wydgWopKZw8aVxAxJ3VSqz67FON3G1Sj7McyhefA_Rnzv268ZCBOeujBEO.CYgQkRAwfmlbc\",\n    \"parentCaseId\": \"QSUrry\",\n    \"rootCaseId\": \"OnWTW.qispRgaeil6Gb.VPlgVoWrQfXAgTUOyduA0GlEVD9_lp_fm.gypmxzSIZaksOH0hJcZ59aHHr_Sx_2GdCx\",\n    \"rootContainerId\": \"hc2cwMdhiTLPZ7CH3JsJX4nSOuJLw8Zo2zgsFiviqszCGYLok_y0kQ9KpMRQPLSdMFH5HPy3x5_POxeTtTN5xF5mXzt0uYRx\",\n    \"executedBy\": \"EXGd6a051ysTWZgpPCHGAUfyBSNl94FTpgGZD3XOAX4RpwpV9efgk6iYD1ZFIdJ8WMNGmcILTiu9uh7syI\",\n    \"executedBySubstitute\": \"<string>\",\n    \"actorId\": \"Wt2WBzdNDRqdHUcqT_hHzQWh2sOvoPQbEE3aB2LknOkW6Qm.ah7zX7IoVgjRkrubOWpQigsxlMRslMe7kxtcqKJOk9zQOxCPWbNf7iEXJyWKQpy1_qS84AvVjd.7OFCbme0CWPZnRtnxhtFgPc\",\n    \"assigned_id\": \"Qk-PftzJinYeaVSkk_3wEoKiV.C\",\n    \"assigned_date\": \"3322-24-95\\u000b0886554:9621887019:3.56\"\n  },\n  {\n    \"id\": \"4wvAS5sCHy2p1hl3vJVfEutdcs-5VMK6Y_r63XUi-Uuth_0Ujf3V\",\n    \"type\": \"LOOP_ACTIVITY\",\n    \"name\": \"<string>\",\n    \"displayName\": \"<string>\",\n    \"description\": \"<string>\",\n    \"displayDescription\": \"<string>\",\n    \"state\": \"initializing\",\n    \"reached_state_date\": \"<string>\",\n    \"last_update_date\": \"<string>\",\n    \"dueDate\": \"<string>\",\n    \"priority\": \"normal\",\n    \"processId\": \"x0jtuxaxPvKfDmfHHi6U..bixwiRAZLgAANhEEZgevEn.wVDyh-WMkKp_iT2pRnFRggJD2GzCmfERqFdw50sp.POQd9Xk7tgRtlgJGx0izW7xeefGeS2x2l75hdtCBF6fDY8\",\n    \"parentCaseId\": \"2.eJ8xKvcZnYuXULSA4Y-rEBCfr8fylld7lieqj0\",\n    \"rootCaseId\": \"pRZTIvtUXHXXH7o4kI.1Iwr03NpAy-PLrtmYpZ.zhxp1cEJn9najD1SIVzv.O3H.iQxR9AiLuliYNLscElQLjT_0BrO-_ZkGuMGuZIgtp_gMUpzUh_LX63pb\",\n    \"rootContainerId\": \"wrgOlsvVQCa2U9nanGqkyKnjTlaFqG28NKfqDFV5n9n7jF6KZTwgzDJo-BzlvBMcdN6C1\",\n    \"executedBy\": \"13sFmVDjD0H.8WVeJ.7.zYo5JZYVgb3nIvChdWaapFBxGDSB5-Rlgb9iJHpB_MI8A5Gz9Ane_sVHHa_0BGResISBXDkp47--Pp4D9eEtM4orN7SaUZS7MbggM6VSwIwxp.oZp-ya0Aoe8dvLBMrD4N8uDP4kNTy689Htxxu4h4YeH3gt0P0Rz2QiNaOwY7PzlQLPrlLNZPd1n0-vDE.XDYFLaLVPxFSrBODzxbkjnmFVLbxvbD4e\",\n    \"executedBySubstitute\": \"<string>\",\n    \"actorId\": \"wa1_gxqd8VQ-AFtBGWycJKf1jF1YJQP18rDOCEMgNpStbImjGRUtYUcW.y.iC1NJwHPx8eZuErd3Dqx2PHiVlpAkuQnwF6QpxiKDPgSCceLoB\",\n    \"assigned_id\": \"UUjidbq0D6gkVsq\",\n    \"assigned_date\": \"3752-09-24 6:19979342:52862866.090\"\n  }\n]",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "a25d7223-36de-4672-92ee-054b14f1cef9",
                                            "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": "14az0SYUUzoQQ1H66MkCz"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "M9%m9XsLI4JOWpDmI60f0zha3eijVpqIsT%d4T%ULYS1Kbfyti70YRYcFT%cyVnrN"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can search on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "s",
                                                            "value": "M9%m9XsLI4JOWpDmI60f0zha3eijVpqIsT%d4T%ULYS1Kbfyti70YRYcFT%cyVnrN"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "84e94dac-5af4-47ee-be3c-d7f5972b7d1f",
                                            "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": "14az0SYUUzoQQ1H66MkCz"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "M9%m9XsLI4JOWpDmI60f0zha3eijVpqIsT%d4T%ULYS1Kbfyti70YRYcFT%cyVnrN"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can search on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "s",
                                                            "value": "M9%m9XsLI4JOWpDmI60f0zha3eijVpqIsT%d4T%ULYS1Kbfyti70YRYcFT%cyVnrN"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "d9c57caa-ac32-430b-a035-b4ee1643de90",
                                            "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": "14az0SYUUzoQQ1H66MkCz"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "M9%m9XsLI4JOWpDmI60f0zha3eijVpqIsT%d4T%ULYS1Kbfyti70YRYcFT%cyVnrN"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can search on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "s",
                                                            "value": "M9%m9XsLI4JOWpDmI60f0zha3eijVpqIsT%d4T%ULYS1Kbfyti70YRYcFT%cyVnrN"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "ca7457d0-0162-4ca7-8a53-20fd69d89056",
                                            "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": "14az0SYUUzoQQ1H66MkCz"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "M9%m9XsLI4JOWpDmI60f0zha3eijVpqIsT%d4T%ULYS1Kbfyti70YRYcFT%cyVnrN"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can search on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "s",
                                                            "value": "M9%m9XsLI4JOWpDmI60f0zha3eijVpqIsT%d4T%ULYS1Kbfyti70YRYcFT%cyVnrN"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        }
                                    ],
                                    "event": [],
                                    "protocolProfileBehavior": {
                                        "disableBodyPruning": true
                                    }
                                },
                                {
                                    "name": "{id}",
                                    "description": "",
                                    "item": [
                                        {
                                            "id": "dedfc81a-22e4-4f49-98ba-40b6459edf6f",
                                            "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": "PTu11.P13g.x9c",
                                                            "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": "b82d7c0c-156a-4fe7-bcca-ab8353308a4c",
                                                    "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\": \"2BqVC05SwsVIWfUK3TQbj-gwI\",\n  \"type\": \"HUMAN_TASK\",\n  \"name\": \"<string>\",\n  \"displayName\": \"<string>\",\n  \"description\": \"<string>\",\n  \"displayDescription\": \"<string>\",\n  \"state\": \"aborting activity with boundary\",\n  \"reached_state_date\": \"<string>\",\n  \"last_update_date\": \"<string>\",\n  \"dueDate\": \"<string>\",\n  \"priority\": \"above_normal\",\n  \"processId\": \"MEVh4Dj_YK5EA6iRU29Yx.5MfD2jL-IPi29jcz00mlllK6H.FBpKEz2zsDceiDUDwDcX_8h3YyjFeIvQfO799cAt3Z4Y71T-OwtHJ3jo_dv8WyHU-GakU66ksIJGHOkMn8QGAbeyi5oiUKG.D9i-Ec-r2Anku_uiCzlblDi_B9ykLz-6T\",\n  \"parentCaseId\": \"2DKWemVCZR0d6e3OWf5Y5.x2h_sk5Yg6xjcmGWIpRkc67rg2Bth_3eI-xC5i-l3vE9rhJR1zjC31U2nU7ci82j4.4I.b8Awc59SoNZzX5CU3T4Ry2Aim2KwgmSLn_b1W8wpjC6XX_1IQPUbiaolNB3hQD7ZOJrMFnc5tod6qCr.Y2TQPwFvshDQhMejnuzrUm6BCxCT5P-zt2.OzDHMNlrHe\",\n  \"rootCaseId\": \"HXf_nyqVUPqAgi2VaT-_ME7JbAQYLRImsfJl6EnGL6e8E6WB3wS8_cY_OMKTI2ewJeZYI91.DAVbdyCTqzthciUID0zP83sP5bpfZTHW3v\",\n  \"rootContainerId\": \"aVex74f1itFRZj7chFregH9Lw6_5PGqlksEXOxzGfZr5TJmsxILeMFVQFZ-dm2L3yjR7RjW0humw6ER2NV2i\",\n  \"executedBy\": \"jKy_HGazviUAMP.xF1IgPLPoxrmtoO_gepWRTWvU78eyEI84eztN_A8d3mrK-jPOC-2BZZsVg8a_q2coX_eQrUHrpRnr0FITLUkoDTs01QJeP2XjKlT0hBHqdRo_L1l.TP6QvoAXhvlq8QFn81HbGqz8\",\n  \"executedBySubstitute\": \"<string>\",\n  \"actorId\": \"gzyaBQB4kojnS.M6OXgvuE.5Nr_9xxO0BFYNf5VFujsZ\",\n  \"assigned_id\": \"dZAvZUyA3vCGbCPuLDGCcITOT6-vz4DpBdNXlSjTwxAPKciqiXbdThV_-n4uJ4Ry-VRBTEM1ER60mH10IRat_ELofIrWwKHN-UWSCGP92Ng38ktvrILSH.NEM6uB2Pww2brJY1jfp95JJ2o1UcND\",\n  \"assigned_date\": \"8789-00-34\\f64916477:07513:5.11978\"\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "a920716e-469f-4bdd-aa08-dd945eeb13a6",
                                                    "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "36148122-1b7a-44ff-a13b-7714b9647c7e",
                                                    "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "e58c8802-9900-4a1f-9c48-d4a73ebbeb15",
                                                    "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "97ade4ba-7d7b-41b3-b418-f1cb82284666",
                                                    "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "e7c5c65e-bfb8-40db-a061-52fab54951dc",
                                                    "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        },
                                        {
                                            "id": "ce9c1916-85ce-4ba7-9364-d031035d9f70",
                                            "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": "PTu11.P13g.x9c",
                                                            "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": "fd40a3f2-bd87-43dc-867f-f333e1b992eb",
                                                    "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": "2f2615eb-294c-4cc6-aa88-39dde1fad6b4",
                                                    "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "3b5b3675-3ba9-4e47-94f6-4269595d2e9e",
                                                    "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "85275b31-0916-4a77-99f6-b2758f4fa769",
                                                    "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "4bdbd0ed-51de-4a20-bdfb-4f011b149caa",
                                                    "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "6f596ded-32da-454d-9055-c5e1463598f5",
                                                    "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        }
                                    ]
                                }
                            ]
                        },
                        {
                            "name": "archivedActivity",
                            "description": "",
                            "item": [
                                {
                                    "id": "544d8793-934d-4d01-a78b-316aa606e036",
                                    "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": "pzpOVpgh8pVtnsJ%jSaqESaGjSZFYzoRQjCjEOWbxXHa%zrarLMwgfeUWvdTh0BF0HEJi0Uzm"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "can filter on attributes with the format f={filter\\_name}={filter\\_value} with the name/value pair as url encoded string.",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "f",
                                                    "value": "14az0SYUUzoQQ1H66MkCz"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "can order on attributes",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "o",
                                                    "value": "M9%m9XsLI4JOWpDmI60f0zha3eijVpqIsT%d4T%ULYS1Kbfyti70YRYcFT%cyVnrN"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "can search on attributes",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "s",
                                                    "value": "M9%m9XsLI4JOWpDmI60f0zha3eijVpqIsT%d4T%ULYS1Kbfyti70YRYcFT%cyVnrN"
                                                }
                                            ],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            }
                                        ],
                                        "method": "GET",
                                        "body": {},
                                        "auth": null
                                    },
                                    "response": [
                                        {
                                            "id": "3c769356-0384-4f6b-8bb3-a9696fffe0a2",
                                            "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": "14az0SYUUzoQQ1H66MkCz"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "M9%m9XsLI4JOWpDmI60f0zha3eijVpqIsT%d4T%ULYS1Kbfyti70YRYcFT%cyVnrN"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can search on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "s",
                                                            "value": "M9%m9XsLI4JOWpDmI60f0zha3eijVpqIsT%d4T%ULYS1Kbfyti70YRYcFT%cyVnrN"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "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\": \"AUTOMATIC_TASK\",\n    \"name\": \"<string>\",\n    \"displayName\": \"<string>\",\n    \"description\": \"<string>\",\n    \"displayDescription\": \"<string>\",\n    \"state\": \"failed\",\n    \"reached_state_date\": \"<string>\",\n    \"last_update_date\": \"<string>\",\n    \"dueDate\": \"<string>\",\n    \"priority\": \"under_normal\",\n    \"processId\": \"<string>\",\n    \"parentCaseId\": \"<string>\",\n    \"rootCaseId\": \"<string>\",\n    \"rootContainerId\": \"<string>\",\n    \"executedBy\": \"<string>\",\n    \"executedBySubstitute\": \"<string>\",\n    \"actorId\": \"<string>\",\n    \"assigned_id\": \"<string>\",\n    \"assigned_date\": \"<string>\",\n    \"sourceObjectId\": \"<string>\",\n    \"archivedDate\": \"<string>\"\n  },\n  {\n    \"id\": \"<string>\",\n    \"type\": \"HUMAN_TASK\",\n    \"name\": \"<string>\",\n    \"displayName\": \"<string>\",\n    \"description\": \"<string>\",\n    \"displayDescription\": \"<string>\",\n    \"state\": \"ready\",\n    \"reached_state_date\": \"<string>\",\n    \"last_update_date\": \"<string>\",\n    \"dueDate\": \"<string>\",\n    \"priority\": \"lowest\",\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": "7066c836-fc77-446b-a5ea-59c8e889b19d",
                                            "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": "14az0SYUUzoQQ1H66MkCz"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "M9%m9XsLI4JOWpDmI60f0zha3eijVpqIsT%d4T%ULYS1Kbfyti70YRYcFT%cyVnrN"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can search on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "s",
                                                            "value": "M9%m9XsLI4JOWpDmI60f0zha3eijVpqIsT%d4T%ULYS1Kbfyti70YRYcFT%cyVnrN"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "ec3e8aff-a051-421f-b4bd-2191a9289869",
                                            "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": "14az0SYUUzoQQ1H66MkCz"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "M9%m9XsLI4JOWpDmI60f0zha3eijVpqIsT%d4T%ULYS1Kbfyti70YRYcFT%cyVnrN"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can search on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "s",
                                                            "value": "M9%m9XsLI4JOWpDmI60f0zha3eijVpqIsT%d4T%ULYS1Kbfyti70YRYcFT%cyVnrN"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "6e6e03a0-cf1b-4bfd-9a87-b6bb9ba4bc86",
                                            "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": "14az0SYUUzoQQ1H66MkCz"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "M9%m9XsLI4JOWpDmI60f0zha3eijVpqIsT%d4T%ULYS1Kbfyti70YRYcFT%cyVnrN"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can search on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "s",
                                                            "value": "M9%m9XsLI4JOWpDmI60f0zha3eijVpqIsT%d4T%ULYS1Kbfyti70YRYcFT%cyVnrN"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "68f988ef-4111-47f3-b4b3-78050fa35bc8",
                                            "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": "14az0SYUUzoQQ1H66MkCz"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "M9%m9XsLI4JOWpDmI60f0zha3eijVpqIsT%d4T%ULYS1Kbfyti70YRYcFT%cyVnrN"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can search on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "s",
                                                            "value": "M9%m9XsLI4JOWpDmI60f0zha3eijVpqIsT%d4T%ULYS1Kbfyti70YRYcFT%cyVnrN"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        }
                                    ],
                                    "event": [],
                                    "protocolProfileBehavior": {
                                        "disableBodyPruning": true
                                    }
                                },
                                {
                                    "name": "{id}",
                                    "description": "",
                                    "item": [
                                        {
                                            "id": "1de46366-79ed-4a89-999f-87a806ec155b",
                                            "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": "PTu11.P13g.x9c",
                                                            "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": "bf039ac1-8e5c-4850-870a-93170d3ac6b1",
                                                    "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\": \"MULTI_INSTANCE_ACTIVITY\",\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\": \"highest\",\n  \"processId\": \"<string>\",\n  \"parentCaseId\": \"<string>\",\n  \"rootCaseId\": \"<string>\",\n  \"rootContainerId\": \"<string>\",\n  \"executedBy\": \"<string>\",\n  \"executedBySubstitute\": \"<string>\",\n  \"actorId\": \"<string>\",\n  \"assigned_id\": \"<string>\",\n  \"assigned_date\": \"<string>\",\n  \"sourceObjectId\": \"<string>\",\n  \"archivedDate\": \"<string>\"\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "d104d4d7-7c3a-4331-9863-c7959dd45f0c",
                                                    "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "54a04486-1678-42b1-b06f-f06056054090",
                                                    "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "c52bf5de-de82-4979-ac78-14600719520a",
                                                    "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "898f6f73-ee8f-408d-9029-f7269ec833c2",
                                                    "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "0a9ab289-3312-4210-8f34-01e1d92b05ce",
                                                    "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        }
                                    ]
                                }
                            ]
                        },
                        {
                            "name": "humanTask",
                            "description": "",
                            "item": [
                                {
                                    "id": "5ac31f0f-fd27-4149-9d34-510c77c8d90b",
                                    "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`, `rootProcessInstanceId`, `parentProcessInstanceId`\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": "pzpOVpgh8pVtnsJ%jSaqESaGjSZFYzoRQjCjEOWbxXHa%zrarLMwgfeUWvdTh0BF0HEJi0Uzm"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "can filter on attributes with the format f={filter\\_name}={filter\\_value} with the name/value pair as url encoded string.",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "f",
                                                    "value": "14az0SYUUzoQQ1H66MkCz"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "can order on attributes",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "o",
                                                    "value": "M9%m9XsLI4JOWpDmI60f0zha3eijVpqIsT%d4T%ULYS1Kbfyti70YRYcFT%cyVnrN"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "can search on attributes",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "s",
                                                    "value": "M9%m9XsLI4JOWpDmI60f0zha3eijVpqIsT%d4T%ULYS1Kbfyti70YRYcFT%cyVnrN"
                                                }
                                            ],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            }
                                        ],
                                        "method": "GET",
                                        "body": {},
                                        "auth": null
                                    },
                                    "response": [
                                        {
                                            "id": "73c8c7c7-e956-4fb7-9418-3c9db1f209d9",
                                            "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": "14az0SYUUzoQQ1H66MkCz"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "M9%m9XsLI4JOWpDmI60f0zha3eijVpqIsT%d4T%ULYS1Kbfyti70YRYcFT%cyVnrN"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can search on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "s",
                                                            "value": "M9%m9XsLI4JOWpDmI60f0zha3eijVpqIsT%d4T%ULYS1Kbfyti70YRYcFT%cyVnrN"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "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\": \"BqFjCsiO.0av7rzpgSJYrLSnGFQQNaVfkCbwH.wTd172swqdoViLDziQf\",\n    \"type\": \"<string>\",\n    \"name\": \"<string>\",\n    \"displayName\": \"<string>\",\n    \"description\": \"<string>\",\n    \"displayDescription\": \"<string>\",\n    \"state\": \"failed\",\n    \"reached_state_date\": \"2898-03-07 17:24:32\",\n    \"last_update_date\": \"0620-10-16 21:24:26\",\n    \"dueDate\": \"0476-12-31 21:08:22\",\n    \"priority\": \"<string>\",\n    \"processId\": \"oebZyIzTZUJ1Qsa2rXGK9CsPjrXckrcEmdDelAVKwB-o0ycSact6-fzzmDXepqYuSLRWNNDmchSE4hPwr4vhsOyeiXMLAIBYjTCxgVBsMYX4oYpfz7iEXS\",\n    \"parentCaseId\": \"4DAq9s.yLC6vZKvatzvw4A16m9x0VhzPXwb5MeG2vETDGZliTQEFbnLlvxL2Zo3CBZRVkUIdvqcsfiB9dhbQTLVMYg6Kz1nzpm.g1huAJK9Vbsqgnb53ookf66E.5dETHhbOmdW_ftf77B1g7BmwG4YV6PXBUTy_0fzZpDckSBkuJsAhtQ4Ju0lNK86QL\",\n    \"parentTaskId\": \"d00VZEpht4jfkVZUQhq7P2uDJvqRk51ldePu2Ji1opS2lV1As_wn-EVBpqKyzr3YtjgXGni2EjjhuZ6VesIG2Fn-E54m7apjzPRypzBVHNxGvSd.4uBZQyuDR.YYZn8GQz9D0dAWuACy93mQ0FnspfO2cMi4\",\n    \"rootCaseId\": \"Va0Wj-pGYNxbtqD4pSe8TBeYniD9c67pglqrcvV9RrNuMn9J_A29B3aepWrCqyVt0dEQ1V8\",\n    \"rootContainerId\": \"2VvGl620MqekXt2YBF540rOpf-Ynfnc6HHYYSZIwYxo-BLSIr1Vzpzm9h4Am6CimVp3zDtky6_B1de.Bl8Dls0xVp1R8GbP.ww11SR.V8FggtYKmOqZq9Ugw.jUUO7R8ykq5LmZl5jFzod71zE431YV9TDJO7TlWmnTaIIUtMwEURvvNofnh2Qu3qe-Vvkq8yi9fwkDplzXz73nPpkPtVuxLpaOJqR33H7afINZYMFC65\",\n    \"executedBy\": \"07lHbA2nq-r40Hrw-bQHh1d15LjWEVVhMrVUXpHc3iHK3p.q_5bM1xyQlW_ZoG.jDMRvDBzuIXWLGy3FUxzudk37dFSvIFJk3tPKMnz9GFJDTOG-HFothESJZfuJ2zzp9cgUyWyGwK-Hy7bUJDElPD2a5jxiWhpeuZSrxkDsHzAr_mNvOt_emRjuW2f5Ylsb5ax9qt5t9Fybp_3Cb.9f4Iwav3kLACPVYEuLXBp0vGKFeq7NFtWPRM0ML\",\n    \"executedBySubstitute\": \"<string>\",\n    \"actorId\": \"DTdRMQ-A7oyjriIBcD0sLg.bFjoy-08zRpIM4bxL55sPi0vPqkLA3OagrwhqEMcCE0VqxOQovC-yzM_Gp5ZXabFxzqetrjxRefLyJaaYFpx5luOd9oqvQBB_eiYE85-hYh5NE6ymI0kwe8hGMzH-vAgZHJ4uMkidLE7zG0WdtJA_rWlnHIuRtUwlSXTEDzxnXpNnjmRW2X0S2SBN1GwovzSGgNJWy1PZU-c25F\",\n    \"assigned_id\": \"\",\n    \"assigned_date\": \"9413-10-24 20:58:24\",\n    \"isTerminal\": \"<boolean>\"\n  },\n  {\n    \"id\": \"iG7MuJW5q4QMrmoasl8IlHEEg5HCPIlFBC0O0D26Zp1kYrgWYLImp07dT-s2IrO05\",\n    \"type\": \"<string>\",\n    \"name\": \"<string>\",\n    \"displayName\": \"<string>\",\n    \"description\": \"<string>\",\n    \"displayDescription\": \"<string>\",\n    \"state\": \"completed\",\n    \"reached_state_date\": \"0371-06-03 23:42:37\",\n    \"last_update_date\": \"5330-09-29 21:51:35\",\n    \"dueDate\": \"5219-07-06 04:01:11\",\n    \"priority\": \"<string>\",\n    \"processId\": \"DBAJ7XIfxPGc48lhkggCv9GZo1RhZ3CPi5NgGF5XCdBK2O.dXPY7NbkDQK7xDqnRV9s0Tyfaio-8wE2mLPBWz9qr901f5Eq1iaBfojDNA9OujpDPqaNTjTW_c-iU-6sq5ELprO8.FTAjaEcxZgeJk98YfVpwxgQCh5ngIIvH0VELRqB7geAhJnrLT9y7M-l2\",\n    \"parentCaseId\": \"BsEXYswNL5j5mnWxzLv1R9YNyXbbDsRnuShnxNZ7GWrz.xbRU-uTgWVCEvlYDQjPZq.4Vj0pVnLl.VtJ.ug4WcvKJOThGAEWHiAamxPa2RxF2jMJSkoGPJMvgI_w4-HgKLse0c..iPLJyEs942g7Ts2MyTojkJVbj6TcBVgC7n_-JMLMwnwB9i\",\n    \"parentTaskId\": \"R4ap.iWBJJW0RV2fVFY9yo5qjy9OxFE3ieApMwMtQ5HfVxalFvXUkiypTCLR6bdVSwBb-WoJqnQFbfP.Gvhy0CRe7DEU7ful3lGx06EXP4vZ6c7RgunhhaD8jjaxf3__Gn.S7-1eif2tqeHZnuPsHsQr_PUsrpe1fG50DojDjExyApHjq0_zYUB0XJ7g-NWGHB.qHwPqA9NDXaI2nnL.\",\n    \"rootCaseId\": \"eoXjck\",\n    \"rootContainerId\": \"9wkbRmoeXOLdH.-HnSygnPxOkD5ZWi4Tj3tXc_TiwinnwGoJ6MHVQ7ca6EqPnmemlejAmotf8ZtfRaQjeTFMJ5qKrhAg5VmlypEdyzr6vAaPi7O9JW.zpYX-wu844x7cscP9ld_DMJacGGGL0UdbPrFA8AlY9BiaJ.71er8iUoWZXUoEG.R-7Z7RGCjU1WVwf2Gmp05WVWjOKsvqakRCF08lktYpXxxNLZUIY8O\",\n    \"executedBy\": \".AwpaVt73ja7DKBaNDB5XsC060t.ZTif6RC7lcz2FfH.5rnklyvA5z0AheHzznFnJnz.nWZQTwesrI5AJ.w37eeWRtw8xSLizaXcbbvPt7.FWItUkixJYBlwVViAZnUDa_iCpgynCyrLm0zWi3vturzT9\",\n    \"executedBySubstitute\": \"<string>\",\n    \"actorId\": \"4Gmr46u7PAik5TroJSGEXcfvsTdm6WBNf7Yhx.Rx-IXLc6LrabJaM9LNATjOjJaLo7eX8.WzsEd6Iv7Hr6HCkum5loEz3wtUqg_PGh2TnYCBkixi1NM9Mn-Y-eLe.FAAoV2cR-VE0kxPc9or7QfJ-xT.2go-zKWm3gDZbKDM86ElUk7I4P\",\n    \"assigned_id\": \"XvyDR.8gwGsWk4Bzka.3N0EmT6lnCxuWhwdj9PeH3pX.3wmAtgLkILGvpkkm.hdnJ.Op1rFygvBGaEgK--qgDaW1lJ9hm4aOFZc79WCKLfA64B.2CUbvDUgOBs5Fo_yIIoa0Z5ksNRusfCNnxveTsWSMR-GevtSbWs2ET.asvRABjyVaMxn0SLD.7zw15GBCpoUOgzpj.1Npvxt.xJac91864OIohwaIygsSbOcuiCl.-kGEdzDMvNcmR\",\n    \"assigned_date\": \"7557-01-31 03:04:54\",\n    \"isTerminal\": \"<boolean>\"\n  }\n]",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "38b6466b-9ace-43bb-bd17-a9a15938672d",
                                            "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": "14az0SYUUzoQQ1H66MkCz"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "M9%m9XsLI4JOWpDmI60f0zha3eijVpqIsT%d4T%ULYS1Kbfyti70YRYcFT%cyVnrN"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can search on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "s",
                                                            "value": "M9%m9XsLI4JOWpDmI60f0zha3eijVpqIsT%d4T%ULYS1Kbfyti70YRYcFT%cyVnrN"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "e178694f-99b3-4518-a7e6-107ec696d3c3",
                                            "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": "14az0SYUUzoQQ1H66MkCz"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "M9%m9XsLI4JOWpDmI60f0zha3eijVpqIsT%d4T%ULYS1Kbfyti70YRYcFT%cyVnrN"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can search on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "s",
                                                            "value": "M9%m9XsLI4JOWpDmI60f0zha3eijVpqIsT%d4T%ULYS1Kbfyti70YRYcFT%cyVnrN"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "7b3a37ad-9fc2-4682-8ea8-33f37a880d66",
                                            "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": "14az0SYUUzoQQ1H66MkCz"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "M9%m9XsLI4JOWpDmI60f0zha3eijVpqIsT%d4T%ULYS1Kbfyti70YRYcFT%cyVnrN"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can search on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "s",
                                                            "value": "M9%m9XsLI4JOWpDmI60f0zha3eijVpqIsT%d4T%ULYS1Kbfyti70YRYcFT%cyVnrN"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "fd786b94-02c7-4e22-a1b1-86506b87c7e1",
                                            "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": "14az0SYUUzoQQ1H66MkCz"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "M9%m9XsLI4JOWpDmI60f0zha3eijVpqIsT%d4T%ULYS1Kbfyti70YRYcFT%cyVnrN"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can search on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "s",
                                                            "value": "M9%m9XsLI4JOWpDmI60f0zha3eijVpqIsT%d4T%ULYS1Kbfyti70YRYcFT%cyVnrN"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        }
                                    ],
                                    "event": [],
                                    "protocolProfileBehavior": {
                                        "disableBodyPruning": true
                                    }
                                },
                                {
                                    "name": "{id}",
                                    "description": "",
                                    "item": [
                                        {
                                            "id": "694972b3-7e1b-4e74-a198-95fbf304d70f",
                                            "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": "PTu11.P13g.x9c",
                                                            "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": "9e2cc597-f7ab-4949-ba56-39e769c2e072",
                                                    "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\": \"t3-XM0frn9LX_xB7QoCziUZoLHN2VgGHIN\",\n  \"type\": \"<string>\",\n  \"name\": \"<string>\",\n  \"displayName\": \"<string>\",\n  \"description\": \"<string>\",\n  \"displayDescription\": \"<string>\",\n  \"state\": \"completed\",\n  \"reached_state_date\": \"0095-11-08 22:31:31\",\n  \"last_update_date\": \"4511-06-10 21:39:58\",\n  \"dueDate\": \"2343-12-31 15:56:54\",\n  \"priority\": \"<string>\",\n  \"processId\": \"Gjd7tlla6F_Y1oiIkZqPuqSz3.f.hreExqLHiUfdfn63WvRLsoT66\",\n  \"parentCaseId\": \"u1gQIk1x.dv7brhz6tnixj9wDJKI-mPRjAVJTiYL3eunOJsUQYEIRmwK.f60fnkvQFrCJGwcQIflS5w_uaCa5Fte2jEFT3Ncx4ra9UCdu-xc2a\",\n  \"parentTaskId\": \"Q8Q_EsjKrAdtD4htTOGrOBr.XSdtc8Yx16eisVKW0gRCsPbh\",\n  \"rootCaseId\": \"-jXyVW9mKf.wtCdvm6WFQs29WSNnZI7oIniTgRtvdyiZp8_EChyKhpTcs7SPa_4ggg-KrdfGVhhxfU_tIBCMTEDo0NeoMQ8gA.uFGCGnYvzx3Zis-CaCM73ufwiJsDUrom15fwv\",\n  \"rootContainerId\": \"_FD5333e-M87mwiwXv6pGqknisJj-3PL.MuZTp8yjUcNi6Dv-qYytTjKHC1t-UF605\",\n  \"executedBy\": \"4PA.QAzJpU3W\",\n  \"executedBySubstitute\": \"<string>\",\n  \"actorId\": \"gHbtye7IyMoUCt4w0WPmcSJLBwVy-VzbHJ5NR_CWg4h8iy2-QR0x00-6dwQrBjQM1_GPaGt48LH0f9qyMjd8YxJZ1TCvXAhCwuXCyaoh3dkQ1Pl-kQpo7TbOpKHm46NZbJZj_h-0kClHxPgYZ8ksqVVI8O-uWc8_kyvZFiUVc1.ZiTbkV_wkpgdhImbhGAdPg.RrcDNF5qsRNt\",\n  \"assigned_id\": \"I5OiJ4Zpj-aFODKa\",\n  \"assigned_date\": \"1706-12-31 10:10:46\",\n  \"isTerminal\": \"<boolean>\"\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "4a69e294-c807-4a83-9537-11a9e3ceb248",
                                                    "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "e6b4f52c-3c8a-489e-80f4-e109191afbbb",
                                                    "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "6febdc8d-65bb-4866-bd1c-e80af5d4dacd",
                                                    "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "09e5bbd3-c7d9-428a-b852-2a9c49f91006",
                                                    "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "ce5df229-8286-4f65-9140-8791efb8deb1",
                                                    "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        },
                                        {
                                            "id": "bc362cb0-a280-4316-8a62-c66f29092be8",
                                            "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": "PTu11.P13g.x9c",
                                                            "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": "25b20771-a964-46dc-9e67-ca024ba7fa02",
                                                    "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": "2b3833bc-0a7c-4b98-9690-c9b76896abf4",
                                                    "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "dfa5fc06-1431-4e7e-bcea-decd9a51e19a",
                                                    "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "9f41a535-3e67-40cd-ae61-918a7e1262bb",
                                                    "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "e62b4911-8904-4e6e-8326-cccad4e5f376",
                                                    "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "f7fe8cf4-76bd-43f7-ad4f-6a220931ffdd",
                                                    "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        }
                                    ]
                                }
                            ]
                        },
                        {
                            "name": "manualTask",
                            "description": "",
                            "item": [
                                {
                                    "id": "e6e3a92a-eb51-4860-b091-17d3b35272a1",
                                    "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": "pzpOVpgh8pVtnsJ%jSaqESaGjSZFYzoRQjCjEOWbxXHa%zrarLMwgfeUWvdTh0BF0HEJi0Uzm"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "can filter on attributes with the format f={filter\\_name}={filter\\_value} with the name/value pair as url encoded string.",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "f",
                                                    "value": "14az0SYUUzoQQ1H66MkCz"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "can order on attributes",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "o",
                                                    "value": "M9%m9XsLI4JOWpDmI60f0zha3eijVpqIsT%d4T%ULYS1Kbfyti70YRYcFT%cyVnrN"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "can search on attributes",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "s",
                                                    "value": "M9%m9XsLI4JOWpDmI60f0zha3eijVpqIsT%d4T%ULYS1Kbfyti70YRYcFT%cyVnrN"
                                                }
                                            ],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            }
                                        ],
                                        "method": "GET",
                                        "body": {},
                                        "auth": null
                                    },
                                    "response": [
                                        {
                                            "id": "6113f841-afd1-4141-9b6c-5570b5387547",
                                            "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": "14az0SYUUzoQQ1H66MkCz"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "M9%m9XsLI4JOWpDmI60f0zha3eijVpqIsT%d4T%ULYS1Kbfyti70YRYcFT%cyVnrN"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can search on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "s",
                                                            "value": "M9%m9XsLI4JOWpDmI60f0zha3eijVpqIsT%d4T%ULYS1Kbfyti70YRYcFT%cyVnrN"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "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\": \"53obqgKs..6zVvlY5c7nGssEWITSkk2TCLk1Ezc3Ikxi39WvuuhMTYRQL-qxfWCKbjoCWMTdeBaSDvqbhpWszz_gUuyI_CiaoVikhtO2-o9V4-NjU6YsmEMWd6gL\",\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\": \"0198-10-17 21:43:19\",\n    \"last_update_date\": \"4045-12-08 01:17:23\",\n    \"dueDate\": \"0133-05-31 13:25:02\",\n    \"priority\": \"<string>\",\n    \"processId\": \"c_k.n2.THtKRwTmC5OCC\",\n    \"parentCaseId\": \"MnW24FwaTk7wkNVixNxta0mnHF2qYgQ1y77IYXUr1u2aRG8HnhyDT0d4hAP1cSt3RlZl.JI4E1h7IO9VhDb54e_CvOM59Hr69b1oYZx.On5tfSP8DOo_HENlRZKBD0orp8JhbP_CKCotOm-7Vcg8vmBLnh6.FEvcrMl3oGwN4THBfWzm0C6ky.yozqnGLIE\",\n    \"parentTaskId\": \"gbvgzOSkfWK06jnPWwqRYvQmBD1KLfs41ey8Gjft78rnYAbJAEh3CYuxV-38ZsJMhi-wwjRBGq77GNUGQWXGRf.jLiZzUH6mGXr-mSj4L.R\",\n    \"rootCaseId\": \"9yXzUFoIDKfaqBGhTaR94.zSN-UxC3yuphVkqDp7Ij0ObKt51yoa2GKRIILUDTJv101EKChpIxA0WibBLoxAhIwH_kTZFgh4psunEg7Vk42INQEAcVBbNnT3YcBLDjkJ-d-2eFlt8oQWE2VbJrzvmQZXW3V6FYQ9kNnNnW0dSX3LqivdChuOiHD_CoalG9Fv_6r4k8v\",\n    \"rootContainerId\": \"QCcnzO4gwsfME7XhmATRnGWUPSgHIvn3y0Kxq8lvsGl_62_YH5fC6BVQt3dDxMwX6Rg6rS-T8xZcvm-y-RuxhWofBvpNBul8ADfOZctQ5pTh2Xjj.lsszJWTDZgw.9pRXenC.Gk0YR6wHXzeeakYNse56ljqj7SeYc3TQRKq3w3uFJcxRT_WPuytgELeFAGY6no1VPg3a7O2X\",\n    \"executedBy\": \"-WvQjtJeLQSvyUpBOcx\",\n    \"executedBySubstitute\": \"<string>\",\n    \"actorId\": \"crwdzbX5Dt7Zg6sSpYSpiixHb_.7ujTV9tuaRlKuVqMZ2-OPBEwsPrpS_TJOEQqz0640j9KV37MhrVi4LP4iRSJ9bW\",\n    \"assigned_id\": \"GvXx939v1C3GIOaA4K9tFT2Q5lmrWzv0d.WiOQMml29cjawQ1j1aeHi6IfSTmtn8Yv3KRkTJDDvx-.22mgST_J9TLrzSLF39Foxd3axxSCXIOgVj11pTtS9LU26qcSg51-zAZS7zI0MeYurT6AxQ67jfCCPBYeuwqutN7TH7LcadPJGzjzfdimkJoLRS\",\n    \"assigned_date\": \"6425-12-11 23:39:08\",\n    \"isTerminal\": \"<boolean>\"\n  },\n  {\n    \"id\": \"xQpsQkpE6h74.Zm.x5Ns39By.Jc7azaJ0ft-DIhonCc.qkthk\",\n    \"type\": \"<string>\",\n    \"name\": \"<string>\",\n    \"displayName\": \"<string>\",\n    \"description\": \"<string>\",\n    \"displayDescription\": \"<string>\",\n    \"state\": \"initializing\",\n    \"reached_state_date\": \"9399-08-10 23:38:19\",\n    \"last_update_date\": \"6619-05-30 12:39:17\",\n    \"dueDate\": \"5558-02-29 13:59:30\",\n    \"priority\": \"<string>\",\n    \"processId\": \"0AkiKm2nvZMziD\",\n    \"parentCaseId\": \"HPmQZpr0YqkSl94H9_iIHhY3RRt6bkMzmFMze8IwKYTq-HTFySSKlsLav6Mt2_OfMSc1D8ulSGjrT80hH1upGl6uu1dF2ioZvr3EiQ0k.ZA9l4AN4BRstvrxROiZxeo4OMGtBTGftB\",\n    \"parentTaskId\": \"fL8gBBVd-mgjDyNOG_U4KUbwy.bw3D25hvHgLEDDckXT0NY0C0w9AxCd8p3vwAVHkudscwOf03Z.vvMGZnHCwD9W_ohphqXy.siKD190OA6jWLXowCb1oNfsWKIAH1Dv4xUNSIl5yIE.jomaWS14vnUx3.z_ovLdtcYzgnL-oPo3m3PeVPmtXeQHz9agXmkyHRGj\",\n    \"rootCaseId\": \"HL9bR34Z3G63-RLAIQ9b8uVgeh.i5Lk02mYqUVdqIHSYuu5BOOwEETUXEhD6Hm2e-iZONYK4Uwtx7qYpsjeCTzln9dHvwMz_Xbyr-dviPRT.UW.3vgI-zTvijI2arotk0JkH6nTYGQs_md_stSxgtIpxYY4cJxFKzYCy\",\n    \"rootContainerId\": \"-d.SVJQn.g.M2-2hgeooAMSdI3W455ATV3kezY\",\n    \"executedBy\": \"1TRS1cQWCHAzP9t5k7GA5F7vrJGQPkO5OGT_0cEOe7hCIwwCwyU672BTRsevJNzZcp48-PX-xS4VyMDoRzUChCu3E4yRBMRfRFqICEnYmiMeAvsiaUpU2MuISpj.39PRLRR17pcc5Jh\",\n    \"executedBySubstitute\": \"<string>\",\n    \"actorId\": \"HRgJVkNMv\",\n    \"assigned_id\": \"Eq8JXJgLmwssQl3AHOaAiKHNUMRfz_YWBUPLrizwKV3g4TNYTGf_rc.dSxt9RWAoz08FdK0S-rVw8HN56xCojJiPCzz.hHr-QJHsbSVMlKBZ25HfMCTQ.ry1i.f69ejIbf\",\n    \"assigned_date\": \"5985-12-28 04:33:47\",\n    \"isTerminal\": \"<boolean>\"\n  }\n]",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "ed5750e7-bca6-4d20-b3b4-2d648b92f096",
                                            "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": "14az0SYUUzoQQ1H66MkCz"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "M9%m9XsLI4JOWpDmI60f0zha3eijVpqIsT%d4T%ULYS1Kbfyti70YRYcFT%cyVnrN"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can search on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "s",
                                                            "value": "M9%m9XsLI4JOWpDmI60f0zha3eijVpqIsT%d4T%ULYS1Kbfyti70YRYcFT%cyVnrN"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "d1dfe354-907f-47d0-877d-dfba4bffdeac",
                                            "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": "14az0SYUUzoQQ1H66MkCz"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "M9%m9XsLI4JOWpDmI60f0zha3eijVpqIsT%d4T%ULYS1Kbfyti70YRYcFT%cyVnrN"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can search on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "s",
                                                            "value": "M9%m9XsLI4JOWpDmI60f0zha3eijVpqIsT%d4T%ULYS1Kbfyti70YRYcFT%cyVnrN"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "5e4d0877-89d6-4699-899c-a99a55fbce2d",
                                            "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": "14az0SYUUzoQQ1H66MkCz"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "M9%m9XsLI4JOWpDmI60f0zha3eijVpqIsT%d4T%ULYS1Kbfyti70YRYcFT%cyVnrN"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can search on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "s",
                                                            "value": "M9%m9XsLI4JOWpDmI60f0zha3eijVpqIsT%d4T%ULYS1Kbfyti70YRYcFT%cyVnrN"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "cc8a5e8a-af79-456e-a62d-1461d866d247",
                                            "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": "14az0SYUUzoQQ1H66MkCz"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "M9%m9XsLI4JOWpDmI60f0zha3eijVpqIsT%d4T%ULYS1Kbfyti70YRYcFT%cyVnrN"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can search on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "s",
                                                            "value": "M9%m9XsLI4JOWpDmI60f0zha3eijVpqIsT%d4T%ULYS1Kbfyti70YRYcFT%cyVnrN"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        }
                                    ],
                                    "event": [],
                                    "protocolProfileBehavior": {
                                        "disableBodyPruning": true
                                    }
                                },
                                {
                                    "id": "8d21bf1f-271e-4bcb-8d58-78fb7ab97378",
                                    "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": "2c7e58c4-2fa8-4580-b126-206ecf74a72a",
                                            "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\": \".DG0xKENuhCac5x0zTw0vFKoSYQAsKcQaozk3iZsTozhEL8uK1aX117v_tj6XyWCPk1fBNYScM9xMI-3xcQOOoceCA7wenn96HXdcExyILjh-DL9ucZLUTXvMLI0l\",\n  \"type\": \"<string>\",\n  \"name\": \"<string>\",\n  \"displayName\": \"<string>\",\n  \"description\": \"<string>\",\n  \"displayDescription\": \"<string>\",\n  \"state\": \"completing\",\n  \"reached_state_date\": \"6486-08-30 21:32:48\",\n  \"last_update_date\": \"2972-12-03 22:19:24\",\n  \"dueDate\": \"5166-12-31 00:51:00\",\n  \"priority\": \"<string>\",\n  \"processId\": \"-.Y92QTuD06qfojfU9qqUn2uptFhShr27U0GUYAHhn71NtixgGBHMCxpxAcbPF6\",\n  \"parentCaseId\": \"_17u.E0F2_k60VW-o34M5AgheFws7lhQPJrMjgLJhNzyVkZqOa3JZI3FJamLsMwDwu0vf8_xQm5zwssOKZS_ykGCTYgP4vPDdJyeYdQdZ47fyY4YO73VEPRrcQeg22_pgKLgY.yGiV8__xo1WvB-FMfGo1reaopftEp92eQbZLHjYBNX0\",\n  \"parentTaskId\": \"tQas3qGYGQUE6Rn2gnYwwrlYyZCJWy2UvF5HpZCN59clkEIRIJHSLbSHkWM_4Q.TzjFgy_RqjXW3A3KSQV5TUIBc4yMhHnXtn-DgmWcRAmZUYSBa.5qLIdoz9tYU-UzPLDhD\",\n  \"rootCaseId\": \"mJ2G5mvwkey.YVR8HCc6Y.9jIvdQvdRqg3I0-fbz_3lD6DYXONDU6KEgKOQ1ky9.904zHWU3LpovmMmR96Q_oDWlhTYpGwO_8sxzGwhhLqKwMqTfJ6SYexRt.ZRluwHC3\",\n  \"rootContainerId\": \"AX1lW-oVdtOCS\",\n  \"executedBy\": \"yNtAuVzw3S0yoTQWsxD15vg97iie-pjMv0UJhjuqIIZIMETWPWi2ovpgYPrm3HslZXU8bfw.J9PWEuKK4PEdFNwr.dckPas5KRHyY5fc4egZWXZA\",\n  \"executedBySubstitute\": \"<string>\",\n  \"actorId\": \"J2oeWi.qAlOfWsGzRF.ZS_.CPML44UFKrmdjNI2Fr_CkljMmLsVdTDSW_3S3nWrjEmo7RPl5Q4RtNTHOnc_VWeQ4MRhz4GgfOkL50AgmDYiouufCx32WkAE6zj95YaybjDV0zuPd0I4vKEBY\",\n  \"assigned_id\": \"QZQx0qMooXBs0U5WkhtU9x3il7O-EOn-zo2dT89I6Ak07JCe4V5X_mYTsWPSyPtzc2ay_zd4EuAjmlxnJg96GyZeNyo.K7TUFTW48RYg.uf0vyWzeHejPeq5l.jgoGXwvmy_fgveS81UNqW8tqWC-CuMRqX5YXdYoFqu0kupKb4o43ounWUOoGMGGO\",\n  \"assigned_date\": \"6888-09-23 18:23:22\",\n  \"isTerminal\": \"<boolean>\"\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "5a23f686-3c75-4b8b-8dd3-31c037b28c87",
                                            "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "2f7bc526-d05f-44a1-9057-c9f98b036c2c",
                                            "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "22280dc5-b087-415e-8f21-d392065b9998",
                                            "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "b7a6dcd1-1888-4835-a71b-cab6bde3efad",
                                            "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        }
                                    ],
                                    "event": [],
                                    "protocolProfileBehavior": {
                                        "disableBodyPruning": true
                                    }
                                },
                                {
                                    "name": "{id}",
                                    "description": "",
                                    "item": [
                                        {
                                            "id": "737e88e1-9cf6-45b9-bd52-e32467c4324e",
                                            "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": "PTu11.P13g.x9c",
                                                            "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": "f3a27687-faa5-479e-b84a-839f851987d3",
                                                    "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\": \".DG0xKENuhCac5x0zTw0vFKoSYQAsKcQaozk3iZsTozhEL8uK1aX117v_tj6XyWCPk1fBNYScM9xMI-3xcQOOoceCA7wenn96HXdcExyILjh-DL9ucZLUTXvMLI0l\",\n  \"type\": \"<string>\",\n  \"name\": \"<string>\",\n  \"displayName\": \"<string>\",\n  \"description\": \"<string>\",\n  \"displayDescription\": \"<string>\",\n  \"state\": \"completing\",\n  \"reached_state_date\": \"6486-08-30 21:32:48\",\n  \"last_update_date\": \"2972-12-03 22:19:24\",\n  \"dueDate\": \"5166-12-31 00:51:00\",\n  \"priority\": \"<string>\",\n  \"processId\": \"-.Y92QTuD06qfojfU9qqUn2uptFhShr27U0GUYAHhn71NtixgGBHMCxpxAcbPF6\",\n  \"parentCaseId\": \"_17u.E0F2_k60VW-o34M5AgheFws7lhQPJrMjgLJhNzyVkZqOa3JZI3FJamLsMwDwu0vf8_xQm5zwssOKZS_ykGCTYgP4vPDdJyeYdQdZ47fyY4YO73VEPRrcQeg22_pgKLgY.yGiV8__xo1WvB-FMfGo1reaopftEp92eQbZLHjYBNX0\",\n  \"parentTaskId\": \"tQas3qGYGQUE6Rn2gnYwwrlYyZCJWy2UvF5HpZCN59clkEIRIJHSLbSHkWM_4Q.TzjFgy_RqjXW3A3KSQV5TUIBc4yMhHnXtn-DgmWcRAmZUYSBa.5qLIdoz9tYU-UzPLDhD\",\n  \"rootCaseId\": \"mJ2G5mvwkey.YVR8HCc6Y.9jIvdQvdRqg3I0-fbz_3lD6DYXONDU6KEgKOQ1ky9.904zHWU3LpovmMmR96Q_oDWlhTYpGwO_8sxzGwhhLqKwMqTfJ6SYexRt.ZRluwHC3\",\n  \"rootContainerId\": \"AX1lW-oVdtOCS\",\n  \"executedBy\": \"yNtAuVzw3S0yoTQWsxD15vg97iie-pjMv0UJhjuqIIZIMETWPWi2ovpgYPrm3HslZXU8bfw.J9PWEuKK4PEdFNwr.dckPas5KRHyY5fc4egZWXZA\",\n  \"executedBySubstitute\": \"<string>\",\n  \"actorId\": \"J2oeWi.qAlOfWsGzRF.ZS_.CPML44UFKrmdjNI2Fr_CkljMmLsVdTDSW_3S3nWrjEmo7RPl5Q4RtNTHOnc_VWeQ4MRhz4GgfOkL50AgmDYiouufCx32WkAE6zj95YaybjDV0zuPd0I4vKEBY\",\n  \"assigned_id\": \"QZQx0qMooXBs0U5WkhtU9x3il7O-EOn-zo2dT89I6Ak07JCe4V5X_mYTsWPSyPtzc2ay_zd4EuAjmlxnJg96GyZeNyo.K7TUFTW48RYg.uf0vyWzeHejPeq5l.jgoGXwvmy_fgveS81UNqW8tqWC-CuMRqX5YXdYoFqu0kupKb4o43ounWUOoGMGGO\",\n  \"assigned_date\": \"6888-09-23 18:23:22\",\n  \"isTerminal\": \"<boolean>\"\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "021d2f92-4d8e-4f57-a14b-80024856f430",
                                                    "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "68498e4c-2bf9-4137-bfd9-6eb622b01f1a",
                                                    "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "b08d8290-af06-4642-840e-af298b9c81ad",
                                                    "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "df7a9028-2131-4e60-9121-dc7ebd6f0b82",
                                                    "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "5076d62b-5979-444c-a87f-0567e25111da",
                                                    "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        },
                                        {
                                            "id": "bec806a6-b806-4563-a16c-98da8742e930",
                                            "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": "PTu11.P13g.x9c",
                                                            "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": "2941d006-7814-454f-8088-8213c5c786b0",
                                                    "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": "4e7a535d-e86d-4e6f-9c5a-1799abd63b80",
                                                    "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "ee6c9a9d-52a7-4e4b-9d7a-85f84387e3d4",
                                                    "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "46a9098e-5b96-4fb6-bb5c-b7a93490a222",
                                                    "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "2b05c980-161c-492f-bbeb-7faeec42e9cf",
                                                    "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "39d629c0-082e-4005-968e-734954629087",
                                                    "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        }
                                    ]
                                }
                            ]
                        },
                        {
                            "name": "task",
                            "description": "",
                            "item": [
                                {
                                    "id": "970a389a-a04e-4e38-a3d4-f5fa7e1a2d22",
                                    "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": "pzpOVpgh8pVtnsJ%jSaqESaGjSZFYzoRQjCjEOWbxXHa%zrarLMwgfeUWvdTh0BF0HEJi0Uzm"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "can filter on attributes with the format f={filter\\_name}={filter\\_value} with the name/value pair as url encoded string.",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "f",
                                                    "value": "14az0SYUUzoQQ1H66MkCz"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "can order on attributes",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "o",
                                                    "value": "M9%m9XsLI4JOWpDmI60f0zha3eijVpqIsT%d4T%ULYS1Kbfyti70YRYcFT%cyVnrN"
                                                }
                                            ],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            }
                                        ],
                                        "method": "GET",
                                        "body": {},
                                        "auth": null
                                    },
                                    "response": [
                                        {
                                            "id": "977ac59d-cb68-47fd-8006-5edf6f9c1b4a",
                                            "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": "14az0SYUUzoQQ1H66MkCz"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "M9%m9XsLI4JOWpDmI60f0zha3eijVpqIsT%d4T%ULYS1Kbfyti70YRYcFT%cyVnrN"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "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\": \"ZUQc-0dcCXT60QBUZtPEMZHs74l8ciqRCxj9sTJf7u2Y4bsH4KburpwTkf1RJftRL7JxYRyx-FTxo2dwbCNs7.qpnhknc9ti-Gv.vOPAUXKLva-7jPPwYZ88n97x07tD0kIKlnz\",\n    \"type\": \"<string>\",\n    \"name\": \"<string>\",\n    \"displayName\": \"<string>\",\n    \"description\": \"<string>\",\n    \"displayDescription\": \"<string>\",\n    \"state\": \"skipped\",\n    \"reached_state_date\": \"9433-06-12 10:55:04\",\n    \"last_update_date\": \"5690-03-16 01:58:47\",\n    \"dueDate\": \"7665-04-23 07:02:56\",\n    \"priority\": \"<string>\",\n    \"processId\": \"JQK\",\n    \"parentCaseId\": \"mUtHH1SSDXYp45kMw56o5epBmWFo9aiDuxD2v75DfEr1tpnmSA2L__UyAl83-Ch3DXaDeO44IETKaq16C5J4K_VmY9NMfb937d8Cdy57Y0GQ\",\n    \"parentTaskId\": \"SQzSL1LkVGtLIm3ue6sOj9mkP\",\n    \"rootCaseId\": \"5g5NVG8PVhTv3VuLCCJ1RS_Enn9zn\",\n    \"rootContainerId\": \"tpxs4fWqp2DAJQKQPZz6YJTvsxoyGnQR7DD6lXrSV3A9grq7i8NaaTk5WjFTSA2wk0CizX9DSxtUjkch0sPzy9-U4HFFNx33kRh4tG4vGltq_WybNGSSMu2r5KntykVfCNUcUboa5y2KY7q3PAVx4R0NV75_LE60fkhbVr1tseejj6iIgcWFbbI\",\n    \"executedBy\": \"RKirIMxc.VUyEotCZj7OxGk39ZShmtia8ZtsxLA1gdMCQr6f2dqNPOZ.sQjhmu69K_W4Co_kIgKMfgzGbiAP7K6yci4pNz4K3r4_4_neZicO0mmpUF9-wvRRhweRooqTl1JGCJSsuyZhzM\",\n    \"executedBySubstitute\": \"<string>\",\n    \"actorId\": \"qioTwCn3F8PzSu8Upd57Q-Ywgbvl7Pqy3w9BTCRQrAlA-egSWIH\",\n    \"assigned_id\": \"u-_IRS5E4gw9KFMsC9dXiADDrGl30ZgJYh6owQYxfH2w3xO2t7efStZDibqorEcvOMrRUyfNnpHAFqSvfciwyhHgaD5T-IT_SlEnh6qywMvtISGWAjMBHhLM4KBH0cXfOfjCDSX58nUBuNzyPP.nB8GgN7G6CM6ivbwXn5JHNI6l5Xzr4HZoNCoZISTgN5PSuqP19\",\n    \"assigned_date\": \"9612-11-13 11:58:22\",\n    \"isTerminal\": \"<boolean>\"\n  },\n  {\n    \"id\": \"_FiHVrxfOKjARETFW9ilIz2Ef34wJImMgkhkzuo54Ehkh4.SCD8d4WEIMqVQ_K3yDohwNgKi9bWeqVoU7v9SeQpcIpZOSLe7dDEC52KbCxJx8GKZay0BUMfp_lMtIIF11cv5j13dkjVToAGnPcLz.3Xpa55ErB0TIvyCADyVsRVVKdSkvsFqlv8pvaWk65D079uXiDvnvCTu_4CLXYbElBNIk04Nk\",\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\": \"3226-03-30 17:02:49\",\n    \"last_update_date\": \"9805-12-25 23:08:09\",\n    \"dueDate\": \"9428-06-31 23:53:41\",\n    \"priority\": \"<string>\",\n    \"processId\": \"xXTZNITfc_vgxaA\",\n    \"parentCaseId\": \"zFacHmKwMcs4drBPK-_K8vhSRw6A8mCJtQ9TTswzuSq4U9vi0-g3.AR2nzlhQCAJ75mbrXHXCpMqQ6Z.PSxiBsPsRSYpD3Nlu9GuQbQ0saTRBv.pKoqZ\",\n    \"parentTaskId\": \"op_..vYrbc0f.irIC9sbdcQCpM8j61jd_XV-_iwr5lckEjG\",\n    \"rootCaseId\": \"7xc8pXsnKpg4VSTKmuYavw79Cz1jnVwNIUfGq7yRB7td8maMDRSo2dw6QsF3Qx7JMUqNpcnsNPQIFo\",\n    \"rootContainerId\": \"6G-L9UMdGrt6YCSSxq4KHexn03ufJ9-R5YBoxdUkiwTnxZJ3kvB1Cionc4d0Sj7n.t2zfQ36M26A6MGPYbVKihKZtHPMPS5T46UV9p4phxOpmUsvj2a1b06fUpjuGDG9ueKTNKnn0K2d\",\n    \"executedBy\": \"Qh3NKA0_vviy3wnOtL39MZWL8njSomFm._7.ITCuMbSl.ihD3C-oLXJ.EwXVK4Ot6S9OJ-rBTUFiLuwuP7iDkROGOzQWZn8uZVINpHYUQ96rWuR5TxgG776ZKQW6fAKL1pr4yEnfxloq2t3Hc4np7UppJA\",\n    \"executedBySubstitute\": \"<string>\",\n    \"actorId\": \".xbI5_JGPXtZTNOYxkZACV7hv7fXVrCb.wcsQUy7R5uw-t5CNbTdhyOpJzOG1qZj.CQxQ1Bk_0jDxsQZpF6JrPoj_LHkCHi.wqVxJvkUxO.gO7_ESpWv22jNIl3x7V5E.zovaebj4wDTe4Ln6UG0naJZqH550QAjRIBwh82GW\",\n    \"assigned_id\": \"Y247arbY8MAHy-fx1jw6uIpbjfgMJDdHSiLNK6xUj0al2aziFyv.uj79Y3h6yXSIX.yh\",\n    \"assigned_date\": \"3998-10-09 22:11:18\",\n    \"isTerminal\": \"<boolean>\"\n  }\n]",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "1102af56-42af-47b2-8700-6ce2b8c7abb4",
                                            "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": "14az0SYUUzoQQ1H66MkCz"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "M9%m9XsLI4JOWpDmI60f0zha3eijVpqIsT%d4T%ULYS1Kbfyti70YRYcFT%cyVnrN"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "201a7de4-c076-4cb7-b1c2-707d52c19958",
                                            "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": "14az0SYUUzoQQ1H66MkCz"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "M9%m9XsLI4JOWpDmI60f0zha3eijVpqIsT%d4T%ULYS1Kbfyti70YRYcFT%cyVnrN"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "5f88f392-c42b-4900-96ea-97a179d1ca20",
                                            "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": "14az0SYUUzoQQ1H66MkCz"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "M9%m9XsLI4JOWpDmI60f0zha3eijVpqIsT%d4T%ULYS1Kbfyti70YRYcFT%cyVnrN"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "32bbc60f-e158-47ab-b649-7110d299d9c7",
                                            "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": "14az0SYUUzoQQ1H66MkCz"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "M9%m9XsLI4JOWpDmI60f0zha3eijVpqIsT%d4T%ULYS1Kbfyti70YRYcFT%cyVnrN"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        }
                                    ],
                                    "event": [],
                                    "protocolProfileBehavior": {
                                        "disableBodyPruning": true
                                    }
                                },
                                {
                                    "name": "{id}",
                                    "description": "",
                                    "item": [
                                        {
                                            "id": "7022edc4-f613-414e-a277-ce314aa7122e",
                                            "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": "PTu11.P13g.x9c",
                                                            "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": "717eb335-98ed-4481-b468-3148c2df8902",
                                                    "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\": \"OCZv.-9qO0TcVAGjV65yMCBvs2lSbLQKUsgmROD7wTMgNw0hwUQcQRfqrU1ICEJDTEzEHYyX4SF_8rqcxSWgcb1oStiHdst1oG3iNOyUlF74ysQ0QLwQMRdwguDOhquATKLjAp2YWOHL3UJ-e9ktpphfr-Bf1KQLxpDuw1zMT7b6pjJOWpBRJtBkhU-qA28zvbDKRg-f34Q8\",\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\": \"6068-06-24 07:29:06\",\n  \"last_update_date\": \"1042-11-25 23:26:42\",\n  \"dueDate\": \"0672-04-30 06:58:31\",\n  \"priority\": \"<string>\",\n  \"processId\": \"w6-ncyUXvDD-0SrjsBFzyFsIgYCLfkR2V.IOEiBo8e_..bgNbD7P-AMM.SlPJ32cL2SLk.dHRxJ.TG1xnimzFtFS5UzQ1D-FHk\",\n  \"parentCaseId\": \"vKXXZQQxv8sYkIxygPeSaCcCoHTieJyBd6ty0KYispzbOlj4Fw8tVbREDqJLZJlDi_glsb_bQEJ2cuyAePuhTKKDXtT.R0xghmJ8KKGT_4_HmApKkH-Q5ywwn_g94qQBv-quq6uEykY5._Q63O6DgOHWiz6TNvfxm2-vsfY4-Q1v_oT8nqZeHCFgiTg0gVa3fSHofvAcxa_A2Zn61wX7\",\n  \"parentTaskId\": \"NL2J2KgtCgdpPwd7-E1wC-BtFWGVP_6JDzS\",\n  \"rootCaseId\": \"Xeej1UDmVAhoH7cBQL8KTcD0SEkZYubFAUbcWY3KWc45I\",\n  \"rootContainerId\": \"BszU.OIdgKdF7mQVcIQEwjtfZ3wwo7FFN_la-mxpGRni16mi28D9ClQg5UQeJalY.dZ_gnyu3XUoxlnPAP24-wY2wbaxfawWiLzcjzgQBdOZBVPLV.g17gBSHJiKzsCL-PzbEI48V32N_x.yC0I_Xdl\",\n  \"executedBy\": \"pXgImIa28o9dXRVf.mb89PUebXbQ7jGBVIefcLD1I-1QfEByTrg-wit0nyjqM.gt5UBNXybnkE52u85LGeql7v1ifDht.qKtABk.9Vst0Ib5Ihss7_RJ6AErfjmUnhkOxRmoyWZMdHiTXf-jk2FTI19m06xDWroQ7tlK-JYUAiJAISsSnqHU\",\n  \"executedBySubstitute\": \"<string>\",\n  \"actorId\": \".WMHep1puy36heZ1Q.icNhKmjzPlwF__416MEn3N3YFGhWu9zV295zte_CBU\",\n  \"assigned_id\": \"bXBOzXJ_y0oc9itbRwDIl8l_PW3suAY0IXjC6lCxYX.vrootWJxhIlnB4DcnPR13Ewea7doJ4giOHVNVr3jxLiGS89rTvyUhHCnQC57V2Lnh7-uPtHvc6wfL3aEoxtRiK_mb9Dxx_zrXBwEBOBHZ5\",\n  \"assigned_date\": \"7571-07-09 04:20:33\",\n  \"isTerminal\": \"<boolean>\"\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "96f90992-038c-4636-8e77-c2a0408bd5ee",
                                                    "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "f5feb359-bd09-47de-8b48-15f66eb903e7",
                                                    "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "4a8a4477-29dd-4295-bd45-9a38108ccb5b",
                                                    "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "10ed3434-1c22-4caf-a51d-f32cef5c504f",
                                                    "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "01805e1e-0de6-4cd5-b8bc-8b5d213ba534",
                                                    "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        },
                                        {
                                            "id": "e592fcd1-7120-4540-bad8-ab38d75249b9",
                                            "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": "PTu11.P13g.x9c",
                                                            "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  \"culpa_bf\": -14579815,\n  \"enim_f\": -92128395,\n  \"magna_a\": 89063929,\n  \"aliqua2\": 56414976,\n  \"magna_770\": \"minim dolore\"\n}",
                                                    "options": {
                                                        "raw": {
                                                            "headerFamily": "json",
                                                            "language": "json"
                                                        }
                                                    }
                                                },
                                                "auth": null
                                            },
                                            "response": [
                                                {
                                                    "id": "945e2e19-59a3-4f31-81bf-966ca5b71b5f",
                                                    "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  \"culpa_bf\": -14579815,\n  \"enim_f\": -92128395,\n  \"magna_a\": 89063929,\n  \"aliqua2\": 56414976,\n  \"magna_770\": \"minim dolore\"\n}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        }
                                                    },
                                                    "status": "OK",
                                                    "code": 200,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                },
                                                {
                                                    "id": "54dc152e-cda1-4072-8070-6b7d91a890d6",
                                                    "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  \"culpa_bf\": -14579815,\n  \"enim_f\": -92128395,\n  \"magna_a\": 89063929,\n  \"aliqua2\": 56414976,\n  \"magna_770\": \"minim dolore\"\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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "eae94046-46b6-4439-8410-47b786e64bc5",
                                                    "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  \"culpa_bf\": -14579815,\n  \"enim_f\": -92128395,\n  \"magna_a\": 89063929,\n  \"aliqua2\": 56414976,\n  \"magna_770\": \"minim dolore\"\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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "cf378a41-5165-42e1-897c-b1c78fc16073",
                                                    "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  \"culpa_bf\": -14579815,\n  \"enim_f\": -92128395,\n  \"magna_a\": 89063929,\n  \"aliqua2\": 56414976,\n  \"magna_770\": \"minim dolore\"\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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "f6afb045-9e70-462c-a5c8-8aaa83b8d6c6",
                                                    "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  \"culpa_bf\": -14579815,\n  \"enim_f\": -92128395,\n  \"magna_a\": 89063929,\n  \"aliqua2\": 56414976,\n  \"magna_770\": \"minim dolore\"\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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "ab8a1e16-2f4c-4ae2-964d-61162bcca4dc",
                                                    "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  \"culpa_bf\": -14579815,\n  \"enim_f\": -92128395,\n  \"magna_a\": 89063929,\n  \"aliqua2\": 56414976,\n  \"magna_770\": \"minim dolore\"\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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        }
                                    ]
                                }
                            ]
                        },
                        {
                            "name": "userTask",
                            "description": "",
                            "item": [
                                {
                                    "id": "e6fb3081-a2b1-47d9-8e69-0cac27bd2023",
                                    "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": "pzpOVpgh8pVtnsJ%jSaqESaGjSZFYzoRQjCjEOWbxXHa%zrarLMwgfeUWvdTh0BF0HEJi0Uzm"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "can filter on attributes with the format f={filter\\_name}={filter\\_value} with the name/value pair as url encoded string.",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "f",
                                                    "value": "14az0SYUUzoQQ1H66MkCz"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "can order on attributes",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "o",
                                                    "value": "M9%m9XsLI4JOWpDmI60f0zha3eijVpqIsT%d4T%ULYS1Kbfyti70YRYcFT%cyVnrN"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "can search on attributes",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "s",
                                                    "value": "M9%m9XsLI4JOWpDmI60f0zha3eijVpqIsT%d4T%ULYS1Kbfyti70YRYcFT%cyVnrN"
                                                }
                                            ],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            }
                                        ],
                                        "method": "GET",
                                        "body": {},
                                        "auth": null
                                    },
                                    "response": [
                                        {
                                            "id": "5f78563b-2074-4c19-992a-94ed11f2456b",
                                            "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": "14az0SYUUzoQQ1H66MkCz"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "M9%m9XsLI4JOWpDmI60f0zha3eijVpqIsT%d4T%ULYS1Kbfyti70YRYcFT%cyVnrN"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can search on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "s",
                                                            "value": "M9%m9XsLI4JOWpDmI60f0zha3eijVpqIsT%d4T%ULYS1Kbfyti70YRYcFT%cyVnrN"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "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\": \"FyTxUKpL1_TG43W1tqXGDB9S3f.P5ASrtqR8Qw8_j2.K2Sc7sj8Qxt1tnVrsN.Y9Tn6Wub\",\n    \"type\": \"<string>\",\n    \"name\": \"<string>\",\n    \"displayName\": \"<string>\",\n    \"description\": \"<string>\",\n    \"displayDescription\": \"<string>\",\n    \"state\": \"skipped\",\n    \"reached_state_date\": \"6779-10-30 15:25:25\",\n    \"last_update_date\": \"4458-01-26 18:59:28\",\n    \"dueDate\": \"9563-11-05 03:03:58\",\n    \"priority\": \"<string>\",\n    \"processId\": \"mzhuAkc0dwXaG.pQmhWVGF_9pr4hXSqOs-TIZQntv-64_mr.bXF3efW4XxfMFRQKWaNkWkJ_vuy0uzdIv4_6X0nYNCT2zZetFWEiYhJh-bodNp4WVm3LxSG2L2vM6j3zDhq1gFyr6CViPtfctJiquXuMLqpFD_v9-7hsYV3FDm\",\n    \"parentCaseId\": \"i7iwWKrRBd.RTS3QhxKW5BSs9TZSJiXj6TqqrmRErgfO8qFjPAwOWYKLsPuuWM911rzBPM5EBI1bzYo4NiS3Z4T2Odp8geJdJy6v3Q5RBMbodrKtPgqDkHB7Bnv4z51PGkWsb8TlvFMscyADOGYxBCVH.VK0C.ZEIRr6PuqUwm\",\n    \"parentTaskId\": \"1GzVn3aNRs54_Li07Vcz2yVaJ.0m99vikaFH7sky3MiV-W9ZJm1MAW0e8SLH_2ZarBnnkNzj0_lcQV.kmiqZAyaDO8lFhItbL7.2N5lUmtI8BcYsmzgWmi6CLcWID_B.9yt54mUzEoPcKKeaL5FUoflL.NuK4QQ1H4of-nXJ50C\",\n    \"rootCaseId\": \"RNaNSKBnXywpDho-y8jd3oUeKmHvHVKUurBJOAAz2Smi9oDBb0YH4mDFbk_AFxWOMTP9NoM2WNeYZqhrBS8.CDRC6CiK5ZeofmN3u9B9KMzoXkPz_uDffQIugihjLWyH_Cj9D0yQTHxAWj3JrgRo3fZgpoAfD9gCIAZ1z.DZc1_XCKO6M9MWcBm4fyT4K3FycFUvrUDVVI.G0k9kvSzMJ96Em_Y\",\n    \"rootContainerId\": \"dcajMh4XFwVzVG4AnLCGK05EhwnUq0IJk6_.l7UQ8kS4RQbMQwbOLaR8KO.rlTXtlecMQp9-2imAJ6E3N-x-d6o4d.D5ysE_KlB4s7DYhGZ8Kn\",\n    \"executedBy\": \"KzxuO-ZANMw4QHYW4DaTBgajKbJF2F5j.R6vMhScXSpdmXfLBckd9MKCS8F9PIHWpvdtGPreKNjF1-kYY6w-5V3a4yXgq4Z6XNMSQfX7bfml\",\n    \"executedBySubstitute\": \"<string>\",\n    \"actorId\": \"GJ.CyjqrUNhvxKmARYFIOFvPHZXKkg7a6KLnN4lpz_WvnDDXAnsmNo1_3kYuOnXsWAFFQuS6zd2aE9VBpr8AQklfnzR_UsZEYweK4pOod6WW-nBaur4t3ASPZtcGGXymtnDLy3qahZtA8Nsf6bLQrJxOL-DfyHuc0-A.fczgDlfyoGGYk52wt5RynlxVv5OV6zqTCY6PVlVlKUf9HITqGmBrlXOXbi.af35k4KSh_Ge.sX\",\n    \"assigned_id\": \"1o5bjwr-dpwJt4fd01HMl-i8D.KZh\",\n    \"assigned_date\": \"0936-10-31 21:27:25\",\n    \"isTerminal\": \"<boolean>\"\n  },\n  {\n    \"id\": \"nrZW8Kx4rWiBcJdgIV_SSfmgMJBlW1hoShx7ZkqdPv6EMvqqXmv3a5K8SW-dzomtdvyanSNx1FU_v3K39TtURbl\",\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\": \"8536-12-01 12:36:57\",\n    \"last_update_date\": \"7470-05-31 22:32:38\",\n    \"dueDate\": \"6735-01-01 01:26:07\",\n    \"priority\": \"<string>\",\n    \"processId\": \"x7jInjznOdQ93ZPguntf.0ixT0wFaGwwvie9gRHuDu6jST6ApKoQ_Hju0UGDgUoGsOOQc1C1o.ywZW_AEnuoRjVpippQyryxt5EqgTgSxQb9g_F6BP3Umefx860IK-UyEwt71snEpnob9lxU6WAOZ03FmIVbaejT0zKRsZ5F-3tEt.hDf47EdSxCBX-qSWGPc8aoK3obX5FT26iRyNGsUf1m\",\n    \"parentCaseId\": \"g0NGjme8QSS1XLrXhre25iGW4K8gvchoGoZ5LtziTcvmAoniFBz-j-gI0N_S6XT40Kw9wxa5DuCFCrcP.VkeJs9AdTBJdmhn-hB9CYD5Zqv4NpJ-q8JrfyY1rL4p3GPI-o\",\n    \"parentTaskId\": \"40bTvM-dqZjn7RO_LOxF3eez6H6JI-h-BVNzCt2rXmQiW2cmiVgJLHtdSs-fNi.muNvHeajO7REuoRY47oY_Q3F7GBdEic.1Ieomz28_Gd.T9wYG_YveMoMkF9UIfpoqndVr4XEgUG215EYD9rWABDFU.N49f_fpZtN0CbRrg3XZ4HQ-M8.Wdjw.jRNdpUXPGfVLr6lkNFAx4k-ewAn1Oj9h0u5-Cw4\",\n    \"rootCaseId\": \"VmXYj.59uc4HqNa6gspmp14hWJEhQ35XrUkrRYlB7WH7tX_ZzE86RIiPVcULOBYqHE4thRdE3IOkWf8d4Sf9qdRsajS7DBtaEXVjAm_ucSVKkfx.t4Ifcsvz_1zSVtv5cEActcIQ3lpGVeRxeJxE7.kiauQsa1UFgmMcr5TATXDHh\",\n    \"rootContainerId\": \"7oVBxOIWx-EeTSdcs4KyaI83APpVooL1fK\",\n    \"executedBy\": \"4niQTyBtXT\",\n    \"executedBySubstitute\": \"<string>\",\n    \"actorId\": \"tbfbOGkI-rteD-mpps-wxii7zM9N4p1O_NRxCwNOe5s9N3k4ly9OWc26N8FUaNbZSRHvsDwpAe8NhbY-f8o8S5PPhUKi08pNbUT_Gb9fvYFI-dI4Nb8phIHZgr-8ruxiqfuJTq97X0pax.EMDy5Q_ZT1fu1tmth4JMrcQJ.Vhyi3wRy4xZBvCsc6hgDhNbbXpbywYh3LhbVHWaAtj\",\n    \"assigned_id\": \"Pq-RnvJqlZ5HPD7iZE\",\n    \"assigned_date\": \"6543-09-08 23:50:12\",\n    \"isTerminal\": \"<boolean>\"\n  }\n]",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "8804e734-1d37-44cd-9df8-9bcb9e5e155d",
                                            "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": "14az0SYUUzoQQ1H66MkCz"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "M9%m9XsLI4JOWpDmI60f0zha3eijVpqIsT%d4T%ULYS1Kbfyti70YRYcFT%cyVnrN"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can search on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "s",
                                                            "value": "M9%m9XsLI4JOWpDmI60f0zha3eijVpqIsT%d4T%ULYS1Kbfyti70YRYcFT%cyVnrN"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "706d0131-11c8-44f8-9459-702795113d34",
                                            "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": "14az0SYUUzoQQ1H66MkCz"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "M9%m9XsLI4JOWpDmI60f0zha3eijVpqIsT%d4T%ULYS1Kbfyti70YRYcFT%cyVnrN"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can search on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "s",
                                                            "value": "M9%m9XsLI4JOWpDmI60f0zha3eijVpqIsT%d4T%ULYS1Kbfyti70YRYcFT%cyVnrN"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "f5dd43f7-d5e3-4e9b-b9a3-520587afbfdb",
                                            "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": "14az0SYUUzoQQ1H66MkCz"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "M9%m9XsLI4JOWpDmI60f0zha3eijVpqIsT%d4T%ULYS1Kbfyti70YRYcFT%cyVnrN"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can search on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "s",
                                                            "value": "M9%m9XsLI4JOWpDmI60f0zha3eijVpqIsT%d4T%ULYS1Kbfyti70YRYcFT%cyVnrN"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "b1fdd48c-45fe-4887-99ba-442125226393",
                                            "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": "14az0SYUUzoQQ1H66MkCz"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "M9%m9XsLI4JOWpDmI60f0zha3eijVpqIsT%d4T%ULYS1Kbfyti70YRYcFT%cyVnrN"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can search on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "s",
                                                            "value": "M9%m9XsLI4JOWpDmI60f0zha3eijVpqIsT%d4T%ULYS1Kbfyti70YRYcFT%cyVnrN"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        }
                                    ],
                                    "event": [],
                                    "protocolProfileBehavior": {
                                        "disableBodyPruning": true
                                    }
                                },
                                {
                                    "name": "{id}",
                                    "description": "",
                                    "item": [
                                        {
                                            "id": "2bfaaa16-88c7-4fd5-b5a1-9672fcd0b5a3",
                                            "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": "PTu11.P13g.x9c",
                                                            "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": "dfe751fb-7e40-4ff9-8079-74b757d32c68",
                                                    "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\": \"qLEEtWpk1gbOX6PfX38pdDic4Obj_jT5xnlsXvu-t3HfeOGGhoYVYoMMR_MsUyBG5ANNRxFsMP0gGoc8QiAkIdoE5bkJdi_SuHjEWw\",\n  \"type\": \"<string>\",\n  \"name\": \"<string>\",\n  \"displayName\": \"<string>\",\n  \"description\": \"<string>\",\n  \"displayDescription\": \"<string>\",\n  \"state\": \"executing\",\n  \"reached_state_date\": \"9442-02-31 20:15:58\",\n  \"last_update_date\": \"3396-10-30 20:46:55\",\n  \"dueDate\": \"5308-08-04 02:03:13\",\n  \"priority\": \"<string>\",\n  \"processId\": \".UAReOrFNjriB1JIk3gluS8RqqOGes8BGcANRHaVxZiUm1j-y_9_SzwCs7APfyApo5TXiAdUhnxKarw34ANq7tUZ5rmfYeDKQtYmHOX9i6cdvOMLEWUzvg35hFccu3CeNQDpG8xmCeNCxRVClB\",\n  \"parentCaseId\": \"0pkvT-_6PxN9WEmP_u_9ARb-IAokOTCJqNGlkuqEXB-wEA\",\n  \"parentTaskId\": \"OC_22ZVcTcRFeGPxbceqf9qPtI8ZPdyh7Hbm\",\n  \"rootCaseId\": \"wy68tq-UF5tZhPXWKbXuAfQjprtqaidrtru29w0doZTFeGL34vTejDwmgzfq55m4w9P6oLPv\",\n  \"rootContainerId\": \"VNT9nDgYmcPtst5sXHlSPFqXcA24MHlNFN2eSm4y-UHwEAqBLbdkypP\",\n  \"executedBy\": \"v\",\n  \"executedBySubstitute\": \"<string>\",\n  \"actorId\": \"j.8K7I2SRim0r2Y9_8ElOmZ5sWT-ughYntIqoV9nA0gdIBixIih8kLIdbWmnyoUNZKA72FWPHjyHicHhO0Cp\",\n  \"assigned_id\": \"3iV-Xmt_ucf9qePujt7wuV1U6hPUiPK2.seJpzvDQRejZBVyomXhNKNL90kx-3SLMAoM7oz8j.613jK11P45N08zTyxzkS5FDWPrioolS7pV2hSysJ8YpAgF6F2zc_q6CvPMGA-8Md0KyA3nl_LtPa4Y0m8eDE130GA9EWElAQ2lI.8wF0X8RrJTZpPpClbFyi19G0P8j\",\n  \"assigned_date\": \"4363-12-02 17:09:16\",\n  \"isTerminal\": \"<boolean>\"\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "c0980855-9d6f-4361-ad85-a509e4c4d143",
                                                    "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "f8bb2d70-ae80-4cce-88f0-bfd8c58ab734",
                                                    "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "83cd45ba-0d00-46d0-a50c-06794dc0e3c7",
                                                    "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "cacecb44-9b9e-4028-8d34-0aa970ef5ff9",
                                                    "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "66124697-5b1c-48c8-a457-ad1f655c1dd4",
                                                    "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        },
                                        {
                                            "id": "cfb479f3-6811-4861-a42f-242d3e8f6175",
                                            "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": "PTu11.P13g.x9c",
                                                            "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": "6b44cad2-6f57-41d2-b2d4-70b72c2ed473",
                                                    "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": "5e9f9b7b-ecc2-4d95-86fb-599daf94ea46",
                                                    "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "3951a9dc-260c-48cb-99bc-33e3d022902e",
                                                    "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "d15b1757-c0df-4b7a-8c07-631326d44849",
                                                    "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "2e11ba2b-0290-4b7e-bd9e-3402b252d963",
                                                    "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "66bbf747-59e3-4542-a88c-e39574566a03",
                                                    "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        },
                                        {
                                            "name": "contract",
                                            "description": "",
                                            "item": [
                                                {
                                                    "id": "07a49c9b-e76e-4fed-bfbf-ed2400f631a9",
                                                    "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": "PTu11.P13g.x9c",
                                                                    "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": "0bae6a4f-3470-4ba5-899a-d74b1da712a6",
                                                            "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\": \"BYTE_ARRAY\",\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\": \"OFFSETDATETIME\",\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": "b66659a1-d444-4736-97dc-bdc5bf89db7f",
                                                            "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "json"
                                                        },
                                                        {
                                                            "id": "b4b61994-40e2-45b2-89be-7cb7ccacfe2f",
                                                            "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "json"
                                                        },
                                                        {
                                                            "id": "80efedac-cac3-49b7-aad0-5b2e314596f5",
                                                            "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "json"
                                                        },
                                                        {
                                                            "id": "9f7f183b-ea1e-428a-aba1-da6dd5d17dea",
                                                            "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "json"
                                                        },
                                                        {
                                                            "id": "871a0b2b-bf41-4300-85d2-6ae6ee826da2",
                                                            "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "json"
                                                        }
                                                    ],
                                                    "event": [],
                                                    "protocolProfileBehavior": {
                                                        "disableBodyPruning": true
                                                    }
                                                }
                                            ]
                                        },
                                        {
                                            "name": "execution",
                                            "description": "",
                                            "item": [
                                                {
                                                    "id": "a0c3ae60-7adf-4fab-b274-9cfddac226e9",
                                                    "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": "PTu11.P13g.x9c",
                                                                    "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  \"adipisicingc\": true,\n  \"aliquae65\": 79915248,\n  \"voluptate5_4\": \"dolore\"\n}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        },
                                                        "auth": null
                                                    },
                                                    "response": [
                                                        {
                                                            "id": "41dfd360-6162-4c7d-8553-54ee75c7e947",
                                                            "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  \"adipisicingc\": true,\n  \"aliquae65\": 79915248,\n  \"voluptate5_4\": \"dolore\"\n}",
                                                                    "options": {
                                                                        "raw": {
                                                                            "headerFamily": "json",
                                                                            "language": "json"
                                                                        }
                                                                    }
                                                                }
                                                            },
                                                            "status": "No Content",
                                                            "code": 204,
                                                            "header": [],
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "text"
                                                        },
                                                        {
                                                            "id": "79e92ab2-e0d4-4185-b8ad-1f7f00d77519",
                                                            "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  \"adipisicingc\": true,\n  \"aliquae65\": 79915248,\n  \"voluptate5_4\": \"dolore\"\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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "json"
                                                        },
                                                        {
                                                            "id": "e250c0d2-f59f-4691-b9eb-6fd3a33bcb94",
                                                            "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  \"adipisicingc\": true,\n  \"aliquae65\": 79915248,\n  \"voluptate5_4\": \"dolore\"\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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "json"
                                                        },
                                                        {
                                                            "id": "77217a07-c2dd-44b5-a090-75a7c709b41d",
                                                            "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  \"adipisicingc\": true,\n  \"aliquae65\": 79915248,\n  \"voluptate5_4\": \"dolore\"\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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "json"
                                                        },
                                                        {
                                                            "id": "a335270e-fde3-443b-a47f-a9f40067b775",
                                                            "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  \"adipisicingc\": true,\n  \"aliquae65\": 79915248,\n  \"voluptate5_4\": \"dolore\"\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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "json"
                                                        }
                                                    ],
                                                    "event": [],
                                                    "protocolProfileBehavior": {
                                                        "disableBodyPruning": true
                                                    }
                                                }
                                            ]
                                        },
                                        {
                                            "name": "context",
                                            "description": "",
                                            "item": [
                                                {
                                                    "id": "5bef4161-30f1-40dd-9052-d35fdd04bc8d",
                                                    "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": "PTu11.P13g.x9c",
                                                                    "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": "65dd287d-a474-44af-b395-3f5024454382",
                                                            "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  \"adipisicingc\": true,\n  \"aliquae65\": 79915248,\n  \"voluptate5_4\": \"dolore\"\n}",
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "json"
                                                        },
                                                        {
                                                            "id": "fd8fe9b1-0e6d-4d5d-8450-df239359a070",
                                                            "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "json"
                                                        },
                                                        {
                                                            "id": "defd8dfe-ba5a-458b-bf1d-6e0c52d007c6",
                                                            "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "json"
                                                        },
                                                        {
                                                            "id": "66e602a9-3f98-43d7-b8e0-7b0d95a411ae",
                                                            "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "json"
                                                        },
                                                        {
                                                            "id": "4c6241ff-5ea2-452f-b259-11fa413e9ac4",
                                                            "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "json"
                                                        },
                                                        {
                                                            "id": "67058e1f-f698-4f4b-a25c-ddacb8188243",
                                                            "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "json"
                                                        }
                                                    ],
                                                    "event": [],
                                                    "protocolProfileBehavior": {
                                                        "disableBodyPruning": true
                                                    }
                                                }
                                            ]
                                        }
                                    ]
                                }
                            ]
                        },
                        {
                            "name": "archivedHumanTask",
                            "description": "",
                            "item": [
                                {
                                    "id": "fb8484ff-d11c-4e4d-9a15-6e6bc0fc6cdd",
                                    "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": "pzpOVpgh8pVtnsJ%jSaqESaGjSZFYzoRQjCjEOWbxXHa%zrarLMwgfeUWvdTh0BF0HEJi0Uzm"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "can filter on attributes with the format f={filter\\_name}={filter\\_value} with the name/value pair as url encoded string.",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "f",
                                                    "value": "14az0SYUUzoQQ1H66MkCz"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "can order on attributes",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "o",
                                                    "value": "M9%m9XsLI4JOWpDmI60f0zha3eijVpqIsT%d4T%ULYS1Kbfyti70YRYcFT%cyVnrN"
                                                }
                                            ],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            }
                                        ],
                                        "method": "GET",
                                        "body": {},
                                        "auth": null
                                    },
                                    "response": [
                                        {
                                            "id": "651fc372-4a2f-4598-8dd9-9881b6f65c09",
                                            "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": "14az0SYUUzoQQ1H66MkCz"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "M9%m9XsLI4JOWpDmI60f0zha3eijVpqIsT%d4T%ULYS1Kbfyti70YRYcFT%cyVnrN"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "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\": \"w7Z6nacQC90W_DnjrUeoXCTWeuRXa9NHkitCb7iQY7UeO9t60YYxoxWyI8WBc1riyvCasBdznWl9rAw76jH68sdn3KPCuLZ.FYWQSe1_963c.IJddi\",\n    \"type\": \"<string>\",\n    \"name\": \"<string>\",\n    \"displayName\": \"<string>\",\n    \"description\": \"<string>\",\n    \"displayDescription\": \"<string>\",\n    \"state\": \"completing\",\n    \"reached_state_date\": \"8119-10-02 22:04:33\",\n    \"last_update_date\": \"8890-12-28 03:11:38\",\n    \"dueDate\": \"9369-12-07 05:00:36\",\n    \"priority\": \"<string>\",\n    \"processId\": \"32ucq0HGxqSZ3ZxuMs.e98S84WE6yODkZVTLjjAcw.2d98Jk0fK-mDQmE_nphUK8UnsG-2lf4xMqlPCc.khyFNQE4wUAyHY0sF0xQ.qyAjkOo-XCMAcb95vCNiCC8_ZDdnqt75tFiwJ15AA7Gy44w0UDZhY5ewfuyZS3\",\n    \"parentCaseId\": \"-nr-fwfXQ-v2GxWhilSCQ0P4gW7QImts-zx2r0FHoTbODP8oPGvkhEaURUzqQ.rTGWExl\",\n    \"parentTaskId\": \"Qv2qfl659csGVr3WRSOpxU_g11ZPgwRijg6gEJrJO0okxnjsQlq9EQq4ZyB2Zfb9ogt5GKHROvyj_Mfdm5JJwiCuPWrw4x2pHiSVETYPhdIZfbHwCZiWXmHXs6T4XVAM95SqU_vXL.8ApkH-KCN3sdcEjG9tOS-ZB\",\n    \"rootCaseId\": \"HK6S_4ApGID7PYZbh4bT0VJd4.CR.IDIrxUSVimHeBTcXBf\",\n    \"rootContainerId\": \"W7p.ZCL.38ACq9Hmf8WaoJ.UckzUnbJZNPyrKovdNSTgkhT7UPi8OXik7xhziETwXHQvagFJ3kkyFzhhizJWTSHTjHujnu_mdy2hvn5\",\n    \"executedBy\": \"x.7JZErMdhYTCt2eNJSa7mLeM3S3dv-N0nj7I585dBxy5FLJ-zyZ_y_pishhR4xYiVCJUKZWxXkQZmcO31VnTMCqhm3OdYtX2JD4z0.y0VEwV9_t26T5v9G5\",\n    \"executedBySubstitute\": \"<string>\",\n    \"actorId\": \"SwN3IJCMAa0XQkuYRvxhN_pFZ1c0dLkMnkSwJKW-qhbOovrE3cyQyRw8EJ9qanaDzhV3MI1Wwgr2NE4J-KabdjD4EIkMBZ5TJli6NdXBpwzLB1n1qrmaaJiCDLgfKvUKuhovz2rkpfgHPeCAiSbtPCvgdJ.jDVrzgGdf5pMRPnjzwKrfaPwAK_XBrcZju8abQqzq740O1anq6b0W0ca018a\",\n    \"assigned_id\": \"3OyKEAAn5-.4kFHDqCMdu1oOuyZNZHj7sgcnylhvF19mWSUQ3dMd_INExm-wQ6w2eLARG1p-cP9qcPXGVOI6c04NmHQ2vAo2BYTjs_5wKhGtDLso9czrvBoJHp4rdz2KgpS1gKorjur.k4LUKJu9iB3kRlsnmNvqbv_2hAt.4jR35\",\n    \"assigned_date\": \"1179-06-30 21:21:46\",\n    \"isTerminal\": \"<boolean>\",\n    \"sourceObjectId\": \"hbt9HL7s2XtpMGP1heFu5S.VQdsCyAfvXfRMkLqpPd_5TL\",\n    \"archivedDate\": \"7709-12-21 20:49:19\"\n  },\n  {\n    \"id\": \"czKp64ibNtrC551OQlD3sNO03mgIv8cBpU2kY8WwqQ2vR5GbCGR9cmoG_z5kjQfzYza6JsYkEp.JvsH8SJrvrsT4RCe1HEOHzg5aPORll.KA6aI.tg0JshmyQWDQe2ebM_zsc4CIi6GAcdmF0wyfsUpQgvXFmwCs239PhR93WBsvWVRCZn7TkhxQJWqi4GX6rRLKj9g6n8pAyR.cVjnD148hK6qBDDOLnmH6c\",\n    \"type\": \"<string>\",\n    \"name\": \"<string>\",\n    \"displayName\": \"<string>\",\n    \"description\": \"<string>\",\n    \"displayDescription\": \"<string>\",\n    \"state\": \"completed\",\n    \"reached_state_date\": \"1992-02-22 19:25:50\",\n    \"last_update_date\": \"4120-08-14 22:08:58\",\n    \"dueDate\": \"0765-09-04 20:40:06\",\n    \"priority\": \"<string>\",\n    \"processId\": \"o4-.qKADlnxUj8sxTmXxaveaM0qOeRi4D9BcMDoiVbLbtoeOKtof9AtsjpobufGR7JbcN0bjhvI5y9OLnrmihqvtPIuEy0Jc1Dd\",\n    \"parentCaseId\": \"0y8q69EMaEDmzAkNvaQpUqm6iziRyQ2H5U_qDGL._su7ogs9-J010YtYNTPP.qF8MMIEpKDBIpHPt6KYV-oY5vq.VqzUArIDZHbC4ngoKKEHVGf9TeTQKueWImYT53PP-6M-Tk_nIQZDwOBJx4yfDjoacuAYLTr7OHF\",\n    \"parentTaskId\": \"3RJv8lXT_4cFOwBD1gfZi4qFcLYjQCZ57Sxh8kkVx.tpE7g_RXh3zMhFxKL-ocxrwXv_vaIVvw5bT05..cB0CMhGQdI2imgxosAJ.UvCXY1Om5zF.sCFBk-MCMCP5Sdn2okcEo5wvnhSA8LetuPFSAPgps1oLDP5yo790BR7dWbmnfSK_N3Qu7G0JOCI1yYsdN2uM33Kyx1fT1TmoCb1j2xc7sFaauLrjNIlw27VH6mELTOak7aARQJ\",\n    \"rootCaseId\": \"ul\",\n    \"rootContainerId\": \"6Lid9AapB66NwCHFeG1N0I1hiA6JrnshunsuRDJ3eie86xgWn4QiCKkrKF9lO2e23JkoSdarymtXYqSpb9NEoRcOPXlzp-g5QdyzUlT\",\n    \"executedBy\": \"kVM0uPhj4pHky_tyxhkSiC_BkV1O_4BELBVDYkK5HgVBEe6q946No\",\n    \"executedBySubstitute\": \"<string>\",\n    \"actorId\": \"_k9UIXmRJjrtqXjDU5-WIFa3BUbkI.q2E-lMyeEV2UYrs-H4zaE6dyoze6aw.K9S_8ayA._fXpPEdxb0Y3ahKOro6TWm1Vcz4ZzvffNqlq9doUA48IEhTeuIk51DFvy29DE2aPzRehrNdWTKZUS7gll0vlA3ZSIO._.2GGD8Xg1Y2s6Vv_TahGMpy0IYdDHap2.j-uVcvnuiPiETNb\",\n    \"assigned_id\": \"HSOh2_RZelmoAceCOZyqQ18Z6HfHxFIcNuNwng.5vyN6h-5bXpWRuu66E1P-z8Gew0wBMGFtZj68A.DZJdp3ScfkBzGsheJXVmolg4nxYxohA3MJ5q4AqTak4_PeuT8TWESjZNo\",\n    \"assigned_date\": \"9199-05-08 11:15:37\",\n    \"isTerminal\": \"<boolean>\",\n    \"sourceObjectId\": \"AMAPKMPLYLlru0qVIsJri7MU6FSxzIOKdcIvsf6p6IyqGbQW-Te6XCvSstL1yr_h5dPz5z-I2zy-n2K0o0B7qfRdDAw-XLN5KioKs-MQjxqVRD5EgwBvA.jp9Jk\",\n    \"archivedDate\": \"6852-08-06 01:57:29\"\n  }\n]",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "53a14ef9-38e0-4c0b-a329-67556fc85760",
                                            "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": "14az0SYUUzoQQ1H66MkCz"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "M9%m9XsLI4JOWpDmI60f0zha3eijVpqIsT%d4T%ULYS1Kbfyti70YRYcFT%cyVnrN"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "eeac9b14-a27f-4b46-9003-03846b5ca768",
                                            "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": "14az0SYUUzoQQ1H66MkCz"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "M9%m9XsLI4JOWpDmI60f0zha3eijVpqIsT%d4T%ULYS1Kbfyti70YRYcFT%cyVnrN"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "d9ce82a4-4159-4074-a592-925e40fda0ee",
                                            "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": "14az0SYUUzoQQ1H66MkCz"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "M9%m9XsLI4JOWpDmI60f0zha3eijVpqIsT%d4T%ULYS1Kbfyti70YRYcFT%cyVnrN"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "ebc93b4c-84e1-4fdf-bb10-9901135c2a90",
                                            "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": "14az0SYUUzoQQ1H66MkCz"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "M9%m9XsLI4JOWpDmI60f0zha3eijVpqIsT%d4T%ULYS1Kbfyti70YRYcFT%cyVnrN"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        }
                                    ],
                                    "event": [],
                                    "protocolProfileBehavior": {
                                        "disableBodyPruning": true
                                    }
                                },
                                {
                                    "name": "{id}",
                                    "description": "",
                                    "item": [
                                        {
                                            "id": "0a3a1698-5027-44e1-bf0b-469185dd3349",
                                            "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": "PTu11.P13g.x9c",
                                                            "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": "a1168f88-f3ee-432c-bef5-cdf30301b4a8",
                                                    "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\": \"oQHU---NOz0Ce.w5juibCMH\",\n  \"type\": \"<string>\",\n  \"name\": \"<string>\",\n  \"displayName\": \"<string>\",\n  \"description\": \"<string>\",\n  \"displayDescription\": \"<string>\",\n  \"state\": \"ready\",\n  \"reached_state_date\": \"0806-12-30 13:55:33\",\n  \"last_update_date\": \"8709-11-08 00:02:02\",\n  \"dueDate\": \"2476-10-30 14:21:06\",\n  \"priority\": \"<string>\",\n  \"processId\": \"4LNCbuXvr5.kCggSdLJUGkgUxuHIFMKda2XguFGGjs_5FZf1baeQtKk39zb8uvmJ4u3RggFQGCBUNlA0pRmq91lfPoSEaq.Gf85dXKcO0Kgc_0XXNiXw4two4PnFWA5lzX3CgQATK_EL0wfgBNov7uuEgSY87k1kS6hA0hGBY_P.c5kuPR31YZJ8kECIPYY_5XPZTGhfn-LO_OG.xIOffRZ0pkDY20UbhMSRoucJ.QzImDDUb5M\",\n  \"parentCaseId\": \"0C8-nBrKAHP9Sg\",\n  \"parentTaskId\": \"j9OizG5IlKuttcljzVON35wpG6H54HMEq.UVJODr-bxsryyOXrxFy3uJslOhIwqp5kHIR5xQCazQeP8koD5zjJn7exLwvx4zb35Y-jNZdJZ8zOYEgbghRTlrrhIOTCDVAsXanCob5SPXr10vQ_Fo4wUVu8DSnw.6nRVojw-7t6OYoHXAevudh05EM3.MxWmjK9aq3_MJNOkAy2mHuGqN\",\n  \"rootCaseId\": \"31Ip6snCTa_ikiGxGnQBvmvaR.0h1L6ul7Pr0BaYOMwOqptmTsH1Drt95STCj2hOIF8CWCfRlzx1Rkfc9SXzMTiOswHIS6nmdgH7zHX24h.l5C3o0UIwW8Ps6QTN20vpnY6VqQ37Us\",\n  \"rootContainerId\": \"2.aVA8lt3G9PYxOAXDxbPVKheiCa8xHDre99qkD4PxUJL5.f_yFdfV8sTELLoryFe-VVLAgDeU-z4YU\",\n  \"executedBy\": \"Uf2PEWyumpJMaDPcQ2kcZK5H4NcCltqzp8CEAR.75xzxolC.gKVOLOFt9mvfG7Pi4ROuoTus2X1_0W6yYZRnS8iwMIHaki_uYJqUi\",\n  \"executedBySubstitute\": \"<string>\",\n  \"actorId\": \"t_h4EBv\",\n  \"assigned_id\": \"RLPBjImhDWVOHQggmAsyMhaLy5BqJOOZw3JkdM5PiA0Sn15TT3JEgWwBmTs1LglJ7o40rGK4qrBd.AHpSOYeV0s07-1YLGT3ABo1xkFmBnOw.8tz2422lJYyW5QQSC30EmqHYUh3iV9mDWVZ745mWszgdxRyR8j6tdhSj617U1fhO5qpSAaCRzpOTrc6PK7RI\",\n  \"assigned_date\": \"0230-09-31 21:45:43\",\n  \"isTerminal\": \"<boolean>\",\n  \"sourceObjectId\": \"lCgN7BgRt9-Dyu0aHdWScsuzmQP5TF2j5zWw-Y.w9I973G.Ro8hryw70kGaYmZLx9Ne1IFCWbY6qzwHYzQTp.us443.rbPqA.qGLTESwiv_9wk0HWDD.wKU.pi9g4vC\",\n  \"archivedDate\": \"8758-06-15 15:33:41\"\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "f8159cef-073c-4694-8b39-1fbfe7f54bba",
                                                    "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "76e422c4-570a-4270-9f2d-60b7e48f9669",
                                                    "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "71afc53d-057a-4a9d-9650-d63a7637e758",
                                                    "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "7e7f60f2-769c-4d95-818c-1d2d6952b76c",
                                                    "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "f264ddf5-93cf-475c-b2e4-ff1119ab947c",
                                                    "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        }
                                    ]
                                }
                            ]
                        },
                        {
                            "name": "archivedManualTask",
                            "description": "",
                            "item": [
                                {
                                    "id": "d994d3da-353e-4211-8b46-12d353c3b56d",
                                    "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": "pzpOVpgh8pVtnsJ%jSaqESaGjSZFYzoRQjCjEOWbxXHa%zrarLMwgfeUWvdTh0BF0HEJi0Uzm"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "can filter on attributes with the format f={filter\\_name}={filter\\_value} with the name/value pair as url encoded string.",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "f",
                                                    "value": "14az0SYUUzoQQ1H66MkCz"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "can order on attributes",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "o",
                                                    "value": "M9%m9XsLI4JOWpDmI60f0zha3eijVpqIsT%d4T%ULYS1Kbfyti70YRYcFT%cyVnrN"
                                                }
                                            ],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            }
                                        ],
                                        "method": "GET",
                                        "body": {},
                                        "auth": null
                                    },
                                    "response": [
                                        {
                                            "id": "5859ff1a-b212-44b2-8b4e-3be112ced79d",
                                            "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": "14az0SYUUzoQQ1H66MkCz"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "M9%m9XsLI4JOWpDmI60f0zha3eijVpqIsT%d4T%ULYS1Kbfyti70YRYcFT%cyVnrN"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "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\": \"w7Z6nacQC90W_DnjrUeoXCTWeuRXa9NHkitCb7iQY7UeO9t60YYxoxWyI8WBc1riyvCasBdznWl9rAw76jH68sdn3KPCuLZ.FYWQSe1_963c.IJddi\",\n    \"type\": \"<string>\",\n    \"name\": \"<string>\",\n    \"displayName\": \"<string>\",\n    \"description\": \"<string>\",\n    \"displayDescription\": \"<string>\",\n    \"state\": \"completing\",\n    \"reached_state_date\": \"8119-10-02 22:04:33\",\n    \"last_update_date\": \"8890-12-28 03:11:38\",\n    \"dueDate\": \"9369-12-07 05:00:36\",\n    \"priority\": \"<string>\",\n    \"processId\": \"32ucq0HGxqSZ3ZxuMs.e98S84WE6yODkZVTLjjAcw.2d98Jk0fK-mDQmE_nphUK8UnsG-2lf4xMqlPCc.khyFNQE4wUAyHY0sF0xQ.qyAjkOo-XCMAcb95vCNiCC8_ZDdnqt75tFiwJ15AA7Gy44w0UDZhY5ewfuyZS3\",\n    \"parentCaseId\": \"-nr-fwfXQ-v2GxWhilSCQ0P4gW7QImts-zx2r0FHoTbODP8oPGvkhEaURUzqQ.rTGWExl\",\n    \"parentTaskId\": \"Qv2qfl659csGVr3WRSOpxU_g11ZPgwRijg6gEJrJO0okxnjsQlq9EQq4ZyB2Zfb9ogt5GKHROvyj_Mfdm5JJwiCuPWrw4x2pHiSVETYPhdIZfbHwCZiWXmHXs6T4XVAM95SqU_vXL.8ApkH-KCN3sdcEjG9tOS-ZB\",\n    \"rootCaseId\": \"HK6S_4ApGID7PYZbh4bT0VJd4.CR.IDIrxUSVimHeBTcXBf\",\n    \"rootContainerId\": \"W7p.ZCL.38ACq9Hmf8WaoJ.UckzUnbJZNPyrKovdNSTgkhT7UPi8OXik7xhziETwXHQvagFJ3kkyFzhhizJWTSHTjHujnu_mdy2hvn5\",\n    \"executedBy\": \"x.7JZErMdhYTCt2eNJSa7mLeM3S3dv-N0nj7I585dBxy5FLJ-zyZ_y_pishhR4xYiVCJUKZWxXkQZmcO31VnTMCqhm3OdYtX2JD4z0.y0VEwV9_t26T5v9G5\",\n    \"executedBySubstitute\": \"<string>\",\n    \"actorId\": \"SwN3IJCMAa0XQkuYRvxhN_pFZ1c0dLkMnkSwJKW-qhbOovrE3cyQyRw8EJ9qanaDzhV3MI1Wwgr2NE4J-KabdjD4EIkMBZ5TJli6NdXBpwzLB1n1qrmaaJiCDLgfKvUKuhovz2rkpfgHPeCAiSbtPCvgdJ.jDVrzgGdf5pMRPnjzwKrfaPwAK_XBrcZju8abQqzq740O1anq6b0W0ca018a\",\n    \"assigned_id\": \"3OyKEAAn5-.4kFHDqCMdu1oOuyZNZHj7sgcnylhvF19mWSUQ3dMd_INExm-wQ6w2eLARG1p-cP9qcPXGVOI6c04NmHQ2vAo2BYTjs_5wKhGtDLso9czrvBoJHp4rdz2KgpS1gKorjur.k4LUKJu9iB3kRlsnmNvqbv_2hAt.4jR35\",\n    \"assigned_date\": \"1179-06-30 21:21:46\",\n    \"isTerminal\": \"<boolean>\",\n    \"sourceObjectId\": \"hbt9HL7s2XtpMGP1heFu5S.VQdsCyAfvXfRMkLqpPd_5TL\",\n    \"archivedDate\": \"7709-12-21 20:49:19\"\n  },\n  {\n    \"id\": \"czKp64ibNtrC551OQlD3sNO03mgIv8cBpU2kY8WwqQ2vR5GbCGR9cmoG_z5kjQfzYza6JsYkEp.JvsH8SJrvrsT4RCe1HEOHzg5aPORll.KA6aI.tg0JshmyQWDQe2ebM_zsc4CIi6GAcdmF0wyfsUpQgvXFmwCs239PhR93WBsvWVRCZn7TkhxQJWqi4GX6rRLKj9g6n8pAyR.cVjnD148hK6qBDDOLnmH6c\",\n    \"type\": \"<string>\",\n    \"name\": \"<string>\",\n    \"displayName\": \"<string>\",\n    \"description\": \"<string>\",\n    \"displayDescription\": \"<string>\",\n    \"state\": \"completed\",\n    \"reached_state_date\": \"1992-02-22 19:25:50\",\n    \"last_update_date\": \"4120-08-14 22:08:58\",\n    \"dueDate\": \"0765-09-04 20:40:06\",\n    \"priority\": \"<string>\",\n    \"processId\": \"o4-.qKADlnxUj8sxTmXxaveaM0qOeRi4D9BcMDoiVbLbtoeOKtof9AtsjpobufGR7JbcN0bjhvI5y9OLnrmihqvtPIuEy0Jc1Dd\",\n    \"parentCaseId\": \"0y8q69EMaEDmzAkNvaQpUqm6iziRyQ2H5U_qDGL._su7ogs9-J010YtYNTPP.qF8MMIEpKDBIpHPt6KYV-oY5vq.VqzUArIDZHbC4ngoKKEHVGf9TeTQKueWImYT53PP-6M-Tk_nIQZDwOBJx4yfDjoacuAYLTr7OHF\",\n    \"parentTaskId\": \"3RJv8lXT_4cFOwBD1gfZi4qFcLYjQCZ57Sxh8kkVx.tpE7g_RXh3zMhFxKL-ocxrwXv_vaIVvw5bT05..cB0CMhGQdI2imgxosAJ.UvCXY1Om5zF.sCFBk-MCMCP5Sdn2okcEo5wvnhSA8LetuPFSAPgps1oLDP5yo790BR7dWbmnfSK_N3Qu7G0JOCI1yYsdN2uM33Kyx1fT1TmoCb1j2xc7sFaauLrjNIlw27VH6mELTOak7aARQJ\",\n    \"rootCaseId\": \"ul\",\n    \"rootContainerId\": \"6Lid9AapB66NwCHFeG1N0I1hiA6JrnshunsuRDJ3eie86xgWn4QiCKkrKF9lO2e23JkoSdarymtXYqSpb9NEoRcOPXlzp-g5QdyzUlT\",\n    \"executedBy\": \"kVM0uPhj4pHky_tyxhkSiC_BkV1O_4BELBVDYkK5HgVBEe6q946No\",\n    \"executedBySubstitute\": \"<string>\",\n    \"actorId\": \"_k9UIXmRJjrtqXjDU5-WIFa3BUbkI.q2E-lMyeEV2UYrs-H4zaE6dyoze6aw.K9S_8ayA._fXpPEdxb0Y3ahKOro6TWm1Vcz4ZzvffNqlq9doUA48IEhTeuIk51DFvy29DE2aPzRehrNdWTKZUS7gll0vlA3ZSIO._.2GGD8Xg1Y2s6Vv_TahGMpy0IYdDHap2.j-uVcvnuiPiETNb\",\n    \"assigned_id\": \"HSOh2_RZelmoAceCOZyqQ18Z6HfHxFIcNuNwng.5vyN6h-5bXpWRuu66E1P-z8Gew0wBMGFtZj68A.DZJdp3ScfkBzGsheJXVmolg4nxYxohA3MJ5q4AqTak4_PeuT8TWESjZNo\",\n    \"assigned_date\": \"9199-05-08 11:15:37\",\n    \"isTerminal\": \"<boolean>\",\n    \"sourceObjectId\": \"AMAPKMPLYLlru0qVIsJri7MU6FSxzIOKdcIvsf6p6IyqGbQW-Te6XCvSstL1yr_h5dPz5z-I2zy-n2K0o0B7qfRdDAw-XLN5KioKs-MQjxqVRD5EgwBvA.jp9Jk\",\n    \"archivedDate\": \"6852-08-06 01:57:29\"\n  }\n]",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "397b4ee2-327b-4c38-ad2a-000a7c7d06ff",
                                            "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": "14az0SYUUzoQQ1H66MkCz"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "M9%m9XsLI4JOWpDmI60f0zha3eijVpqIsT%d4T%ULYS1Kbfyti70YRYcFT%cyVnrN"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "85688522-4cd7-4138-a692-fe27d5678fec",
                                            "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": "14az0SYUUzoQQ1H66MkCz"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "M9%m9XsLI4JOWpDmI60f0zha3eijVpqIsT%d4T%ULYS1Kbfyti70YRYcFT%cyVnrN"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "0a9e2311-dc4d-4c5b-bc63-fed2d81c4d70",
                                            "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": "14az0SYUUzoQQ1H66MkCz"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "M9%m9XsLI4JOWpDmI60f0zha3eijVpqIsT%d4T%ULYS1Kbfyti70YRYcFT%cyVnrN"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "64c9c66d-678a-41d1-9740-d0ec784e416f",
                                            "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": "14az0SYUUzoQQ1H66MkCz"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "M9%m9XsLI4JOWpDmI60f0zha3eijVpqIsT%d4T%ULYS1Kbfyti70YRYcFT%cyVnrN"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        }
                                    ],
                                    "event": [],
                                    "protocolProfileBehavior": {
                                        "disableBodyPruning": true
                                    }
                                },
                                {
                                    "name": "{id}",
                                    "description": "",
                                    "item": [
                                        {
                                            "id": "49c741f3-3560-456d-9f16-440cf34f86dd",
                                            "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": "PTu11.P13g.x9c",
                                                            "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": "e22bdada-a2b2-4ad1-ad5a-1feb9ec202e6",
                                                    "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\": \"oQHU---NOz0Ce.w5juibCMH\",\n  \"type\": \"<string>\",\n  \"name\": \"<string>\",\n  \"displayName\": \"<string>\",\n  \"description\": \"<string>\",\n  \"displayDescription\": \"<string>\",\n  \"state\": \"ready\",\n  \"reached_state_date\": \"0806-12-30 13:55:33\",\n  \"last_update_date\": \"8709-11-08 00:02:02\",\n  \"dueDate\": \"2476-10-30 14:21:06\",\n  \"priority\": \"<string>\",\n  \"processId\": \"4LNCbuXvr5.kCggSdLJUGkgUxuHIFMKda2XguFGGjs_5FZf1baeQtKk39zb8uvmJ4u3RggFQGCBUNlA0pRmq91lfPoSEaq.Gf85dXKcO0Kgc_0XXNiXw4two4PnFWA5lzX3CgQATK_EL0wfgBNov7uuEgSY87k1kS6hA0hGBY_P.c5kuPR31YZJ8kECIPYY_5XPZTGhfn-LO_OG.xIOffRZ0pkDY20UbhMSRoucJ.QzImDDUb5M\",\n  \"parentCaseId\": \"0C8-nBrKAHP9Sg\",\n  \"parentTaskId\": \"j9OizG5IlKuttcljzVON35wpG6H54HMEq.UVJODr-bxsryyOXrxFy3uJslOhIwqp5kHIR5xQCazQeP8koD5zjJn7exLwvx4zb35Y-jNZdJZ8zOYEgbghRTlrrhIOTCDVAsXanCob5SPXr10vQ_Fo4wUVu8DSnw.6nRVojw-7t6OYoHXAevudh05EM3.MxWmjK9aq3_MJNOkAy2mHuGqN\",\n  \"rootCaseId\": \"31Ip6snCTa_ikiGxGnQBvmvaR.0h1L6ul7Pr0BaYOMwOqptmTsH1Drt95STCj2hOIF8CWCfRlzx1Rkfc9SXzMTiOswHIS6nmdgH7zHX24h.l5C3o0UIwW8Ps6QTN20vpnY6VqQ37Us\",\n  \"rootContainerId\": \"2.aVA8lt3G9PYxOAXDxbPVKheiCa8xHDre99qkD4PxUJL5.f_yFdfV8sTELLoryFe-VVLAgDeU-z4YU\",\n  \"executedBy\": \"Uf2PEWyumpJMaDPcQ2kcZK5H4NcCltqzp8CEAR.75xzxolC.gKVOLOFt9mvfG7Pi4ROuoTus2X1_0W6yYZRnS8iwMIHaki_uYJqUi\",\n  \"executedBySubstitute\": \"<string>\",\n  \"actorId\": \"t_h4EBv\",\n  \"assigned_id\": \"RLPBjImhDWVOHQggmAsyMhaLy5BqJOOZw3JkdM5PiA0Sn15TT3JEgWwBmTs1LglJ7o40rGK4qrBd.AHpSOYeV0s07-1YLGT3ABo1xkFmBnOw.8tz2422lJYyW5QQSC30EmqHYUh3iV9mDWVZ745mWszgdxRyR8j6tdhSj617U1fhO5qpSAaCRzpOTrc6PK7RI\",\n  \"assigned_date\": \"0230-09-31 21:45:43\",\n  \"isTerminal\": \"<boolean>\",\n  \"sourceObjectId\": \"lCgN7BgRt9-Dyu0aHdWScsuzmQP5TF2j5zWw-Y.w9I973G.Ro8hryw70kGaYmZLx9Ne1IFCWbY6qzwHYzQTp.us443.rbPqA.qGLTESwiv_9wk0HWDD.wKU.pi9g4vC\",\n  \"archivedDate\": \"8758-06-15 15:33:41\"\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "7b6960b7-7609-4d81-9025-85eb168a6eaf",
                                                    "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "a70868c1-b909-4342-a948-b7b204085c49",
                                                    "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "cde9ebae-9b49-42e8-986a-f8e758416fde",
                                                    "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "7690d4d4-f0c4-44e5-9bc3-955c73453fe5",
                                                    "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "e4bfbd4d-11d3-4fb4-94d5-294d576e6ade",
                                                    "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        }
                                    ]
                                }
                            ]
                        },
                        {
                            "name": "archivedUserTask",
                            "description": "",
                            "item": [
                                {
                                    "id": "c7b33cef-16b3-4088-b965-9bc7c46a2cdc",
                                    "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": "pzpOVpgh8pVtnsJ%jSaqESaGjSZFYzoRQjCjEOWbxXHa%zrarLMwgfeUWvdTh0BF0HEJi0Uzm"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "can filter on attributes with the format f={filter\\_name}={filter\\_value} with the name/value pair as url encoded string.",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "f",
                                                    "value": "14az0SYUUzoQQ1H66MkCz"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "can order on attributes",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "o",
                                                    "value": "M9%m9XsLI4JOWpDmI60f0zha3eijVpqIsT%d4T%ULYS1Kbfyti70YRYcFT%cyVnrN"
                                                }
                                            ],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            }
                                        ],
                                        "method": "GET",
                                        "body": {},
                                        "auth": null
                                    },
                                    "response": [
                                        {
                                            "id": "bb60593a-6f09-44e7-b797-a77c1f8e5f32",
                                            "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": "14az0SYUUzoQQ1H66MkCz"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "M9%m9XsLI4JOWpDmI60f0zha3eijVpqIsT%d4T%ULYS1Kbfyti70YRYcFT%cyVnrN"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "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\": \"w7Z6nacQC90W_DnjrUeoXCTWeuRXa9NHkitCb7iQY7UeO9t60YYxoxWyI8WBc1riyvCasBdznWl9rAw76jH68sdn3KPCuLZ.FYWQSe1_963c.IJddi\",\n    \"type\": \"<string>\",\n    \"name\": \"<string>\",\n    \"displayName\": \"<string>\",\n    \"description\": \"<string>\",\n    \"displayDescription\": \"<string>\",\n    \"state\": \"completing\",\n    \"reached_state_date\": \"8119-10-02 22:04:33\",\n    \"last_update_date\": \"8890-12-28 03:11:38\",\n    \"dueDate\": \"9369-12-07 05:00:36\",\n    \"priority\": \"<string>\",\n    \"processId\": \"32ucq0HGxqSZ3ZxuMs.e98S84WE6yODkZVTLjjAcw.2d98Jk0fK-mDQmE_nphUK8UnsG-2lf4xMqlPCc.khyFNQE4wUAyHY0sF0xQ.qyAjkOo-XCMAcb95vCNiCC8_ZDdnqt75tFiwJ15AA7Gy44w0UDZhY5ewfuyZS3\",\n    \"parentCaseId\": \"-nr-fwfXQ-v2GxWhilSCQ0P4gW7QImts-zx2r0FHoTbODP8oPGvkhEaURUzqQ.rTGWExl\",\n    \"parentTaskId\": \"Qv2qfl659csGVr3WRSOpxU_g11ZPgwRijg6gEJrJO0okxnjsQlq9EQq4ZyB2Zfb9ogt5GKHROvyj_Mfdm5JJwiCuPWrw4x2pHiSVETYPhdIZfbHwCZiWXmHXs6T4XVAM95SqU_vXL.8ApkH-KCN3sdcEjG9tOS-ZB\",\n    \"rootCaseId\": \"HK6S_4ApGID7PYZbh4bT0VJd4.CR.IDIrxUSVimHeBTcXBf\",\n    \"rootContainerId\": \"W7p.ZCL.38ACq9Hmf8WaoJ.UckzUnbJZNPyrKovdNSTgkhT7UPi8OXik7xhziETwXHQvagFJ3kkyFzhhizJWTSHTjHujnu_mdy2hvn5\",\n    \"executedBy\": \"x.7JZErMdhYTCt2eNJSa7mLeM3S3dv-N0nj7I585dBxy5FLJ-zyZ_y_pishhR4xYiVCJUKZWxXkQZmcO31VnTMCqhm3OdYtX2JD4z0.y0VEwV9_t26T5v9G5\",\n    \"executedBySubstitute\": \"<string>\",\n    \"actorId\": \"SwN3IJCMAa0XQkuYRvxhN_pFZ1c0dLkMnkSwJKW-qhbOovrE3cyQyRw8EJ9qanaDzhV3MI1Wwgr2NE4J-KabdjD4EIkMBZ5TJli6NdXBpwzLB1n1qrmaaJiCDLgfKvUKuhovz2rkpfgHPeCAiSbtPCvgdJ.jDVrzgGdf5pMRPnjzwKrfaPwAK_XBrcZju8abQqzq740O1anq6b0W0ca018a\",\n    \"assigned_id\": \"3OyKEAAn5-.4kFHDqCMdu1oOuyZNZHj7sgcnylhvF19mWSUQ3dMd_INExm-wQ6w2eLARG1p-cP9qcPXGVOI6c04NmHQ2vAo2BYTjs_5wKhGtDLso9czrvBoJHp4rdz2KgpS1gKorjur.k4LUKJu9iB3kRlsnmNvqbv_2hAt.4jR35\",\n    \"assigned_date\": \"1179-06-30 21:21:46\",\n    \"isTerminal\": \"<boolean>\",\n    \"sourceObjectId\": \"hbt9HL7s2XtpMGP1heFu5S.VQdsCyAfvXfRMkLqpPd_5TL\",\n    \"archivedDate\": \"7709-12-21 20:49:19\"\n  },\n  {\n    \"id\": \"czKp64ibNtrC551OQlD3sNO03mgIv8cBpU2kY8WwqQ2vR5GbCGR9cmoG_z5kjQfzYza6JsYkEp.JvsH8SJrvrsT4RCe1HEOHzg5aPORll.KA6aI.tg0JshmyQWDQe2ebM_zsc4CIi6GAcdmF0wyfsUpQgvXFmwCs239PhR93WBsvWVRCZn7TkhxQJWqi4GX6rRLKj9g6n8pAyR.cVjnD148hK6qBDDOLnmH6c\",\n    \"type\": \"<string>\",\n    \"name\": \"<string>\",\n    \"displayName\": \"<string>\",\n    \"description\": \"<string>\",\n    \"displayDescription\": \"<string>\",\n    \"state\": \"completed\",\n    \"reached_state_date\": \"1992-02-22 19:25:50\",\n    \"last_update_date\": \"4120-08-14 22:08:58\",\n    \"dueDate\": \"0765-09-04 20:40:06\",\n    \"priority\": \"<string>\",\n    \"processId\": \"o4-.qKADlnxUj8sxTmXxaveaM0qOeRi4D9BcMDoiVbLbtoeOKtof9AtsjpobufGR7JbcN0bjhvI5y9OLnrmihqvtPIuEy0Jc1Dd\",\n    \"parentCaseId\": \"0y8q69EMaEDmzAkNvaQpUqm6iziRyQ2H5U_qDGL._su7ogs9-J010YtYNTPP.qF8MMIEpKDBIpHPt6KYV-oY5vq.VqzUArIDZHbC4ngoKKEHVGf9TeTQKueWImYT53PP-6M-Tk_nIQZDwOBJx4yfDjoacuAYLTr7OHF\",\n    \"parentTaskId\": \"3RJv8lXT_4cFOwBD1gfZi4qFcLYjQCZ57Sxh8kkVx.tpE7g_RXh3zMhFxKL-ocxrwXv_vaIVvw5bT05..cB0CMhGQdI2imgxosAJ.UvCXY1Om5zF.sCFBk-MCMCP5Sdn2okcEo5wvnhSA8LetuPFSAPgps1oLDP5yo790BR7dWbmnfSK_N3Qu7G0JOCI1yYsdN2uM33Kyx1fT1TmoCb1j2xc7sFaauLrjNIlw27VH6mELTOak7aARQJ\",\n    \"rootCaseId\": \"ul\",\n    \"rootContainerId\": \"6Lid9AapB66NwCHFeG1N0I1hiA6JrnshunsuRDJ3eie86xgWn4QiCKkrKF9lO2e23JkoSdarymtXYqSpb9NEoRcOPXlzp-g5QdyzUlT\",\n    \"executedBy\": \"kVM0uPhj4pHky_tyxhkSiC_BkV1O_4BELBVDYkK5HgVBEe6q946No\",\n    \"executedBySubstitute\": \"<string>\",\n    \"actorId\": \"_k9UIXmRJjrtqXjDU5-WIFa3BUbkI.q2E-lMyeEV2UYrs-H4zaE6dyoze6aw.K9S_8ayA._fXpPEdxb0Y3ahKOro6TWm1Vcz4ZzvffNqlq9doUA48IEhTeuIk51DFvy29DE2aPzRehrNdWTKZUS7gll0vlA3ZSIO._.2GGD8Xg1Y2s6Vv_TahGMpy0IYdDHap2.j-uVcvnuiPiETNb\",\n    \"assigned_id\": \"HSOh2_RZelmoAceCOZyqQ18Z6HfHxFIcNuNwng.5vyN6h-5bXpWRuu66E1P-z8Gew0wBMGFtZj68A.DZJdp3ScfkBzGsheJXVmolg4nxYxohA3MJ5q4AqTak4_PeuT8TWESjZNo\",\n    \"assigned_date\": \"9199-05-08 11:15:37\",\n    \"isTerminal\": \"<boolean>\",\n    \"sourceObjectId\": \"AMAPKMPLYLlru0qVIsJri7MU6FSxzIOKdcIvsf6p6IyqGbQW-Te6XCvSstL1yr_h5dPz5z-I2zy-n2K0o0B7qfRdDAw-XLN5KioKs-MQjxqVRD5EgwBvA.jp9Jk\",\n    \"archivedDate\": \"6852-08-06 01:57:29\"\n  }\n]",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "7310e75a-422a-4d25-9968-43a4c5084862",
                                            "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": "14az0SYUUzoQQ1H66MkCz"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "M9%m9XsLI4JOWpDmI60f0zha3eijVpqIsT%d4T%ULYS1Kbfyti70YRYcFT%cyVnrN"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "da8bcefa-3db5-4a49-8b1c-86a6845bb40e",
                                            "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": "14az0SYUUzoQQ1H66MkCz"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "M9%m9XsLI4JOWpDmI60f0zha3eijVpqIsT%d4T%ULYS1Kbfyti70YRYcFT%cyVnrN"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "2ccaab27-31b1-4e6d-b50f-0dde40d56e7c",
                                            "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": "14az0SYUUzoQQ1H66MkCz"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "M9%m9XsLI4JOWpDmI60f0zha3eijVpqIsT%d4T%ULYS1Kbfyti70YRYcFT%cyVnrN"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "d260feec-554e-4636-9d58-d1feadbb42f0",
                                            "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": "14az0SYUUzoQQ1H66MkCz"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "M9%m9XsLI4JOWpDmI60f0zha3eijVpqIsT%d4T%ULYS1Kbfyti70YRYcFT%cyVnrN"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        }
                                    ],
                                    "event": [],
                                    "protocolProfileBehavior": {
                                        "disableBodyPruning": true
                                    }
                                },
                                {
                                    "name": "{id}",
                                    "description": "",
                                    "item": [
                                        {
                                            "id": "3e28909d-dba3-4c4e-90a1-657e7d402a0f",
                                            "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": "PTu11.P13g.x9c",
                                                            "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": "7fe33afe-fb54-433a-af08-94c8845510d8",
                                                    "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\": \"oQHU---NOz0Ce.w5juibCMH\",\n  \"type\": \"<string>\",\n  \"name\": \"<string>\",\n  \"displayName\": \"<string>\",\n  \"description\": \"<string>\",\n  \"displayDescription\": \"<string>\",\n  \"state\": \"ready\",\n  \"reached_state_date\": \"0806-12-30 13:55:33\",\n  \"last_update_date\": \"8709-11-08 00:02:02\",\n  \"dueDate\": \"2476-10-30 14:21:06\",\n  \"priority\": \"<string>\",\n  \"processId\": \"4LNCbuXvr5.kCggSdLJUGkgUxuHIFMKda2XguFGGjs_5FZf1baeQtKk39zb8uvmJ4u3RggFQGCBUNlA0pRmq91lfPoSEaq.Gf85dXKcO0Kgc_0XXNiXw4two4PnFWA5lzX3CgQATK_EL0wfgBNov7uuEgSY87k1kS6hA0hGBY_P.c5kuPR31YZJ8kECIPYY_5XPZTGhfn-LO_OG.xIOffRZ0pkDY20UbhMSRoucJ.QzImDDUb5M\",\n  \"parentCaseId\": \"0C8-nBrKAHP9Sg\",\n  \"parentTaskId\": \"j9OizG5IlKuttcljzVON35wpG6H54HMEq.UVJODr-bxsryyOXrxFy3uJslOhIwqp5kHIR5xQCazQeP8koD5zjJn7exLwvx4zb35Y-jNZdJZ8zOYEgbghRTlrrhIOTCDVAsXanCob5SPXr10vQ_Fo4wUVu8DSnw.6nRVojw-7t6OYoHXAevudh05EM3.MxWmjK9aq3_MJNOkAy2mHuGqN\",\n  \"rootCaseId\": \"31Ip6snCTa_ikiGxGnQBvmvaR.0h1L6ul7Pr0BaYOMwOqptmTsH1Drt95STCj2hOIF8CWCfRlzx1Rkfc9SXzMTiOswHIS6nmdgH7zHX24h.l5C3o0UIwW8Ps6QTN20vpnY6VqQ37Us\",\n  \"rootContainerId\": \"2.aVA8lt3G9PYxOAXDxbPVKheiCa8xHDre99qkD4PxUJL5.f_yFdfV8sTELLoryFe-VVLAgDeU-z4YU\",\n  \"executedBy\": \"Uf2PEWyumpJMaDPcQ2kcZK5H4NcCltqzp8CEAR.75xzxolC.gKVOLOFt9mvfG7Pi4ROuoTus2X1_0W6yYZRnS8iwMIHaki_uYJqUi\",\n  \"executedBySubstitute\": \"<string>\",\n  \"actorId\": \"t_h4EBv\",\n  \"assigned_id\": \"RLPBjImhDWVOHQggmAsyMhaLy5BqJOOZw3JkdM5PiA0Sn15TT3JEgWwBmTs1LglJ7o40rGK4qrBd.AHpSOYeV0s07-1YLGT3ABo1xkFmBnOw.8tz2422lJYyW5QQSC30EmqHYUh3iV9mDWVZ745mWszgdxRyR8j6tdhSj617U1fhO5qpSAaCRzpOTrc6PK7RI\",\n  \"assigned_date\": \"0230-09-31 21:45:43\",\n  \"isTerminal\": \"<boolean>\",\n  \"sourceObjectId\": \"lCgN7BgRt9-Dyu0aHdWScsuzmQP5TF2j5zWw-Y.w9I973G.Ro8hryw70kGaYmZLx9Ne1IFCWbY6qzwHYzQTp.us443.rbPqA.qGLTESwiv_9wk0HWDD.wKU.pi9g4vC\",\n  \"archivedDate\": \"8758-06-15 15:33:41\"\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "d167c931-2603-4182-be1d-882a82d19452",
                                                    "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "048fa6cd-b1b0-49a4-bcea-0af46648d5d0",
                                                    "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "f9b5344d-6bb5-4dac-8dfe-ed88829010f3",
                                                    "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "1676f607-ce65-4a6e-8d88-36e8d22eaf57",
                                                    "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "cbd5e605-8dda-4b0b-b463-92ae88154baf",
                                                    "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        }
                                    ]
                                }
                            ]
                        },
                        {
                            "name": "archivedTask",
                            "description": "",
                            "item": [
                                {
                                    "id": "e9e59145-3c2b-4c29-8afe-a4807b7d1d76",
                                    "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": "pzpOVpgh8pVtnsJ%jSaqESaGjSZFYzoRQjCjEOWbxXHa%zrarLMwgfeUWvdTh0BF0HEJi0Uzm"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "can filter on attributes with the format f={filter\\_name}={filter\\_value} with the name/value pair as url encoded string.",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "f",
                                                    "value": "14az0SYUUzoQQ1H66MkCz"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "can order on attributes",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "o",
                                                    "value": "M9%m9XsLI4JOWpDmI60f0zha3eijVpqIsT%d4T%ULYS1Kbfyti70YRYcFT%cyVnrN"
                                                }
                                            ],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            }
                                        ],
                                        "method": "GET",
                                        "body": {},
                                        "auth": null
                                    },
                                    "response": [
                                        {
                                            "id": "28e2127c-d1c2-4276-88a3-825a288807f1",
                                            "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": "14az0SYUUzoQQ1H66MkCz"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "M9%m9XsLI4JOWpDmI60f0zha3eijVpqIsT%d4T%ULYS1Kbfyti70YRYcFT%cyVnrN"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "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\": \"w7Z6nacQC90W_DnjrUeoXCTWeuRXa9NHkitCb7iQY7UeO9t60YYxoxWyI8WBc1riyvCasBdznWl9rAw76jH68sdn3KPCuLZ.FYWQSe1_963c.IJddi\",\n    \"type\": \"<string>\",\n    \"name\": \"<string>\",\n    \"displayName\": \"<string>\",\n    \"description\": \"<string>\",\n    \"displayDescription\": \"<string>\",\n    \"state\": \"completing\",\n    \"reached_state_date\": \"8119-10-02 22:04:33\",\n    \"last_update_date\": \"8890-12-28 03:11:38\",\n    \"dueDate\": \"9369-12-07 05:00:36\",\n    \"priority\": \"<string>\",\n    \"processId\": \"32ucq0HGxqSZ3ZxuMs.e98S84WE6yODkZVTLjjAcw.2d98Jk0fK-mDQmE_nphUK8UnsG-2lf4xMqlPCc.khyFNQE4wUAyHY0sF0xQ.qyAjkOo-XCMAcb95vCNiCC8_ZDdnqt75tFiwJ15AA7Gy44w0UDZhY5ewfuyZS3\",\n    \"parentCaseId\": \"-nr-fwfXQ-v2GxWhilSCQ0P4gW7QImts-zx2r0FHoTbODP8oPGvkhEaURUzqQ.rTGWExl\",\n    \"parentTaskId\": \"Qv2qfl659csGVr3WRSOpxU_g11ZPgwRijg6gEJrJO0okxnjsQlq9EQq4ZyB2Zfb9ogt5GKHROvyj_Mfdm5JJwiCuPWrw4x2pHiSVETYPhdIZfbHwCZiWXmHXs6T4XVAM95SqU_vXL.8ApkH-KCN3sdcEjG9tOS-ZB\",\n    \"rootCaseId\": \"HK6S_4ApGID7PYZbh4bT0VJd4.CR.IDIrxUSVimHeBTcXBf\",\n    \"rootContainerId\": \"W7p.ZCL.38ACq9Hmf8WaoJ.UckzUnbJZNPyrKovdNSTgkhT7UPi8OXik7xhziETwXHQvagFJ3kkyFzhhizJWTSHTjHujnu_mdy2hvn5\",\n    \"executedBy\": \"x.7JZErMdhYTCt2eNJSa7mLeM3S3dv-N0nj7I585dBxy5FLJ-zyZ_y_pishhR4xYiVCJUKZWxXkQZmcO31VnTMCqhm3OdYtX2JD4z0.y0VEwV9_t26T5v9G5\",\n    \"executedBySubstitute\": \"<string>\",\n    \"actorId\": \"SwN3IJCMAa0XQkuYRvxhN_pFZ1c0dLkMnkSwJKW-qhbOovrE3cyQyRw8EJ9qanaDzhV3MI1Wwgr2NE4J-KabdjD4EIkMBZ5TJli6NdXBpwzLB1n1qrmaaJiCDLgfKvUKuhovz2rkpfgHPeCAiSbtPCvgdJ.jDVrzgGdf5pMRPnjzwKrfaPwAK_XBrcZju8abQqzq740O1anq6b0W0ca018a\",\n    \"assigned_id\": \"3OyKEAAn5-.4kFHDqCMdu1oOuyZNZHj7sgcnylhvF19mWSUQ3dMd_INExm-wQ6w2eLARG1p-cP9qcPXGVOI6c04NmHQ2vAo2BYTjs_5wKhGtDLso9czrvBoJHp4rdz2KgpS1gKorjur.k4LUKJu9iB3kRlsnmNvqbv_2hAt.4jR35\",\n    \"assigned_date\": \"1179-06-30 21:21:46\",\n    \"isTerminal\": \"<boolean>\",\n    \"sourceObjectId\": \"hbt9HL7s2XtpMGP1heFu5S.VQdsCyAfvXfRMkLqpPd_5TL\",\n    \"archivedDate\": \"7709-12-21 20:49:19\"\n  },\n  {\n    \"id\": \"czKp64ibNtrC551OQlD3sNO03mgIv8cBpU2kY8WwqQ2vR5GbCGR9cmoG_z5kjQfzYza6JsYkEp.JvsH8SJrvrsT4RCe1HEOHzg5aPORll.KA6aI.tg0JshmyQWDQe2ebM_zsc4CIi6GAcdmF0wyfsUpQgvXFmwCs239PhR93WBsvWVRCZn7TkhxQJWqi4GX6rRLKj9g6n8pAyR.cVjnD148hK6qBDDOLnmH6c\",\n    \"type\": \"<string>\",\n    \"name\": \"<string>\",\n    \"displayName\": \"<string>\",\n    \"description\": \"<string>\",\n    \"displayDescription\": \"<string>\",\n    \"state\": \"completed\",\n    \"reached_state_date\": \"1992-02-22 19:25:50\",\n    \"last_update_date\": \"4120-08-14 22:08:58\",\n    \"dueDate\": \"0765-09-04 20:40:06\",\n    \"priority\": \"<string>\",\n    \"processId\": \"o4-.qKADlnxUj8sxTmXxaveaM0qOeRi4D9BcMDoiVbLbtoeOKtof9AtsjpobufGR7JbcN0bjhvI5y9OLnrmihqvtPIuEy0Jc1Dd\",\n    \"parentCaseId\": \"0y8q69EMaEDmzAkNvaQpUqm6iziRyQ2H5U_qDGL._su7ogs9-J010YtYNTPP.qF8MMIEpKDBIpHPt6KYV-oY5vq.VqzUArIDZHbC4ngoKKEHVGf9TeTQKueWImYT53PP-6M-Tk_nIQZDwOBJx4yfDjoacuAYLTr7OHF\",\n    \"parentTaskId\": \"3RJv8lXT_4cFOwBD1gfZi4qFcLYjQCZ57Sxh8kkVx.tpE7g_RXh3zMhFxKL-ocxrwXv_vaIVvw5bT05..cB0CMhGQdI2imgxosAJ.UvCXY1Om5zF.sCFBk-MCMCP5Sdn2okcEo5wvnhSA8LetuPFSAPgps1oLDP5yo790BR7dWbmnfSK_N3Qu7G0JOCI1yYsdN2uM33Kyx1fT1TmoCb1j2xc7sFaauLrjNIlw27VH6mELTOak7aARQJ\",\n    \"rootCaseId\": \"ul\",\n    \"rootContainerId\": \"6Lid9AapB66NwCHFeG1N0I1hiA6JrnshunsuRDJ3eie86xgWn4QiCKkrKF9lO2e23JkoSdarymtXYqSpb9NEoRcOPXlzp-g5QdyzUlT\",\n    \"executedBy\": \"kVM0uPhj4pHky_tyxhkSiC_BkV1O_4BELBVDYkK5HgVBEe6q946No\",\n    \"executedBySubstitute\": \"<string>\",\n    \"actorId\": \"_k9UIXmRJjrtqXjDU5-WIFa3BUbkI.q2E-lMyeEV2UYrs-H4zaE6dyoze6aw.K9S_8ayA._fXpPEdxb0Y3ahKOro6TWm1Vcz4ZzvffNqlq9doUA48IEhTeuIk51DFvy29DE2aPzRehrNdWTKZUS7gll0vlA3ZSIO._.2GGD8Xg1Y2s6Vv_TahGMpy0IYdDHap2.j-uVcvnuiPiETNb\",\n    \"assigned_id\": \"HSOh2_RZelmoAceCOZyqQ18Z6HfHxFIcNuNwng.5vyN6h-5bXpWRuu66E1P-z8Gew0wBMGFtZj68A.DZJdp3ScfkBzGsheJXVmolg4nxYxohA3MJ5q4AqTak4_PeuT8TWESjZNo\",\n    \"assigned_date\": \"9199-05-08 11:15:37\",\n    \"isTerminal\": \"<boolean>\",\n    \"sourceObjectId\": \"AMAPKMPLYLlru0qVIsJri7MU6FSxzIOKdcIvsf6p6IyqGbQW-Te6XCvSstL1yr_h5dPz5z-I2zy-n2K0o0B7qfRdDAw-XLN5KioKs-MQjxqVRD5EgwBvA.jp9Jk\",\n    \"archivedDate\": \"6852-08-06 01:57:29\"\n  }\n]",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "7034156d-1cdd-4ea4-9da5-1e490fcee33f",
                                            "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": "14az0SYUUzoQQ1H66MkCz"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "M9%m9XsLI4JOWpDmI60f0zha3eijVpqIsT%d4T%ULYS1Kbfyti70YRYcFT%cyVnrN"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "cab5fa75-5668-4f46-890d-cca5582b88db",
                                            "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": "14az0SYUUzoQQ1H66MkCz"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "M9%m9XsLI4JOWpDmI60f0zha3eijVpqIsT%d4T%ULYS1Kbfyti70YRYcFT%cyVnrN"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "74f0ae90-9654-41ac-8781-82dc37e91ef9",
                                            "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": "14az0SYUUzoQQ1H66MkCz"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "M9%m9XsLI4JOWpDmI60f0zha3eijVpqIsT%d4T%ULYS1Kbfyti70YRYcFT%cyVnrN"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "b8687e69-2e3d-4ab0-9330-acc23e20ccab",
                                            "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": "14az0SYUUzoQQ1H66MkCz"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "M9%m9XsLI4JOWpDmI60f0zha3eijVpqIsT%d4T%ULYS1Kbfyti70YRYcFT%cyVnrN"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        }
                                    ],
                                    "event": [],
                                    "protocolProfileBehavior": {
                                        "disableBodyPruning": true
                                    }
                                },
                                {
                                    "name": "{id}",
                                    "description": "",
                                    "item": [
                                        {
                                            "id": "10df14c0-310b-412b-b852-6b94982f7d92",
                                            "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": "PTu11.P13g.x9c",
                                                            "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": "43f5c91c-a2bb-4c9e-a058-141fb05d52b9",
                                                    "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\": \"oQHU---NOz0Ce.w5juibCMH\",\n  \"type\": \"<string>\",\n  \"name\": \"<string>\",\n  \"displayName\": \"<string>\",\n  \"description\": \"<string>\",\n  \"displayDescription\": \"<string>\",\n  \"state\": \"ready\",\n  \"reached_state_date\": \"0806-12-30 13:55:33\",\n  \"last_update_date\": \"8709-11-08 00:02:02\",\n  \"dueDate\": \"2476-10-30 14:21:06\",\n  \"priority\": \"<string>\",\n  \"processId\": \"4LNCbuXvr5.kCggSdLJUGkgUxuHIFMKda2XguFGGjs_5FZf1baeQtKk39zb8uvmJ4u3RggFQGCBUNlA0pRmq91lfPoSEaq.Gf85dXKcO0Kgc_0XXNiXw4two4PnFWA5lzX3CgQATK_EL0wfgBNov7uuEgSY87k1kS6hA0hGBY_P.c5kuPR31YZJ8kECIPYY_5XPZTGhfn-LO_OG.xIOffRZ0pkDY20UbhMSRoucJ.QzImDDUb5M\",\n  \"parentCaseId\": \"0C8-nBrKAHP9Sg\",\n  \"parentTaskId\": \"j9OizG5IlKuttcljzVON35wpG6H54HMEq.UVJODr-bxsryyOXrxFy3uJslOhIwqp5kHIR5xQCazQeP8koD5zjJn7exLwvx4zb35Y-jNZdJZ8zOYEgbghRTlrrhIOTCDVAsXanCob5SPXr10vQ_Fo4wUVu8DSnw.6nRVojw-7t6OYoHXAevudh05EM3.MxWmjK9aq3_MJNOkAy2mHuGqN\",\n  \"rootCaseId\": \"31Ip6snCTa_ikiGxGnQBvmvaR.0h1L6ul7Pr0BaYOMwOqptmTsH1Drt95STCj2hOIF8CWCfRlzx1Rkfc9SXzMTiOswHIS6nmdgH7zHX24h.l5C3o0UIwW8Ps6QTN20vpnY6VqQ37Us\",\n  \"rootContainerId\": \"2.aVA8lt3G9PYxOAXDxbPVKheiCa8xHDre99qkD4PxUJL5.f_yFdfV8sTELLoryFe-VVLAgDeU-z4YU\",\n  \"executedBy\": \"Uf2PEWyumpJMaDPcQ2kcZK5H4NcCltqzp8CEAR.75xzxolC.gKVOLOFt9mvfG7Pi4ROuoTus2X1_0W6yYZRnS8iwMIHaki_uYJqUi\",\n  \"executedBySubstitute\": \"<string>\",\n  \"actorId\": \"t_h4EBv\",\n  \"assigned_id\": \"RLPBjImhDWVOHQggmAsyMhaLy5BqJOOZw3JkdM5PiA0Sn15TT3JEgWwBmTs1LglJ7o40rGK4qrBd.AHpSOYeV0s07-1YLGT3ABo1xkFmBnOw.8tz2422lJYyW5QQSC30EmqHYUh3iV9mDWVZ745mWszgdxRyR8j6tdhSj617U1fhO5qpSAaCRzpOTrc6PK7RI\",\n  \"assigned_date\": \"0230-09-31 21:45:43\",\n  \"isTerminal\": \"<boolean>\",\n  \"sourceObjectId\": \"lCgN7BgRt9-Dyu0aHdWScsuzmQP5TF2j5zWw-Y.w9I973G.Ro8hryw70kGaYmZLx9Ne1IFCWbY6qzwHYzQTp.us443.rbPqA.qGLTESwiv_9wk0HWDD.wKU.pi9g4vC\",\n  \"archivedDate\": \"8758-06-15 15:33:41\"\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "eacf4a28-341b-4a9b-b5a6-d33dae1a3da6",
                                                    "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "079e75d9-2df2-4157-96fa-faf8a6c49861",
                                                    "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "af32677d-1006-4ba1-b736-bbcd8430af76",
                                                    "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "cf8b376f-ccf0-4dea-ad3e-f2100dfecc66",
                                                    "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "61301c6a-ed42-4fab-a578-427f5479f0f3",
                                                    "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        }
                                    ]
                                }
                            ]
                        },
                        {
                            "name": "activityVariable",
                            "description": "",
                            "item": [
                                {
                                    "name": "{id}",
                                    "description": "",
                                    "item": [
                                        {
                                            "name": "{variableName}",
                                            "description": "",
                                            "item": [
                                                {
                                                    "id": "b8768b2a-b5d5-4071-bcd1-99be2182f3fb",
                                                    "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": "PTu11.P13g.x9c",
                                                                    "key": "id",
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) The identifier of the activity from which to retrieve the variable",
                                                                        "type": "text/plain"
                                                                    }
                                                                },
                                                                {
                                                                    "type": "any",
                                                                    "value": "PTu11.P13g.x9c",
                                                                    "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": "cf165348-4cf4-47e7-8885-246ea10459bf",
                                                            "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  \"tenantId\": \"VLWaDf8dpAI5eHFAl_mC1MErJVvJ9ouuKa9HOXUUdq14nZiaS70TFWPGNjRHxNql1LZ9gsI_6HVtOuXPYcriLb4UHge-zqARLypxIzXBu8tcBu8spcH0Ridt4mfimd5IpDLCx5KOKEE-4NSWzd6m-y5PITqhezPLx66tvxFnpPGELX2W3gtIOrylolkZllyE3mAQxVoofdM_V3G\",\n  \"tenantId_string\": \"<string>\",\n  \"id\": \"5EO2vi_hFzUYMmbV57E7Mwm1BnmcDTtjA7Cs4WyTaKsM-dZ76IjbvbehYaHXDel6lmwTGl9atWmLEmLiRgM7jRmGXXcfibJQGM1MMA_ala7hq\",\n  \"id_string\": \"uip1DzTVlRENhmMaD4ET30-_HpS9TijSJaWoaZxznlq1EQpi9qeX56Gyjp7OGLlfeHRKlok62Any-C.Dv26VrkaIkEUuFXgaw4xc6q6hx1urrBUR48\",\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": "9f8c73a7-a788-4201-a2ad-c7d1fc30f685",
                                                            "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "json"
                                                        },
                                                        {
                                                            "id": "a3967136-3d41-4cbc-96e2-93533b629812",
                                                            "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "json"
                                                        },
                                                        {
                                                            "id": "bde1958f-4c36-4de8-a223-c292d2b7dea3",
                                                            "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "json"
                                                        },
                                                        {
                                                            "id": "f79336b1-55d2-40f4-b732-be55fc8e70c8",
                                                            "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "json"
                                                        },
                                                        {
                                                            "id": "3b5f1602-0b7b-4766-8383-e65a9b16411f",
                                                            "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "json"
                                                        }
                                                    ],
                                                    "event": [],
                                                    "protocolProfileBehavior": {
                                                        "disableBodyPruning": true
                                                    }
                                                }
                                            ]
                                        }
                                    ]
                                }
                            ]
                        },
                        {
                            "name": "archivedActivityVariable",
                            "description": "",
                            "item": [
                                {
                                    "name": "{id}",
                                    "description": "",
                                    "item": [
                                        {
                                            "name": "{variableName}",
                                            "description": "",
                                            "item": [
                                                {
                                                    "id": "649d6c06-045e-40ee-a5da-9b380f1f7de5",
                                                    "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": "PTu11.P13g.x9c",
                                                                    "key": "id",
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) The identifier of the activity from which to retrieve the variable",
                                                                        "type": "text/plain"
                                                                    }
                                                                },
                                                                {
                                                                    "type": "any",
                                                                    "value": "PTu11.P13g.x9c",
                                                                    "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": "d0a36803-73b1-4941-89a6-70e1beba8119",
                                                            "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": "e453fb6d-aede-4276-8a3c-b28a811b3402",
                                                            "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "json"
                                                        },
                                                        {
                                                            "id": "9d06ec63-10d3-450b-afaf-2460de9c0692",
                                                            "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "json"
                                                        },
                                                        {
                                                            "id": "d2e9c43f-93fc-4082-a7dd-c8b4b2eea0d5",
                                                            "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "json"
                                                        },
                                                        {
                                                            "id": "10eab132-5300-4941-8cda-52769e91a658",
                                                            "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "json"
                                                        },
                                                        {
                                                            "id": "87533438-d071-4421-803b-3ca5ddabe4d7",
                                                            "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "json"
                                                        }
                                                    ],
                                                    "event": [],
                                                    "protocolProfileBehavior": {
                                                        "disableBodyPruning": true
                                                    }
                                                }
                                            ]
                                        }
                                    ]
                                }
                            ]
                        },
                        {
                            "name": "caseVariable",
                            "description": "",
                            "item": [
                                {
                                    "id": "2fab7fce-f1d0-4a3d-bc3a-180af3ccf596",
                                    "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": "pzpOVpgh8pVtnsJ%jSaqESaGjSZFYzoRQjCjEOWbxXHa%zrarLMwgfeUWvdTh0BF0HEJi0Uzm"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "can filter on attributes with the format f={filter\\_name}={filter\\_value} with the name/value pair as url encoded string.",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "f",
                                                    "value": "14az0SYUUzoQQ1H66MkCz"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "can order on attributes",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "o",
                                                    "value": "M9%m9XsLI4JOWpDmI60f0zha3eijVpqIsT%d4T%ULYS1Kbfyti70YRYcFT%cyVnrN"
                                                }
                                            ],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            }
                                        ],
                                        "method": "GET",
                                        "body": {},
                                        "auth": null
                                    },
                                    "response": [
                                        {
                                            "id": "81602a40-fb32-4259-ab27-82e0273a198e",
                                            "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": "14az0SYUUzoQQ1H66MkCz"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "M9%m9XsLI4JOWpDmI60f0zha3eijVpqIsT%d4T%ULYS1Kbfyti70YRYcFT%cyVnrN"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "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": "d498d809-04b1-4302-be0a-d1d7b498a8ef",
                                            "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": "14az0SYUUzoQQ1H66MkCz"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "M9%m9XsLI4JOWpDmI60f0zha3eijVpqIsT%d4T%ULYS1Kbfyti70YRYcFT%cyVnrN"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "dc4de4a0-1d9f-4d29-bfc7-c940c040a792",
                                            "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": "14az0SYUUzoQQ1H66MkCz"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "M9%m9XsLI4JOWpDmI60f0zha3eijVpqIsT%d4T%ULYS1Kbfyti70YRYcFT%cyVnrN"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "fe2e133e-8975-4496-b673-75f4fef292b1",
                                            "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": "14az0SYUUzoQQ1H66MkCz"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "M9%m9XsLI4JOWpDmI60f0zha3eijVpqIsT%d4T%ULYS1Kbfyti70YRYcFT%cyVnrN"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "309d3c86-7006-4663-b10d-18932cb16f6f",
                                            "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": "14az0SYUUzoQQ1H66MkCz"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "M9%m9XsLI4JOWpDmI60f0zha3eijVpqIsT%d4T%ULYS1Kbfyti70YRYcFT%cyVnrN"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        }
                                    ],
                                    "event": [],
                                    "protocolProfileBehavior": {
                                        "disableBodyPruning": true
                                    }
                                },
                                {
                                    "name": "{id}",
                                    "description": "",
                                    "item": [
                                        {
                                            "name": "{variableName}",
                                            "description": "",
                                            "item": [
                                                {
                                                    "id": "b8e9ba73-5e5f-416f-bdb0-6665b21b281e",
                                                    "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": "PTu11.P13g.x9c",
                                                                    "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": "PTu11.P13g.x9c",
                                                                    "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": "e8ae4757-58a0-4f5c-90c5-254b8c27adff",
                                                            "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": "6aa96571-ac62-44a2-88ad-42827ba00c4e",
                                                            "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "json"
                                                        },
                                                        {
                                                            "id": "4a482432-eacc-47f6-a5f1-6d6a53bb4ede",
                                                            "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "json"
                                                        },
                                                        {
                                                            "id": "dce28215-c336-42d4-8828-8c6ea99089be",
                                                            "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "json"
                                                        },
                                                        {
                                                            "id": "97ea63e9-93c9-4a93-9631-0f5ba3062911",
                                                            "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "json"
                                                        },
                                                        {
                                                            "id": "2ad872a3-fe73-4416-93e6-6b260452cb76",
                                                            "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "json"
                                                        }
                                                    ],
                                                    "event": [],
                                                    "protocolProfileBehavior": {
                                                        "disableBodyPruning": true
                                                    }
                                                },
                                                {
                                                    "id": "518d7fdb-63b6-4d4b-bef1-b0c9188cda5c",
                                                    "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": "PTu11.P13g.x9c",
                                                                    "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": "PTu11.P13g.x9c",
                                                                    "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": "7b31bb24-7a36-4416-a2e8-56c9af54c44a",
                                                            "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": "b595042b-af76-4689-bcd3-f120a10c95c9",
                                                            "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "json"
                                                        },
                                                        {
                                                            "id": "a172973b-a0b3-438d-979f-22db517af150",
                                                            "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "json"
                                                        },
                                                        {
                                                            "id": "9b2c1674-b93f-459b-bf80-bc460acd6438",
                                                            "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "json"
                                                        },
                                                        {
                                                            "id": "34a27e20-00d8-4bbf-a246-e845a975eb29",
                                                            "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "json"
                                                        },
                                                        {
                                                            "id": "8e27f7bb-4daf-4ba4-93f7-9e3a2f3ce1db",
                                                            "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "json"
                                                        }
                                                    ],
                                                    "event": [],
                                                    "protocolProfileBehavior": {
                                                        "disableBodyPruning": true
                                                    }
                                                }
                                            ]
                                        }
                                    ]
                                }
                            ]
                        },
                        {
                            "name": "archivedCaseVariable",
                            "description": "",
                            "item": [
                                {
                                    "id": "44980d19-8f0e-46d6-b10f-e747e4f22168",
                                    "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": "ba47h7vsV7wfUfSQfX-0Sbb1-mVMJ-ecF"
                                                }
                                            ],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            }
                                        ],
                                        "method": "GET",
                                        "body": {},
                                        "auth": null
                                    },
                                    "response": [
                                        {
                                            "id": "cdbe8afe-28db-4c11-aa26-8e458d48436d",
                                            "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": "ba47h7vsV7wfUfSQfX-0Sbb1-mVMJ-ecF"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "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": "0ee5e550-9005-466c-bc1f-21e36ecd0a2a",
                                            "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": "ba47h7vsV7wfUfSQfX-0Sbb1-mVMJ-ecF"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "bedda90f-8fa5-4628-a55d-1e1f7a0523fd",
                                            "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": "ba47h7vsV7wfUfSQfX-0Sbb1-mVMJ-ecF"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "a5bcde1a-59dc-4ddb-bc32-a3389515e5a6",
                                            "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": "ba47h7vsV7wfUfSQfX-0Sbb1-mVMJ-ecF"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "6d63498c-6dd5-48af-9145-09b48bd0ad0e",
                                            "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": "ba47h7vsV7wfUfSQfX-0Sbb1-mVMJ-ecF"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        }
                                    ],
                                    "event": [],
                                    "protocolProfileBehavior": {
                                        "disableBodyPruning": true
                                    }
                                },
                                {
                                    "name": "{id}",
                                    "description": "",
                                    "item": [
                                        {
                                            "name": "{variableName}",
                                            "description": "",
                                            "item": [
                                                {
                                                    "id": "b4d2863d-e05e-49f2-8d10-0bbdbb6d7535",
                                                    "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": "PTu11.P13g.x9c",
                                                                    "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": "PTu11.P13g.x9c",
                                                                    "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": "d6686987-fa42-40d4-a117-474a9fce7f4a",
                                                            "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": "756b8f6e-05b6-4570-82f3-40caa61663d9",
                                                            "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "json"
                                                        },
                                                        {
                                                            "id": "f5c72b4a-7194-4e9d-8445-69e7cbd88a98",
                                                            "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "json"
                                                        },
                                                        {
                                                            "id": "e808dbf5-8cf0-4308-b2bf-c208f777908b",
                                                            "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "json"
                                                        },
                                                        {
                                                            "id": "13bacfe8-9112-43bc-a184-02475317f1e4",
                                                            "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "json"
                                                        },
                                                        {
                                                            "id": "a52514c1-424c-4067-81f6-fa83d49e968a",
                                                            "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "json"
                                                        }
                                                    ],
                                                    "event": [],
                                                    "protocolProfileBehavior": {
                                                        "disableBodyPruning": true
                                                    }
                                                }
                                            ]
                                        }
                                    ]
                                }
                            ]
                        },
                        {
                            "name": "caseDocument",
                            "description": "",
                            "item": [
                                {
                                    "id": "3cb2abff-58dc-4a49-9fc0-1a0c1705312f",
                                    "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": "pzpOVpgh8pVtnsJ%jSaqESaGjSZFYzoRQjCjEOWbxXHa%zrarLMwgfeUWvdTh0BF0HEJi0Uzm"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "can filter on attributes with the format f={filter\\_name}={filter\\_value} with the name/value pair as url encoded string.",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "f",
                                                    "value": "14az0SYUUzoQQ1H66MkCz"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "can order on attributes",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "o",
                                                    "value": "M9%m9XsLI4JOWpDmI60f0zha3eijVpqIsT%d4T%ULYS1Kbfyti70YRYcFT%cyVnrN"
                                                }
                                            ],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            }
                                        ],
                                        "method": "GET",
                                        "body": {},
                                        "auth": null
                                    },
                                    "response": [
                                        {
                                            "id": "a35f4ba1-0282-4176-8703-cc196f8cdc02",
                                            "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": "14az0SYUUzoQQ1H66MkCz"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "M9%m9XsLI4JOWpDmI60f0zha3eijVpqIsT%d4T%ULYS1Kbfyti70YRYcFT%cyVnrN"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "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": "713976e0-a53a-47dd-9813-03a5c0de9961",
                                            "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": "14az0SYUUzoQQ1H66MkCz"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "M9%m9XsLI4JOWpDmI60f0zha3eijVpqIsT%d4T%ULYS1Kbfyti70YRYcFT%cyVnrN"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "08055d00-0b3d-4a79-9f78-ba9cd8dd61af",
                                            "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": "14az0SYUUzoQQ1H66MkCz"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "M9%m9XsLI4JOWpDmI60f0zha3eijVpqIsT%d4T%ULYS1Kbfyti70YRYcFT%cyVnrN"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "cb51fccc-267e-48de-a483-30280bba5e7c",
                                            "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": "14az0SYUUzoQQ1H66MkCz"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "M9%m9XsLI4JOWpDmI60f0zha3eijVpqIsT%d4T%ULYS1Kbfyti70YRYcFT%cyVnrN"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "cb366833-c346-4b97-a775-4a86ade162aa",
                                            "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": "14az0SYUUzoQQ1H66MkCz"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "M9%m9XsLI4JOWpDmI60f0zha3eijVpqIsT%d4T%ULYS1Kbfyti70YRYcFT%cyVnrN"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        }
                                    ],
                                    "event": [],
                                    "protocolProfileBehavior": {
                                        "disableBodyPruning": true
                                    }
                                },
                                {
                                    "id": "360b7100-305e-4886-a59d-b3acac762cfa",
                                    "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": "9d47caf6-4c6e-42d7-989a-7c7b187d2325",
                                            "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": "7fdebd01-a493-4aef-82a5-e35530a7a475",
                                            "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "9c0b0399-60c5-490f-bd97-5fc31af41906",
                                            "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "37ba1a41-8ad6-406c-a3c1-708d5e4f2c7f",
                                            "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "0da7c980-6b33-467f-b459-601e018fb2fd",
                                            "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        }
                                    ],
                                    "event": [],
                                    "protocolProfileBehavior": {
                                        "disableBodyPruning": true
                                    }
                                },
                                {
                                    "name": "{id}",
                                    "description": "",
                                    "item": [
                                        {
                                            "id": "04121c0f-e784-400c-bc8c-64fee081f6b0",
                                            "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": "PTu11.P13g.x9c",
                                                            "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": "beebf0da-1367-4590-9c99-784011f5a15e",
                                                    "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": "c880c803-8945-4735-8e5d-575574377536",
                                                    "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "7f7138d1-c2a3-448a-a93d-d50d31bf8419",
                                                    "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "573dee5f-777c-4cea-8b61-c3e7755ba7fb",
                                                    "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "8291c8b7-bdc5-42f4-a344-9e5eb07b86b5",
                                                    "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "1818dea5-fcbe-498a-a4b7-5d1f534ba18f",
                                                    "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        },
                                        {
                                            "id": "acff68ac-5775-4512-b494-ec3ad822a19d",
                                            "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": "PTu11.P13g.x9c",
                                                            "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": "206bd742-fe1f-4fa6-8057-c1d28e2b622f",
                                                    "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": "3d8045d1-2aed-4f59-bba7-997ea363341b",
                                                    "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "73048c61-dbd5-4406-9054-52de1bccceed",
                                                    "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "9fd98407-d8bf-47e2-a7b6-e7b251ac140a",
                                                    "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "ffcb497f-8f7c-4aa6-9644-e231bfbca361",
                                                    "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "ea0afc30-8e23-4737-9078-fd2ece7d2ac5",
                                                    "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        },
                                        {
                                            "id": "ad4a7089-76f7-431f-827f-e9c5bfd4fc5f",
                                            "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": "PTu11.P13g.x9c",
                                                            "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": "878fe264-ff68-49a3-9dcf-dd193aba356f",
                                                    "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": "b87659df-9c61-4e56-8676-7f4267b64e35",
                                                    "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "515b8337-973d-4d11-95d1-32a0a0ce035f",
                                                    "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "e829f581-61cb-4ad8-997f-9ba8fd1be1c3",
                                                    "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "04a7a8cd-126e-4368-bff5-7898eb8cb340",
                                                    "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "f98d9d56-8cc8-4965-afa9-8f4dd1b28f66",
                                                    "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        }
                                    ]
                                }
                            ]
                        },
                        {
                            "name": "archivedCaseDocument",
                            "description": "",
                            "item": [
                                {
                                    "id": "2668102b-b492-4865-9b59-1ff9bc45a23f",
                                    "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": "pzpOVpgh8pVtnsJ%jSaqESaGjSZFYzoRQjCjEOWbxXHa%zrarLMwgfeUWvdTh0BF0HEJi0Uzm"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "can filter on attributes with the format f={filter\\_name}={filter\\_value} with the name/value pair as url encoded string.",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "f",
                                                    "value": "14az0SYUUzoQQ1H66MkCz"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "can order on attributes",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "o",
                                                    "value": "M9%m9XsLI4JOWpDmI60f0zha3eijVpqIsT%d4T%ULYS1Kbfyti70YRYcFT%cyVnrN"
                                                }
                                            ],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            }
                                        ],
                                        "method": "GET",
                                        "body": {},
                                        "auth": null
                                    },
                                    "response": [
                                        {
                                            "id": "2b26815f-7e4d-4c72-81ac-028f398d3b4e",
                                            "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": "14az0SYUUzoQQ1H66MkCz"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "M9%m9XsLI4JOWpDmI60f0zha3eijVpqIsT%d4T%ULYS1Kbfyti70YRYcFT%cyVnrN"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "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\": \"3930-11-02 21:56:39\"\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\": \"8623-07-02 12:28:26\"\n  }\n]",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "38d005ef-5fa8-4930-84e8-10c00a88b0c5",
                                            "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": "14az0SYUUzoQQ1H66MkCz"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "M9%m9XsLI4JOWpDmI60f0zha3eijVpqIsT%d4T%ULYS1Kbfyti70YRYcFT%cyVnrN"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "d694d8a3-178b-4072-ae9c-49c47aacbc91",
                                            "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": "14az0SYUUzoQQ1H66MkCz"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "M9%m9XsLI4JOWpDmI60f0zha3eijVpqIsT%d4T%ULYS1Kbfyti70YRYcFT%cyVnrN"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "6c442e82-9a4b-434b-8624-3dbfc04a3439",
                                            "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": "14az0SYUUzoQQ1H66MkCz"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "M9%m9XsLI4JOWpDmI60f0zha3eijVpqIsT%d4T%ULYS1Kbfyti70YRYcFT%cyVnrN"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "2f2f5000-80ff-49e1-a60c-4c3c88a15143",
                                            "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": "14az0SYUUzoQQ1H66MkCz"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "M9%m9XsLI4JOWpDmI60f0zha3eijVpqIsT%d4T%ULYS1Kbfyti70YRYcFT%cyVnrN"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        }
                                    ],
                                    "event": [],
                                    "protocolProfileBehavior": {
                                        "disableBodyPruning": true
                                    }
                                },
                                {
                                    "name": "{id}",
                                    "description": "",
                                    "item": [
                                        {
                                            "id": "881d247a-fec8-4db0-b13f-0b3a2e007c1f",
                                            "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": "PTu11.P13g.x9c",
                                                            "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": "9a1a13ac-ee3a-44f3-86a3-a7137ad3da28",
                                                    "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": "f5882ce0-7580-49c7-a1ea-d6fcb5285052",
                                                    "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "7fdc5225-2872-4bcb-b897-5e6007e1b30f",
                                                    "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "40d059fa-7ebf-481f-92c4-de58a7d0845d",
                                                    "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "ee1a9ee0-c14c-48a1-b4fd-34dc79bdd5cb",
                                                    "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "b2958ce9-f77c-4280-ba2e-5cbff4636916",
                                                    "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        }
                                    ]
                                }
                            ]
                        },
                        {
                            "name": "actor",
                            "description": "",
                            "item": [
                                {
                                    "id": "b5e71205-1c0d-4c7f-8d6b-468041236087",
                                    "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": "pzpOVpgh8pVtnsJ%jSaqESaGjSZFYzoRQjCjEOWbxXHa%zrarLMwgfeUWvdTh0BF0HEJi0Uzm"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "can filter on attributes with the format f={filter\\_name}={filter\\_value} with the name/value pair as url encoded string.",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "f",
                                                    "value": "14az0SYUUzoQQ1H66MkCz"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "can order on attributes",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "o",
                                                    "value": "M9%m9XsLI4JOWpDmI60f0zha3eijVpqIsT%d4T%ULYS1Kbfyti70YRYcFT%cyVnrN"
                                                }
                                            ],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            }
                                        ],
                                        "method": "GET",
                                        "body": {},
                                        "auth": null
                                    },
                                    "response": [
                                        {
                                            "id": "17741c55-c867-48ef-b6b2-797ad21bd7a7",
                                            "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": "14az0SYUUzoQQ1H66MkCz"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "M9%m9XsLI4JOWpDmI60f0zha3eijVpqIsT%d4T%ULYS1Kbfyti70YRYcFT%cyVnrN"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "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": "cce0598a-36a0-4b12-95b0-d70b896df2c1",
                                            "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": "14az0SYUUzoQQ1H66MkCz"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "M9%m9XsLI4JOWpDmI60f0zha3eijVpqIsT%d4T%ULYS1Kbfyti70YRYcFT%cyVnrN"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "d4504a8d-4e75-4631-af36-6926e837f9a5",
                                            "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": "14az0SYUUzoQQ1H66MkCz"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "M9%m9XsLI4JOWpDmI60f0zha3eijVpqIsT%d4T%ULYS1Kbfyti70YRYcFT%cyVnrN"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "443330f9-f93d-48bf-bd55-e5eb7ad422f0",
                                            "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": "14az0SYUUzoQQ1H66MkCz"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "M9%m9XsLI4JOWpDmI60f0zha3eijVpqIsT%d4T%ULYS1Kbfyti70YRYcFT%cyVnrN"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "3aee210d-a4a8-4602-87c8-1f056fd50f6d",
                                            "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": "14az0SYUUzoQQ1H66MkCz"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "M9%m9XsLI4JOWpDmI60f0zha3eijVpqIsT%d4T%ULYS1Kbfyti70YRYcFT%cyVnrN"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        }
                                    ],
                                    "event": [],
                                    "protocolProfileBehavior": {
                                        "disableBodyPruning": true
                                    }
                                },
                                {
                                    "name": "{id}",
                                    "description": "",
                                    "item": [
                                        {
                                            "id": "919a31c3-31f1-4a0e-a532-cdbd1a2d9775",
                                            "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": "PTu11.P13g.x9c",
                                                            "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": "6384adcf-fe7b-4470-b587-b6e9b36c3aed",
                                                    "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": "062ae4be-b6cc-4e13-8568-d65943dc8cdf",
                                                    "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "dd0e354b-b34c-471d-8a56-df0228dea542",
                                                    "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "570fb018-4129-44d3-9b3e-37632a54cebb",
                                                    "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "692d440b-c906-4852-81b8-de1e6bddfc77",
                                                    "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "21ca1e55-cb44-49ce-b59c-2c9020340854",
                                                    "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        },
                                        {
                                            "id": "8ff22927-4028-43fa-a1b2-f873d056153b",
                                            "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": "PTu11.P13g.x9c",
                                                            "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": "c5b3a93e-d90e-4ccf-9bef-11683c0e7f50",
                                                    "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": "bbdcba69-da0d-4859-b54c-90b2adc2f0c6",
                                                    "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "0db53be4-fa72-4c07-8343-28d7d98dd817",
                                                    "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "03140705-4929-4549-ad03-d86dc7d06c80",
                                                    "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "8efc26ca-5486-4556-bca1-5a15e048e1a5",
                                                    "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "d92f313f-4cf8-41c5-ad99-43c0c7e02a98",
                                                    "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        }
                                    ]
                                }
                            ]
                        },
                        {
                            "name": "actorMember",
                            "description": "",
                            "item": [
                                {
                                    "id": "d90c1a28-4323-4a7c-ad39-51b3e04fbf9c",
                                    "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": "pzpOVpgh8pVtnsJ%jSaqESaGjSZFYzoRQjCjEOWbxXHa%zrarLMwgfeUWvdTh0BF0HEJi0Uzm"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "can filter on attributes with the format f={filter\\_name}={filter\\_value} with the name/value pair as url encoded string.",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "f",
                                                    "value": "14az0SYUUzoQQ1H66MkCz"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "can order on attributes",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "o",
                                                    "value": "M9%m9XsLI4JOWpDmI60f0zha3eijVpqIsT%d4T%ULYS1Kbfyti70YRYcFT%cyVnrN"
                                                }
                                            ],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            }
                                        ],
                                        "method": "GET",
                                        "body": {},
                                        "auth": null
                                    },
                                    "response": [
                                        {
                                            "id": "798ec7af-0c90-47f2-866d-ad0bde5d55a0",
                                            "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": "14az0SYUUzoQQ1H66MkCz"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "M9%m9XsLI4JOWpDmI60f0zha3eijVpqIsT%d4T%ULYS1Kbfyti70YRYcFT%cyVnrN"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "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\": \"g7YqPmYx-2MJiVLS7XvPlqN.eWLmQj3.lf54M7Zncd0WZ9XGqM2dPSzPyI7SPJHUx7IWWN5EC9SG8pxF6eKQmtGT9Xsx.jZWpPNxNYenUtwrEXSEXR-72SmoTuiTtDlPgbCCM87ZM51XTkyzFBn2oDoyAeEnLTfjgP8u7vVqb8TxvkblSU\",\n    \"actor_id\": \"0wZ5Aadwa4Pw0CGzouZdf3y-EWqhOLV4IRt6o324THyPSS5jRmqBcwmcF.1wftfZfA1kBpQfcA1d7Zz.0g0VrBB9qh3ycZZRPAte8G0PCrmLSPFY_9J1c_sIw5gfp_U2CeJJF42rigJVWM\",\n    \"role_id\": \"ueeh7\",\n    \"group_id\": \"kUXjKMPTK8BqaBfKouNhcV5KaJZ8kOe06RY2iwAFXGb\",\n    \"user_id\": \"omviNvrW_OorzurVIbS9uQvqDs01uIcVv0.s0xAr.shQ1JvIJpNX-.r6wyGnIDaN4-wREm2qbxWmFBCVVGhgt3QLn559J5W-Rwp0sIv0ojjXhJBm1hnJlw4GjFCJjb.asKJn.fDKejiPCExAHRmWstO7J82NhL9FEHnxz7mVwcgP5QUN9QhhUOovt8nv6CvaBkEIDolsCl.HghsORaLCPM4Qt\"\n  },\n  {\n    \"id\": \"y31-R4S9a_mN4AVvjr4DqLUSPX4vMlTUbDCU5YY7x6aJWwByM2xsx9VXdbjmkMNf2kvVYqSj-Hpt3VRfH5Env.9FKDE6f0swk8Ux8qOn5TOTcW77U6Ntb_R-.Vj0Bym\",\n    \"actor_id\": \"1m5za1Smclm2WbSas1vOloC6MORyaFWXkLdS8xoszZ5qzOYK9CpfuNwuzblhqxYIBp4Jnf3lUhLk29Z7AL_Bu5QpfJD2kEjUcjBU19\",\n    \"role_id\": \"mAizyPVUi6YK3fMJWtKZqx7OHi4.CmMOvauLi7.-f0DU2fAsSsjy50GnU6SGjcqGHByXLIr..Kmdb73Z4Oj6f1zdBE1kXui0pceuFXRpj3ucqdqfNg-3FuVyxwhiac1SSYq2OHU0WURLoWwniZZZI5eYTV2cuJaxVbtWegfRfCgZnz1iXDkSzNADkIqLTD08sWzZHn54\",\n    \"group_id\": \".\",\n    \"user_id\": \"UQJXhHkLUANKBzwR71Hn8tUKqBJwqh6M-YpvcaquoRDYAyoDTHqOKf-gXJvbRrk3zVrOC8MC6-pCbBA96Ukw2vervG1KWYLi5md\"\n  }\n]",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "44ff26a6-bd48-4d78-af7e-cd88d92a0ef6",
                                            "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": "14az0SYUUzoQQ1H66MkCz"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "M9%m9XsLI4JOWpDmI60f0zha3eijVpqIsT%d4T%ULYS1Kbfyti70YRYcFT%cyVnrN"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "9d144512-a1dc-4bf1-8208-04b353db99a9",
                                            "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": "14az0SYUUzoQQ1H66MkCz"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "M9%m9XsLI4JOWpDmI60f0zha3eijVpqIsT%d4T%ULYS1Kbfyti70YRYcFT%cyVnrN"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "5779aabe-0139-4f89-ace0-864db5c886b0",
                                            "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": "14az0SYUUzoQQ1H66MkCz"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "M9%m9XsLI4JOWpDmI60f0zha3eijVpqIsT%d4T%ULYS1Kbfyti70YRYcFT%cyVnrN"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "466d2873-ee39-4094-8a6d-8dffc3754d96",
                                            "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": "14az0SYUUzoQQ1H66MkCz"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "M9%m9XsLI4JOWpDmI60f0zha3eijVpqIsT%d4T%ULYS1Kbfyti70YRYcFT%cyVnrN"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        }
                                    ],
                                    "event": [],
                                    "protocolProfileBehavior": {
                                        "disableBodyPruning": true
                                    }
                                },
                                {
                                    "name": "{id}",
                                    "description": "",
                                    "item": [
                                        {
                                            "id": "c20d35d9-c641-4285-b1b5-297df7b50c29",
                                            "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": "PTu11.P13g.x9c",
                                                            "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": "259ee6cf-817b-4072-bb79-3502459b49f7",
                                                    "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\": \"1EIhYupjgi99qi3GqFZtQimprMHmv4wdJZIo9p_s6mVNLRaQEbb3SoFRctGE_60HQNdEFe_79-P9WDFrGOGlz6aJTwY4SxC2goaq1xZhfllODH9yIRWVERH3pSq\",\n  \"actor_id\": \"gJ8jc26dOs.LnXbqKEl6DrsH1Dy9wN3q8.WaE40Xg0blvu-3cp19FsR8ZLMHS5vkxtCbUZDSYLYP104ylrs-yM_6InyxikpGL7qtdBqbXmXeW0QXc.0XgoEsue5C-tkZnjPfG-SkEyhZ8Ii7WC8vMNoCWp3tHkhPfJrZfONYNeYpA4bXJ3\",\n  \"role_id\": \"WSWAOxmXYBmMGotjczoJt8n8do9n-cxa0RWOwNoGimJDUySz3FiE5Gk9SHQK0odzuRVW9yh4o6p-ed3GpnSk5FEtRhsHLdxQ39kW.w7eS1fWvkayfD1Vqhq.uZuVi203FEoxwG06BLU-SmAOHfcymjIBQS0dZn0JrnqHEgbvE\",\n  \"group_id\": \"zcBFV_poDrZKD8t8ijwVhgyepYuOXFkS2VddbJF9pcQX8I9x1p5wGzemcdoc6jG.AnWqjfjX8D5y37e0vooy_I3b4_9RAzYJCOInfjAUZSTDbLS8q7hLEKlXwNjrRdr0_Dl6zSyDfDC\",\n  \"user_id\": \"WjPI6bsKXjnJe7Kxg2FOtgb6BCrHpgYgkNWZBAIJbcpNEw8pxjLtafkuQC6ZM-hRLIZLTzkm4Jgvqzgk5VotQpvlf\"\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "5f68d987-8427-4781-a6cd-65d56d72c595",
                                                    "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "b117d5bd-cad2-4d5e-9de8-021788a6036d",
                                                    "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "af9c8082-bb9b-439f-aaf9-8f6b62303baf",
                                                    "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "b604f73e-c3a9-4661-bafa-d456da47d804",
                                                    "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "24a941a5-ab4b-443b-91f8-6ba1e6d6e48c",
                                                    "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        },
                                        {
                                            "id": "c58c5dbf-8d71-465d-9191-9243ab06969e",
                                            "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": "PTu11.P13g.x9c",
                                                            "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": "5cdb863d-b8da-4174-8381-a59c900521c0",
                                                    "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": "c33a001e-cdb0-4042-b76a-72a9667a8428",
                                                    "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "bccf705b-26c7-423c-971c-6d5293fe7b01",
                                                    "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "b0ed7aa6-0bd4-4449-9197-7ee0b753635c",
                                                    "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "16226e04-4089-49ff-9e90-b47c278a6ffb",
                                                    "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "4a47bb35-e2af-4170-a060-de933a2a820b",
                                                    "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        }
                                    ]
                                }
                            ]
                        },
                        {
                            "name": "case",
                            "description": "",
                            "item": [
                                {
                                    "id": "f4a55600-ae78-414a-81bc-617504ad6f80",
                                    "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 derfinition ID\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",
                                            "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": "pzpOVpgh8pVtnsJ%jSaqESaGjSZFYzoRQjCjEOWbxXHa%zrarLMwgfeUWvdTh0BF0HEJi0Uzm"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "can filter on attributes with the format f={filter\\_name}={filter\\_value} with the name/value pair as url encoded string.",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "f",
                                                    "value": "14az0SYUUzoQQ1H66MkCz"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "can order on attributes",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "o",
                                                    "value": "M9%m9XsLI4JOWpDmI60f0zha3eijVpqIsT%d4T%ULYS1Kbfyti70YRYcFT%cyVnrN"
                                                }
                                            ],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            }
                                        ],
                                        "method": "GET",
                                        "body": {},
                                        "auth": null
                                    },
                                    "response": [
                                        {
                                            "id": "b6d68dd7-cb8b-408b-a6bd-8d1d7af3c9fe",
                                            "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": "14az0SYUUzoQQ1H66MkCz"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "M9%m9XsLI4JOWpDmI60f0zha3eijVpqIsT%d4T%ULYS1Kbfyti70YRYcFT%cyVnrN"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "OK",
                                            "code": 200,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "The total number of matching items",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "Content-Range",
                                                    "value": "<long>"
                                                }
                                            ],
                                            "body": "[\n  {\n    \"id\": \"<string>\",\n    \"end_date\": \"<string>\",\n    \"failedFlowNodes\": \"<string>\",\n    \"startedBySubstitute\": \"<string>\",\n    \"start\": \"<string>\",\n    \"activeFlowNodes\": \"<string>\",\n    \"state\": \"error\",\n    \"rootCaseId\": \"<string>\",\n    \"started_by\": \"<string>\",\n    \"processDefinitionId\": \"<string>\",\n    \"last_update_date\": \"<string>\",\n    \"searchIndex1Label\": \"<string>\",\n    \"searchIndex2Label\": \"<string>\",\n    \"searchIndex3Label\": \"<string>\",\n    \"searchIndex4Label\": \"<string>\",\n    \"searchIndex5Label\": \"<string>\",\n    \"searchIndex1Value\": \"<string>\",\n    \"searchIndex2Value\": \"<string>\",\n    \"searchIndex3Value\": \"<string>\",\n    \"searchIndex4Value\": \"<string>\",\n    \"searchIndex5Value\": \"<string>\"\n  },\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  }\n]",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "bc19ca86-a2c9-40f3-b56e-928c58f8e20e",
                                            "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": "14az0SYUUzoQQ1H66MkCz"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "M9%m9XsLI4JOWpDmI60f0zha3eijVpqIsT%d4T%ULYS1Kbfyti70YRYcFT%cyVnrN"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "2334ee60-e0ea-46aa-9458-81c037d7f8e2",
                                            "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": "14az0SYUUzoQQ1H66MkCz"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "M9%m9XsLI4JOWpDmI60f0zha3eijVpqIsT%d4T%ULYS1Kbfyti70YRYcFT%cyVnrN"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "c14c11f2-66c0-4098-8fca-e6d7c4cddf58",
                                            "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": "14az0SYUUzoQQ1H66MkCz"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "M9%m9XsLI4JOWpDmI60f0zha3eijVpqIsT%d4T%ULYS1Kbfyti70YRYcFT%cyVnrN"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "edcac623-710a-46c9-8c72-b7b9dde2b3fa",
                                            "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": "14az0SYUUzoQQ1H66MkCz"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "M9%m9XsLI4JOWpDmI60f0zha3eijVpqIsT%d4T%ULYS1Kbfyti70YRYcFT%cyVnrN"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        }
                                    ],
                                    "event": [],
                                    "protocolProfileBehavior": {
                                        "disableBodyPruning": true
                                    }
                                },
                                {
                                    "id": "9b6c6009-09e4-4987-8e87-91adc6484fd2",
                                    "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      \"quidee\": {}\n    }\n  ]\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        },
                                        "auth": null
                                    },
                                    "response": [
                                        {
                                            "id": "519fd65e-a3ac-4dfb-b269-ae1b3455f825",
                                            "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      \"quidee\": {}\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\": \"suspended\",\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}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "d52d3270-bb23-4ea8-9373-7ceeb0d46c2d",
                                            "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      \"quidee\": {}\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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "5c0fd9e5-d660-494d-9347-be7f2bf7bba8",
                                            "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      \"quidee\": {}\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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "886ec318-b60d-4063-afb7-7ab988cc9231",
                                            "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      \"quidee\": {}\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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "0c9ab7eb-9052-4da9-a67b-900da1a48616",
                                            "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      \"quidee\": {}\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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        }
                                    ],
                                    "event": [],
                                    "protocolProfileBehavior": {
                                        "disableBodyPruning": true
                                    }
                                },
                                {
                                    "id": "de272f28-28d0-4d57-93c8-0b5a483a9a85",
                                    "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": "9b7b7e04-b95e-4c24-819b-e857530dc229",
                                            "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": "c6f1c05d-4834-412f-854f-1712b8e74e14",
                                            "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "913ee3f2-4216-42cd-80a2-b5a78a53ce09",
                                            "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "e90fbf4e-cc29-422d-a81c-80b39c7c54cf",
                                            "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "47e847d9-18ce-4cd4-b85d-e9526c7d449b",
                                            "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "5a8c6806-0eb3-4045-8440-8871bd2265cf",
                                            "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        }
                                    ],
                                    "event": [],
                                    "protocolProfileBehavior": {
                                        "disableBodyPruning": true
                                    }
                                },
                                {
                                    "name": "{id}",
                                    "description": "",
                                    "item": [
                                        {
                                            "id": "1ef0db0c-11ed-4184-83be-f031f951941a",
                                            "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": "PTu11.P13g.x9c",
                                                            "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": "11c71f01-7c2a-4842-97bd-4513d2d4c34c",
                                                    "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\": \"suspended\",\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}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "3e146c31-4eed-4228-880e-55611fbdea23",
                                                    "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "7f798122-9b0b-4c01-82f9-7d58b3a611bf",
                                                    "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "c57d32ec-eb46-4cf5-89f8-5c3de817260a",
                                                    "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "20f1c2eb-7089-425e-adc5-a311614dff25",
                                                    "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "58bccad5-1a2c-44a4-9177-9660a013f801",
                                                    "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        },
                                        {
                                            "id": "e67e88f5-ba7e-41ae-a78b-8af0c442a1e4",
                                            "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": "PTu11.P13g.x9c",
                                                            "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": "7da7fbd6-5e6a-413c-87f3-12c83f30ce7c",
                                                    "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": "8b549617-9f54-4275-aac9-8dbc2e6c815b",
                                                    "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "c6398217-e9b9-49c3-8815-9df0ec4071b0",
                                                    "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "2b249c83-3920-46da-aca1-20e09765ffdf",
                                                    "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "62d9d38e-f2a6-4393-b3ea-bb16dcd0b8b5",
                                                    "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "79d1d0f0-1cae-4a6a-aa48-86457cac8db9",
                                                    "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        },
                                        {
                                            "name": "context",
                                            "description": "",
                                            "item": [
                                                {
                                                    "id": "888c10b0-7e62-450b-9877-0371f71ecb69",
                                                    "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": "PTu11.P13g.x9c",
                                                                    "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": "c4e0fa4d-cd90-410b-9c56-4dea6272a656",
                                                            "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  \"adipisicingc\": true,\n  \"aliquae65\": 79915248,\n  \"voluptate5_4\": \"dolore\"\n}",
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "json"
                                                        },
                                                        {
                                                            "id": "bbd66ee4-15f0-420e-a7d2-bddb88722b48",
                                                            "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "json"
                                                        },
                                                        {
                                                            "id": "6b2e218f-ac0d-41a8-ae05-1470fd477848",
                                                            "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "json"
                                                        },
                                                        {
                                                            "id": "4980b0f0-04f0-47be-aba8-3098fe33dcc6",
                                                            "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "json"
                                                        },
                                                        {
                                                            "id": "22156c79-4846-47a7-83b0-755ff91686ff",
                                                            "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "json"
                                                        },
                                                        {
                                                            "id": "96e29bcf-03e1-4837-8c96-012acae9fd71",
                                                            "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "json"
                                                        }
                                                    ],
                                                    "event": [],
                                                    "protocolProfileBehavior": {
                                                        "disableBodyPruning": true
                                                    }
                                                }
                                            ]
                                        }
                                    ]
                                }
                            ]
                        },
                        {
                            "name": "archivedCase",
                            "description": "",
                            "item": [
                                {
                                    "id": "49097c3a-1c29-43ed-a21c-c0ce4e92b281",
                                    "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 derfinition ID\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",
                                            "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": "pzpOVpgh8pVtnsJ%jSaqESaGjSZFYzoRQjCjEOWbxXHa%zrarLMwgfeUWvdTh0BF0HEJi0Uzm"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "can filter on attributes with the format f={filter\\_name}={filter\\_value} with the name/value pair as url encoded string.",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "f",
                                                    "value": "14az0SYUUzoQQ1H66MkCz"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "can order on attributes",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "o",
                                                    "value": "M9%m9XsLI4JOWpDmI60f0zha3eijVpqIsT%d4T%ULYS1Kbfyti70YRYcFT%cyVnrN"
                                                }
                                            ],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            }
                                        ],
                                        "method": "GET",
                                        "body": {},
                                        "auth": null
                                    },
                                    "response": [
                                        {
                                            "id": "d9fc640a-191d-4afe-821b-7fa5ddae8477",
                                            "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": "14az0SYUUzoQQ1H66MkCz"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "M9%m9XsLI4JOWpDmI60f0zha3eijVpqIsT%d4T%ULYS1Kbfyti70YRYcFT%cyVnrN"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "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    \"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    \"sourceObjectId\": \"<string>\",\n    \"archivedDate\": \"<string>\"\n  }\n]",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "06c56a83-1e25-4a2d-ac8c-5bf54c76449f",
                                            "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": "14az0SYUUzoQQ1H66MkCz"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "M9%m9XsLI4JOWpDmI60f0zha3eijVpqIsT%d4T%ULYS1Kbfyti70YRYcFT%cyVnrN"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "c72add8d-d208-4c09-8c44-410e094939c5",
                                            "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": "14az0SYUUzoQQ1H66MkCz"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "M9%m9XsLI4JOWpDmI60f0zha3eijVpqIsT%d4T%ULYS1Kbfyti70YRYcFT%cyVnrN"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "70baa87e-b644-4c5e-87c4-250ac286ed52",
                                            "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": "14az0SYUUzoQQ1H66MkCz"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "M9%m9XsLI4JOWpDmI60f0zha3eijVpqIsT%d4T%ULYS1Kbfyti70YRYcFT%cyVnrN"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "bcf06fa1-b56a-49c1-9074-334bab8d11c8",
                                            "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": "14az0SYUUzoQQ1H66MkCz"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "M9%m9XsLI4JOWpDmI60f0zha3eijVpqIsT%d4T%ULYS1Kbfyti70YRYcFT%cyVnrN"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        }
                                    ],
                                    "event": [],
                                    "protocolProfileBehavior": {
                                        "disableBodyPruning": true
                                    }
                                },
                                {
                                    "name": "{id}",
                                    "description": "",
                                    "item": [
                                        {
                                            "id": "da37c17f-7da4-41b7-9575-10784fb522fe",
                                            "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": "PTu11.P13g.x9c",
                                                            "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": "e14af232-31a1-4cc4-bf09-408fcc119a81",
                                                    "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\": \"error\",\n  \"rootCaseId\": \"<string>\",\n  \"started_by\": \"<string>\",\n  \"processDefinitionId\": \"<string>\",\n  \"last_update_date\": \"<string>\",\n  \"searchIndex1Label\": \"<string>\",\n  \"searchIndex2Label\": \"<string>\",\n  \"searchIndex3Label\": \"<string>\",\n  \"searchIndex4Label\": \"<string>\",\n  \"searchIndex5Label\": \"<string>\",\n  \"searchIndex1Value\": \"<string>\",\n  \"searchIndex2Value\": \"<string>\",\n  \"searchIndex3Value\": \"<string>\",\n  \"searchIndex4Value\": \"<string>\",\n  \"searchIndex5Value\": \"<string>\",\n  \"sourceObjectId\": \"<string>\",\n  \"archivedDate\": \"<string>\"\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "7e98d3cf-49c3-4a9d-a213-b5b7429c2552",
                                                    "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "fb9165bf-786c-4f22-8389-89781c8b47e5",
                                                    "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "bf7fa73a-811b-4bcc-adf5-3340db3b7dbe",
                                                    "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "6ae0c74b-17b2-4261-bd95-b8799dd054c6",
                                                    "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "9417b843-7a7d-4607-8f94-d70ee430b854",
                                                    "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        },
                                        {
                                            "id": "1abbeb1e-7a29-45d3-8a18-704f6d666908",
                                            "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": "PTu11.P13g.x9c",
                                                            "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": "fd2712cc-5abc-4c3d-a83c-68ebfca772b9",
                                                    "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": "02640e8c-fcfc-4fca-af41-1063de92a203",
                                                    "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "70a7e6bf-88b0-4976-934d-5e99e98e098f",
                                                    "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "90d3d974-5ef9-43b9-a036-23006b26d7d6",
                                                    "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "1cf8029d-51a2-4675-bf80-7fc9c7dfb95c",
                                                    "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "e301aff8-5c1f-4a53-9961-beb1db932288",
                                                    "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        },
                                        {
                                            "name": "context",
                                            "description": "",
                                            "item": [
                                                {
                                                    "id": "371d6b8d-4eaa-43bf-b76b-50050da6f469",
                                                    "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": "PTu11.P13g.x9c",
                                                                    "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": "1955c237-3144-4e59-a7e8-d7847b11d341",
                                                            "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  \"adipisicingc\": true,\n  \"aliquae65\": 79915248,\n  \"voluptate5_4\": \"dolore\"\n}",
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "json"
                                                        },
                                                        {
                                                            "id": "300de5fa-847d-4e72-81d0-30d3c3786f18",
                                                            "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "json"
                                                        },
                                                        {
                                                            "id": "14a26a25-1233-4737-8078-f1f7d9032fcc",
                                                            "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "json"
                                                        },
                                                        {
                                                            "id": "e3a47434-f467-416f-a17a-2ebfac0dba04",
                                                            "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "json"
                                                        },
                                                        {
                                                            "id": "fc4cd207-4544-4ac6-a74f-3b13745958d9",
                                                            "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "json"
                                                        },
                                                        {
                                                            "id": "6e65ce57-2c10-44a5-86c3-23f03c35c457",
                                                            "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "json"
                                                        }
                                                    ],
                                                    "event": [],
                                                    "protocolProfileBehavior": {
                                                        "disableBodyPruning": true
                                                    }
                                                }
                                            ]
                                        }
                                    ]
                                }
                            ]
                        },
                        {
                            "name": "caseInfo",
                            "description": "",
                            "item": [
                                {
                                    "name": "{id}",
                                    "description": "",
                                    "item": [
                                        {
                                            "id": "36c1931f-f5e2-453b-afd4-7575593649ca",
                                            "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": "PTu11.P13g.x9c",
                                                            "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": "e3a9e6c4-2ec7-4ab2-a424-60808b3299be",
                                                    "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    \"sint_46\": {\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": "2c8b2066-afc0-41e8-8d0c-d9ea2fb824a7",
                                                    "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "eb13d247-ac9b-46b4-8459-fa1a62ae2fa6",
                                                    "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "7b45fe92-0633-413d-9f63-fb559c2e328c",
                                                    "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "04ef3041-a897-4a44-ab5f-5ed4d8d46313",
                                                    "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "fe10649d-803e-4542-bdff-bc999181f6db",
                                                    "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        }
                                    ]
                                }
                            ]
                        },
                        {
                            "name": "comment",
                            "description": "",
                            "item": [
                                {
                                    "id": "992a6eca-2ede-4bb4-966e-95bbbf177f72",
                                    "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": "pzpOVpgh8pVtnsJ%jSaqESaGjSZFYzoRQjCjEOWbxXHa%zrarLMwgfeUWvdTh0BF0HEJi0Uzm"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "can filter on attributes with the format f={filter\\_name}={filter\\_value} with the name/value pair as url encoded string.",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "f",
                                                    "value": "14az0SYUUzoQQ1H66MkCz"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "can order on attributes",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "o",
                                                    "value": "M9%m9XsLI4JOWpDmI60f0zha3eijVpqIsT%d4T%ULYS1Kbfyti70YRYcFT%cyVnrN"
                                                }
                                            ],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            }
                                        ],
                                        "method": "GET",
                                        "body": {},
                                        "auth": null
                                    },
                                    "response": [
                                        {
                                            "id": "56bd3069-3261-48ab-aed4-ada97d0b7cdc",
                                            "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": "14az0SYUUzoQQ1H66MkCz"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "M9%m9XsLI4JOWpDmI60f0zha3eijVpqIsT%d4T%ULYS1Kbfyti70YRYcFT%cyVnrN"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "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    \"tenantId\": \"<string>\",\n    \"processInstanceId\": \"<string>\",\n    \"postDate\": \"<string>\",\n    \"userId\": \"<string>\"\n  },\n  {\n    \"id\": \"<string>\",\n    \"content\": \"<string>\",\n    \"tenantId\": \"<string>\",\n    \"processInstanceId\": \"<string>\",\n    \"postDate\": \"<string>\",\n    \"userId\": \"<string>\"\n  }\n]",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "a107ca8e-f117-4a32-858a-eec1d23817cf",
                                            "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": "14az0SYUUzoQQ1H66MkCz"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "M9%m9XsLI4JOWpDmI60f0zha3eijVpqIsT%d4T%ULYS1Kbfyti70YRYcFT%cyVnrN"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "f385adb5-c9bc-4e47-9382-f488fe96baa1",
                                            "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": "14az0SYUUzoQQ1H66MkCz"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "M9%m9XsLI4JOWpDmI60f0zha3eijVpqIsT%d4T%ULYS1Kbfyti70YRYcFT%cyVnrN"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "dd0d376b-058c-4467-b56e-853fbe05ecf2",
                                            "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": "14az0SYUUzoQQ1H66MkCz"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "M9%m9XsLI4JOWpDmI60f0zha3eijVpqIsT%d4T%ULYS1Kbfyti70YRYcFT%cyVnrN"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "53c80d41-4af9-45d7-a49c-b62fba23aa78",
                                            "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": "14az0SYUUzoQQ1H66MkCz"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "M9%m9XsLI4JOWpDmI60f0zha3eijVpqIsT%d4T%ULYS1Kbfyti70YRYcFT%cyVnrN"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        }
                                    ],
                                    "event": [],
                                    "protocolProfileBehavior": {
                                        "disableBodyPruning": true
                                    }
                                },
                                {
                                    "id": "1c8257b0-f46f-4968-a91f-168b59047a6d",
                                    "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": "238d5705-aba2-43d4-b640-1a7f02973bd4",
                                            "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  \"tenantId\": \"<string>\",\n  \"processInstanceId\": \"<string>\",\n  \"postDate\": \"<string>\",\n  \"userId\": \"<string>\"\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "6af86574-153f-4b85-b78a-f3a95d5a6c54",
                                            "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "6a261101-17db-4658-affa-c3bad0c01f14",
                                            "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "c323e84d-7523-4c1b-bfd9-dadc04bba5a1",
                                            "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "70809084-547b-45b3-8a73-ca2c5e60bebd",
                                            "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        }
                                    ],
                                    "event": [],
                                    "protocolProfileBehavior": {
                                        "disableBodyPruning": true
                                    }
                                }
                            ]
                        },
                        {
                            "name": "archivedComment",
                            "description": "",
                            "item": [
                                {
                                    "id": "18eb58f5-0173-4e58-acf4-140d6d0450f6",
                                    "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": "pzpOVpgh8pVtnsJ%jSaqESaGjSZFYzoRQjCjEOWbxXHa%zrarLMwgfeUWvdTh0BF0HEJi0Uzm"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "can filter on attributes with the format f={filter\\_name}={filter\\_value} with the name/value pair as url encoded string.",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "f",
                                                    "value": "14az0SYUUzoQQ1H66MkCz"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "can order on attributes",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "o",
                                                    "value": "M9%m9XsLI4JOWpDmI60f0zha3eijVpqIsT%d4T%ULYS1Kbfyti70YRYcFT%cyVnrN"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "can search on attributes",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "s",
                                                    "value": "M9%m9XsLI4JOWpDmI60f0zha3eijVpqIsT%d4T%ULYS1Kbfyti70YRYcFT%cyVnrN"
                                                }
                                            ],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            }
                                        ],
                                        "method": "GET",
                                        "body": {},
                                        "auth": null
                                    },
                                    "response": [
                                        {
                                            "id": "9258c147-485d-4d62-b24c-644ad2ce88ea",
                                            "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": "14az0SYUUzoQQ1H66MkCz"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "M9%m9XsLI4JOWpDmI60f0zha3eijVpqIsT%d4T%ULYS1Kbfyti70YRYcFT%cyVnrN"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can search on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "s",
                                                            "value": "M9%m9XsLI4JOWpDmI60f0zha3eijVpqIsT%d4T%ULYS1Kbfyti70YRYcFT%cyVnrN"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "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    \"tenantId\": \"<string>\",\n    \"processInstanceId\": \"<string>\",\n    \"postDate\": \"<string>\",\n    \"userId\": \"<string>\",\n    \"archivedDate\": \"<string>\"\n  },\n  {\n    \"id\": \"<string>\",\n    \"content\": \"<string>\",\n    \"tenantId\": \"<string>\",\n    \"processInstanceId\": \"<string>\",\n    \"postDate\": \"<string>\",\n    \"userId\": \"<string>\",\n    \"archivedDate\": \"<string>\"\n  }\n]",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "72d31be0-7ece-49e1-b8aa-b256f564c841",
                                            "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": "14az0SYUUzoQQ1H66MkCz"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "M9%m9XsLI4JOWpDmI60f0zha3eijVpqIsT%d4T%ULYS1Kbfyti70YRYcFT%cyVnrN"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can search on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "s",
                                                            "value": "M9%m9XsLI4JOWpDmI60f0zha3eijVpqIsT%d4T%ULYS1Kbfyti70YRYcFT%cyVnrN"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "41eb9061-72af-4d6c-89b9-c13816424653",
                                            "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": "14az0SYUUzoQQ1H66MkCz"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "M9%m9XsLI4JOWpDmI60f0zha3eijVpqIsT%d4T%ULYS1Kbfyti70YRYcFT%cyVnrN"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can search on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "s",
                                                            "value": "M9%m9XsLI4JOWpDmI60f0zha3eijVpqIsT%d4T%ULYS1Kbfyti70YRYcFT%cyVnrN"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "cf879742-6709-4413-ac68-7da4df98a444",
                                            "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": "14az0SYUUzoQQ1H66MkCz"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "M9%m9XsLI4JOWpDmI60f0zha3eijVpqIsT%d4T%ULYS1Kbfyti70YRYcFT%cyVnrN"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can search on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "s",
                                                            "value": "M9%m9XsLI4JOWpDmI60f0zha3eijVpqIsT%d4T%ULYS1Kbfyti70YRYcFT%cyVnrN"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "02b2c0bd-f342-4d4e-b60e-5170d6fa62ae",
                                            "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": "14az0SYUUzoQQ1H66MkCz"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "M9%m9XsLI4JOWpDmI60f0zha3eijVpqIsT%d4T%ULYS1Kbfyti70YRYcFT%cyVnrN"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can search on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "s",
                                                            "value": "M9%m9XsLI4JOWpDmI60f0zha3eijVpqIsT%d4T%ULYS1Kbfyti70YRYcFT%cyVnrN"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        }
                                    ],
                                    "event": [],
                                    "protocolProfileBehavior": {
                                        "disableBodyPruning": true
                                    }
                                }
                            ]
                        },
                        {
                            "name": "process",
                            "description": "",
                            "item": [
                                {
                                    "id": "3afbe4fb-a934-4648-9064-a4e7c4c566a4",
                                    "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": "pzpOVpgh8pVtnsJ%jSaqESaGjSZFYzoRQjCjEOWbxXHa%zrarLMwgfeUWvdTh0BF0HEJi0Uzm"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "can filter on attributes with the format f={filter\\_name}={filter\\_value} with the name/value pair as url encoded string.",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "f",
                                                    "value": "14az0SYUUzoQQ1H66MkCz"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "can order on attributes",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "o",
                                                    "value": "M9%m9XsLI4JOWpDmI60f0zha3eijVpqIsT%d4T%ULYS1Kbfyti70YRYcFT%cyVnrN"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "can search on attributes",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "s",
                                                    "value": "M9%m9XsLI4JOWpDmI60f0zha3eijVpqIsT%d4T%ULYS1Kbfyti70YRYcFT%cyVnrN"
                                                }
                                            ],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            }
                                        ],
                                        "method": "GET",
                                        "body": {},
                                        "auth": null
                                    },
                                    "response": [
                                        {
                                            "id": "1fe84332-43fd-44bb-9112-a84d98f8407b",
                                            "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": "14az0SYUUzoQQ1H66MkCz"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "M9%m9XsLI4JOWpDmI60f0zha3eijVpqIsT%d4T%ULYS1Kbfyti70YRYcFT%cyVnrN"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can search on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "s",
                                                            "value": "M9%m9XsLI4JOWpDmI60f0zha3eijVpqIsT%d4T%ULYS1Kbfyti70YRYcFT%cyVnrN"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "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\": \"UNRESOLVED\",\n    \"version\": \"<string>\"\n  },\n  {\n    \"id\": \"<string>\",\n    \"icon\": \"<string>\",\n    \"displayDescription\": \"<string>\",\n    \"deploymentDate\": \"<string>\",\n    \"description\": \"<string>\",\n    \"activationState\": \"ENABLED\",\n    \"name\": \"<string>\",\n    \"deployedBy\": \"<string>\",\n    \"displayName\": \"<string>\",\n    \"actorinitiatorid\": \"<string>\",\n    \"last_update_date\": \"<string>\",\n    \"configurationState\": \"UNRESOLVED\",\n    \"version\": \"<string>\"\n  }\n]",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "7c23085f-6e24-417d-a7c2-b18811570ce9",
                                            "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": "14az0SYUUzoQQ1H66MkCz"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "M9%m9XsLI4JOWpDmI60f0zha3eijVpqIsT%d4T%ULYS1Kbfyti70YRYcFT%cyVnrN"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can search on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "s",
                                                            "value": "M9%m9XsLI4JOWpDmI60f0zha3eijVpqIsT%d4T%ULYS1Kbfyti70YRYcFT%cyVnrN"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "8fcd4751-7473-4f33-80cf-0b2561a59553",
                                            "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": "14az0SYUUzoQQ1H66MkCz"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "M9%m9XsLI4JOWpDmI60f0zha3eijVpqIsT%d4T%ULYS1Kbfyti70YRYcFT%cyVnrN"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can search on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "s",
                                                            "value": "M9%m9XsLI4JOWpDmI60f0zha3eijVpqIsT%d4T%ULYS1Kbfyti70YRYcFT%cyVnrN"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "0bcc4f28-3700-46b4-a889-0a1ab2a3a5ee",
                                            "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": "14az0SYUUzoQQ1H66MkCz"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "M9%m9XsLI4JOWpDmI60f0zha3eijVpqIsT%d4T%ULYS1Kbfyti70YRYcFT%cyVnrN"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can search on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "s",
                                                            "value": "M9%m9XsLI4JOWpDmI60f0zha3eijVpqIsT%d4T%ULYS1Kbfyti70YRYcFT%cyVnrN"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "5d9b711e-3786-4513-a974-b0f00ce3d903",
                                            "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": "14az0SYUUzoQQ1H66MkCz"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "M9%m9XsLI4JOWpDmI60f0zha3eijVpqIsT%d4T%ULYS1Kbfyti70YRYcFT%cyVnrN"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can search on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "s",
                                                            "value": "M9%m9XsLI4JOWpDmI60f0zha3eijVpqIsT%d4T%ULYS1Kbfyti70YRYcFT%cyVnrN"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        }
                                    ],
                                    "event": [],
                                    "protocolProfileBehavior": {
                                        "disableBodyPruning": true
                                    }
                                },
                                {
                                    "id": "0f994372-f5d6-416f-87e6-ed437dcf7e0e",
                                    "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": "d4ae58c6-6090-461e-826b-24aa91d58793",
                                            "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\": \"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}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "389e36a4-382b-45f0-99b0-a344f3c2871b",
                                            "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "60ec5949-0e7d-4a4c-b028-6d3eb2379aba",
                                            "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "28becd7f-7123-4999-ada5-7944a1632b71",
                                            "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "346b5bee-0f51-447a-829f-0bf497f81ec6",
                                            "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        }
                                    ],
                                    "event": [],
                                    "protocolProfileBehavior": {
                                        "disableBodyPruning": true
                                    }
                                },
                                {
                                    "id": "44795bb1-7f28-42a1-9612-326ab8736c23",
                                    "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": "7811a329-0834-4dfa-96ee-10b0a452b1b7",
                                            "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": "a4d3e3c0-192f-4c8f-9210-36780620f084",
                                            "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "9e441a91-39e3-4441-bfd4-f349ec19da16",
                                            "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "40112134-a63e-4d2f-9aea-095782b9d2a2",
                                            "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "9dcf0ceb-74fb-4574-8719-9cc80877e289",
                                            "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        }
                                    ],
                                    "event": [],
                                    "protocolProfileBehavior": {
                                        "disableBodyPruning": true
                                    }
                                },
                                {
                                    "name": "{id}",
                                    "description": "",
                                    "item": [
                                        {
                                            "id": "f7b248d8-2607-4ae2-9e88-acd515ef0a5d",
                                            "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": "PTu11.P13g.x9c",
                                                            "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": "f67e9577-4d7a-4903-a1f9-4ddae7ac87df",
                                                    "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\": \"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}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "34490098-f44e-448a-8ef8-4ff9a69b5bbf",
                                                    "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "ddc5f1df-e98b-4cb9-996e-4bacb2927a80",
                                                    "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "d285066b-6364-4be6-ba0f-df2a68ff58c0",
                                                    "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "c54018e3-4436-423a-9d89-5994dadf191e",
                                                    "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "f2e10f35-ac5f-48f4-856b-e0869e91dc15",
                                                    "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        },
                                        {
                                            "id": "b5bb3ec7-6be4-4749-b9ec-ee872b1bf848",
                                            "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": "PTu11.P13g.x9c",
                                                            "key": "id",
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) ID of the Process to return",
                                                                "type": "text/plain"
                                                            }
                                                        }
                                                    ]
                                                },
                                                "header": [
                                                    {
                                                        "key": "Content-Type",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    }
                                                ],
                                                "method": "PUT",
                                                "body": {
                                                    "mode": "raw",
                                                    "raw": "{\n  \"displaydescription\": \"<string>\",\n  \"displayName\": \"<string>\",\n  \"activationState\": \"DISABLED\"\n}",
                                                    "options": {
                                                        "raw": {
                                                            "headerFamily": "json",
                                                            "language": "json"
                                                        }
                                                    }
                                                },
                                                "auth": null
                                            },
                                            "response": [
                                                {
                                                    "id": "d29bd93d-9455-42f1-ba26-2bd9251f0c8f",
                                                    "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\": \"DISABLED\"\n}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        }
                                                    },
                                                    "status": "OK",
                                                    "code": 200,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                },
                                                {
                                                    "id": "64860a4f-63df-400c-b159-232b759e285d",
                                                    "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\": \"DISABLED\"\n}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        }
                                                    },
                                                    "status": "Bad Request",
                                                    "code": 400,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "3c60d4a3-4bbc-47c3-9ca7-5618d67ae143",
                                                    "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\": \"DISABLED\"\n}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        }
                                                    },
                                                    "status": "Unauthorized",
                                                    "code": 401,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "0c8abdbb-9929-47c9-b5af-3e69b72a1a2c",
                                                    "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\": \"DISABLED\"\n}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        }
                                                    },
                                                    "status": "Forbidden",
                                                    "code": 403,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "7003ec25-bb6b-48ad-8462-1f7cffeed9fd",
                                                    "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\": \"DISABLED\"\n}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        }
                                                    },
                                                    "status": "Not Found",
                                                    "code": 404,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "ceb31ad1-a1c4-410b-9c31-cec291999512",
                                                    "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\": \"DISABLED\"\n}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        }
                                                    },
                                                    "status": "Internal Server Error",
                                                    "code": 500,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        },
                                        {
                                            "id": "415c5257-413d-4a15-9d31-ad740b9e4b3b",
                                            "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": "PTu11.P13g.x9c",
                                                            "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": "92c31378-e2b2-4103-b433-5fd72e4ff4c1",
                                                    "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": "b8779a6e-dba5-4106-9226-e4fb14d953c8",
                                                    "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "98273b48-729a-45f0-ba98-bc51a8ea722e",
                                                    "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "0d4603a7-844e-4a56-b51f-54e709b5dc05",
                                                    "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "faccb6f0-cf77-4e3e-80af-6e166ac72c1a",
                                                    "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "5e424960-0105-4edb-8904-8a718a98631a",
                                                    "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        },
                                        {
                                            "name": "design",
                                            "description": "",
                                            "item": [
                                                {
                                                    "id": "af56ce1e-aa44-4499-a153-0f3a6c207472",
                                                    "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": "PTu11.P13g.x9c",
                                                                    "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": "2c472081-643d-4b9a-86ca-64e765c6b8c3",
                                                            "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        \"elit7f1\": -67249653,\n        \"ut_2\": true\n      },\n      {\n        \"euc1c\": true,\n        \"qui_9c\": false,\n        \"eu_e_8\": -61682827.519795105\n      }\n    ],\n    \"transitions\": [\n      {\n        \"ea311\": true\n      },\n      {\n        \"cillum3_6\": -31527504.961504787,\n        \"dolor_78a\": \"Ut\",\n        \"cillum_ef\": 4050455.3921413124\n      }\n    ],\n    \"gatewaysList\": [\n      {\n        \"incididuntc\": true\n      },\n      {\n        \"do25\": -16586821,\n        \"veniam_04\": \"occaecat Lorem Duis\"\n      }\n    ],\n    \"startEvents\": [\n      {\n        \"ut_63\": -56492719.77853742,\n        \"incididunt__\": 53682918.24107015\n      },\n      {\n        \"dolore84d\": \"laborum\"\n      }\n    ],\n    \"intermediateCatchEvents\": [\n      {\n        \"labore_01b\": -8636184.576503009\n      },\n      {\n        \"commodo_e5c\": \"consequat ullamco nostrud\",\n        \"enim_d\": \"velit amet\",\n        \"in161\": false\n      }\n    ],\n    \"intermediateThrowEvents\": [\n      {\n        \"eiusmod938\": true,\n        \"tempor__a\": true\n      },\n      {\n        \"laborum_c1\": \"do ut fugiat\",\n        \"exercitation_d0\": \"aliqua\",\n        \"nisi_1\": \"sint adipisicing anim\"\n      }\n    ],\n    \"endEvents\": [\n      {\n        \"sint2\": false,\n        \"cupidatat6c\": \"magna culpa qui\",\n        \"amet_b26\": -36197148.67735491,\n        \"cupidatat_5\": 34945558\n      },\n      {\n        \"do33e\": true,\n        \"ullamcobb\": true\n      }\n    ],\n    \"dataDefinitions\": [\n      {\n        \"adipisicing2\": \"id esse Duis\",\n        \"irured\": -8564493.706739992\n      },\n      {\n        \"cupidatat_c\": 79912090.5268136\n      }\n    ],\n    \"documentDefinitions\": [\n      {\n        \"sunt_6\": 80299462.92328608,\n        \"dolore8e3\": false,\n        \"dolore_ff2\": false\n      },\n      {\n        \"sint_5c9\": -76299283,\n        \"quis_0c1\": \"dolore fugiat sunt cupidatat dolore\",\n        \"laborum_85\": 80553063\n      }\n    ],\n    \"connectors\": [\n      {\n        \"Ut_b8\": -57190173,\n        \"mollit6c\": \"sed et reprehenderit nisi\"\n      },\n      {\n        \"aliqua26\": -50775387.814829335,\n        \"ut_5\": -29644864\n      }\n    ],\n    \"businessDataDefinitions\": [\n      {\n        \"ut_37\": \"sit ea qui laborum\",\n        \"fugiat_605\": false,\n        \"elit_40\": -97807377.61506724\n      },\n      {\n        \"dolore_5\": -13786936\n      }\n    ],\n    \"documentListDefinitions\": [\n      {\n        \"proident14\": -61082074.88007489\n      },\n      {\n        \"minim_ef5\": \"quis aliquip veniam\",\n        \"elit_0_9\": \"do ullamco id\",\n        \"Excepteur_9f2\": true\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\": \"BOOLEAN\",\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": "3c9906ab-3188-48c6-a2e2-f666590b1e81",
                                                            "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "json"
                                                        },
                                                        {
                                                            "id": "669cfa84-ac1e-48e4-a636-c65a3622045d",
                                                            "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "json"
                                                        },
                                                        {
                                                            "id": "11f4826e-eb2f-437d-b1c0-cf4ec43f264b",
                                                            "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "json"
                                                        },
                                                        {
                                                            "id": "eba9efdb-788f-4136-b98f-105cc62f3831",
                                                            "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "json"
                                                        },
                                                        {
                                                            "id": "0d0e4d57-ef10-4068-a1cf-f3dc70365e57",
                                                            "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "json"
                                                        }
                                                    ],
                                                    "event": [],
                                                    "protocolProfileBehavior": {
                                                        "disableBodyPruning": true
                                                    }
                                                }
                                            ]
                                        },
                                        {
                                            "name": "contract",
                                            "description": "",
                                            "item": [
                                                {
                                                    "id": "642422da-444e-4823-856b-6998cf85865a",
                                                    "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": "PTu11.P13g.x9c",
                                                                    "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": "45a71555-8afe-4018-af7c-c50a9e693443",
                                                            "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\": \"BYTE_ARRAY\",\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\": \"OFFSETDATETIME\",\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": "4bf7385a-fbb4-4c4a-8365-15d306d246ab",
                                                            "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "json"
                                                        },
                                                        {
                                                            "id": "e2510f38-d092-42df-93ac-edb72b418737",
                                                            "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "json"
                                                        },
                                                        {
                                                            "id": "33e5a116-1519-4a01-99d0-769e7e7d5fbb",
                                                            "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "json"
                                                        },
                                                        {
                                                            "id": "a37554ca-77bd-4d0b-a8ce-55609c2f15d6",
                                                            "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "json"
                                                        },
                                                        {
                                                            "id": "7df59f5a-f26b-45f2-9176-2f4e899692a4",
                                                            "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "json"
                                                        }
                                                    ],
                                                    "event": [],
                                                    "protocolProfileBehavior": {
                                                        "disableBodyPruning": true
                                                    }
                                                }
                                            ]
                                        },
                                        {
                                            "name": "instantiation",
                                            "description": "",
                                            "item": [
                                                {
                                                    "id": "21221bf7-b330-4344-9e8a-4c88449402b3",
                                                    "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": "PTu11.P13g.x9c",
                                                                    "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  \"adipisicingc\": true,\n  \"aliquae65\": 79915248,\n  \"voluptate5_4\": \"dolore\"\n}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        },
                                                        "auth": null
                                                    },
                                                    "response": [
                                                        {
                                                            "id": "41ae690d-a763-4121-a49b-04bc3f85f823",
                                                            "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  \"adipisicingc\": true,\n  \"aliquae65\": 79915248,\n  \"voluptate5_4\": \"dolore\"\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": "b0553bb0-b557-445c-beba-236500cf0bfc",
                                                            "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  \"adipisicingc\": true,\n  \"aliquae65\": 79915248,\n  \"voluptate5_4\": \"dolore\"\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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "json"
                                                        },
                                                        {
                                                            "id": "7fb9cef7-6194-44a8-8a54-8e132f70104d",
                                                            "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  \"adipisicingc\": true,\n  \"aliquae65\": 79915248,\n  \"voluptate5_4\": \"dolore\"\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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "json"
                                                        },
                                                        {
                                                            "id": "52c4e2d7-af1e-4ef4-a7cc-997715911bbb",
                                                            "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  \"adipisicingc\": true,\n  \"aliquae65\": 79915248,\n  \"voluptate5_4\": \"dolore\"\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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "json"
                                                        },
                                                        {
                                                            "id": "ea4684c3-d0fe-4a0c-9651-d74870e1ad55",
                                                            "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  \"adipisicingc\": true,\n  \"aliquae65\": 79915248,\n  \"voluptate5_4\": \"dolore\"\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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "json"
                                                        }
                                                    ],
                                                    "event": [],
                                                    "protocolProfileBehavior": {
                                                        "disableBodyPruning": true
                                                    }
                                                }
                                            ]
                                        }
                                    ]
                                }
                            ]
                        },
                        {
                            "name": "processInfo",
                            "description": "",
                            "item": [
                                {
                                    "name": "{id}",
                                    "description": "",
                                    "item": [
                                        {
                                            "id": "ecbbb50d-e217-45c6-89cf-63f717f3e771",
                                            "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": "PTu11.P13g.x9c",
                                                            "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": "601a0c8a-bbab-41a9-a204-d6cfaea474f0",
                                                    "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    \"tempor_d_2\": {\n      \"ready\": \"<long>\",\n      \"failed\": \"<long>\",\n      \"executing\": \"<long>\",\n      \"waiting\": \"<long>\",\n      \"initializing\": \"<long>\",\n      \"completing\": \"<long>\"\n    },\n    \"ex_ba\": {\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": "2f993ec6-3453-4c63-bb2e-f4492c5c32f3",
                                                    "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "5e56a31f-6b9b-47ee-9acf-1b4ff1346f51",
                                                    "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "080c5794-36f3-4527-9a26-853ff081c7c1",
                                                    "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "38cef896-7926-42a4-8398-622ec3c13126",
                                                    "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "180c6238-2ffe-452d-a67e-4fc17c5c548e",
                                                    "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  \"auted\": \"do in nostrud quis deserunt\"\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": "9e665313-5a1f-4f8e-a47c-e5c42ff3911e",
                                                            "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": "PTu11.P13g.x9c",
                                                                            "key": "id",
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) ID of the process to update",
                                                                                "type": "text/plain"
                                                                            }
                                                                        },
                                                                        {
                                                                            "type": "any",
                                                                            "value": "PTu11.P13g.x9c",
                                                                            "key": "connectorImplId",
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) ID of the Process Connector implementation to update",
                                                                                "type": "text/plain"
                                                                            }
                                                                        },
                                                                        {
                                                                            "type": "any",
                                                                            "value": "PTu11.P13g.x9c",
                                                                            "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": "4024606b-3144-4029-9f87-f1f9122995ba",
                                                                    "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": "56f576c9-aa3b-48e0-aeb0-12c31f78f620",
                                                                    "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                                                    "cookie": [],
                                                                    "_postman_previewlanguage": "json"
                                                                },
                                                                {
                                                                    "id": "70d229f6-6d60-4aba-8ed4-744074f9a2d0",
                                                                    "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                                                    "cookie": [],
                                                                    "_postman_previewlanguage": "json"
                                                                },
                                                                {
                                                                    "id": "bca49d60-8f22-4a7c-84ba-3c0c34a8c43d",
                                                                    "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                                                    "cookie": [],
                                                                    "_postman_previewlanguage": "json"
                                                                },
                                                                {
                                                                    "id": "0e7b5b87-5b51-475f-8496-3ee7a6857a8f",
                                                                    "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                                                    "cookie": [],
                                                                    "_postman_previewlanguage": "json"
                                                                }
                                                            ],
                                                            "event": [],
                                                            "protocolProfileBehavior": {
                                                                "disableBodyPruning": true
                                                            }
                                                        }
                                                    ]
                                                }
                                            ]
                                        }
                                    ]
                                }
                            ]
                        },
                        {
                            "name": "diagram",
                            "description": "",
                            "item": [
                                {
                                    "name": "{id}",
                                    "description": "",
                                    "item": [
                                        {
                                            "id": "31da6bad-08f1-41f0-a9b1-5ed487e592bc",
                                            "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": "PTu11.P13g.x9c",
                                                            "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": "6e4dbf3c-f9a6-40d1-bf51-f1e55ec0191b",
                                                    "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": "d0c788ac-01fb-4b0a-aa60-01c20977969b",
                                                    "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "2ce69b09-d8fd-4980-bd37-8d1da480531d",
                                                    "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "05b14148-37c6-4077-8f5b-077aea8eff46",
                                                    "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "38fed933-b31d-46f4-a273-a9366199cacb",
                                                    "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "d691c3cd-9f66-472c-a3b2-5ca7a5a7399f",
                                                    "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        }
                                    ]
                                }
                            ]
                        },
                        {
                            "name": "processParameter",
                            "description": "",
                            "item": [
                                {
                                    "id": "d297e247-30eb-4db8-8601-6d95100926e1",
                                    "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": "pzpOVpgh8pVtnsJ%jSaqESaGjSZFYzoRQjCjEOWbxXHa%zrarLMwgfeUWvdTh0BF0HEJi0Uzm"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "can filter on attributes with the format f={filter\\_name}={filter\\_value} with the name/value pair as url encoded string.",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "f",
                                                    "value": "14az0SYUUzoQQ1H66MkCz"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "can order on attributes",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "o",
                                                    "value": "M9%m9XsLI4JOWpDmI60f0zha3eijVpqIsT%d4T%ULYS1Kbfyti70YRYcFT%cyVnrN"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "can search on attributes",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "s",
                                                    "value": "M9%m9XsLI4JOWpDmI60f0zha3eijVpqIsT%d4T%ULYS1Kbfyti70YRYcFT%cyVnrN"
                                                }
                                            ],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            }
                                        ],
                                        "method": "GET",
                                        "body": {},
                                        "auth": null
                                    },
                                    "response": [
                                        {
                                            "id": "9aca009f-aafc-4431-a582-6d432d931f51",
                                            "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": "14az0SYUUzoQQ1H66MkCz"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "M9%m9XsLI4JOWpDmI60f0zha3eijVpqIsT%d4T%ULYS1Kbfyti70YRYcFT%cyVnrN"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can search on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "s",
                                                            "value": "M9%m9XsLI4JOWpDmI60f0zha3eijVpqIsT%d4T%ULYS1Kbfyti70YRYcFT%cyVnrN"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "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": "632c4402-f0a3-4e0f-8446-0144d2f6b60c",
                                            "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": "14az0SYUUzoQQ1H66MkCz"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "M9%m9XsLI4JOWpDmI60f0zha3eijVpqIsT%d4T%ULYS1Kbfyti70YRYcFT%cyVnrN"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can search on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "s",
                                                            "value": "M9%m9XsLI4JOWpDmI60f0zha3eijVpqIsT%d4T%ULYS1Kbfyti70YRYcFT%cyVnrN"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "1248ad22-8e88-4f00-a1d3-31e8f68298ba",
                                            "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": "14az0SYUUzoQQ1H66MkCz"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "M9%m9XsLI4JOWpDmI60f0zha3eijVpqIsT%d4T%ULYS1Kbfyti70YRYcFT%cyVnrN"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can search on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "s",
                                                            "value": "M9%m9XsLI4JOWpDmI60f0zha3eijVpqIsT%d4T%ULYS1Kbfyti70YRYcFT%cyVnrN"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "6cb0f55e-bfdc-42f3-a0ca-26ce57996159",
                                            "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": "14az0SYUUzoQQ1H66MkCz"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "M9%m9XsLI4JOWpDmI60f0zha3eijVpqIsT%d4T%ULYS1Kbfyti70YRYcFT%cyVnrN"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can search on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "s",
                                                            "value": "M9%m9XsLI4JOWpDmI60f0zha3eijVpqIsT%d4T%ULYS1Kbfyti70YRYcFT%cyVnrN"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "524025b2-ef59-42ff-9514-3141ce735c06",
                                            "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": "14az0SYUUzoQQ1H66MkCz"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "M9%m9XsLI4JOWpDmI60f0zha3eijVpqIsT%d4T%ULYS1Kbfyti70YRYcFT%cyVnrN"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can search on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "s",
                                                            "value": "M9%m9XsLI4JOWpDmI60f0zha3eijVpqIsT%d4T%ULYS1Kbfyti70YRYcFT%cyVnrN"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        }
                                    ],
                                    "event": [],
                                    "protocolProfileBehavior": {
                                        "disableBodyPruning": true
                                    }
                                },
                                {
                                    "name": "{id}",
                                    "description": "",
                                    "item": [
                                        {
                                            "name": "{name}",
                                            "description": "",
                                            "item": [
                                                {
                                                    "id": "a5d25733-4725-456f-b8a0-05117f12f726",
                                                    "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": "PTu11.P13g.x9c",
                                                                    "key": "id",
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ID of the process to get parameter from",
                                                                        "type": "text/plain"
                                                                    }
                                                                },
                                                                {
                                                                    "type": "any",
                                                                    "value": "rh﻿ m s53 ZKmUl .W PN.fiF\n.TGAb \fG90of_BB\r  Y yI 　vH k5T8J2 S4oy 4 dl\u000b WHWHF jog g bK\f6mk Vna n p -Tocn j pd1",
                                                                    "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": "06172717-b852-423c-a2eb-c4981cd56c4c",
                                                            "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": "bc667beb-4549-46c2-ad9a-c922d994a4cb",
                                                            "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "json"
                                                        },
                                                        {
                                                            "id": "d3eb35c9-e431-46d9-9aa6-613973afda28",
                                                            "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "json"
                                                        },
                                                        {
                                                            "id": "801b5a23-055d-481f-a0e0-4044790b0374",
                                                            "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "json"
                                                        },
                                                        {
                                                            "id": "75bdd881-e15f-4b11-b6b2-4742fe80a8a7",
                                                            "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "json"
                                                        },
                                                        {
                                                            "id": "16946ff1-827b-487f-9e47-ff8ff122120e",
                                                            "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "json"
                                                        }
                                                    ],
                                                    "event": [],
                                                    "protocolProfileBehavior": {
                                                        "disableBodyPruning": true
                                                    }
                                                },
                                                {
                                                    "id": "740af6ac-0043-4bbc-a1d8-dc55ff9f319b",
                                                    "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": "PTu11.P13g.x9c",
                                                                    "key": "id",
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ID of the process to get parameter from",
                                                                        "type": "text/plain"
                                                                    }
                                                                },
                                                                {
                                                                    "type": "any",
                                                                    "value": "PTu11.P13g.x9c",
                                                                    "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": "0db1efc3-a762-4c52-b0ef-e22ac1a566bb",
                                                            "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": "45251932-cdd4-4ad2-a016-bb8910efd4ec",
                                                            "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "json"
                                                        },
                                                        {
                                                            "id": "087f0cb8-e38d-4697-bccb-b7ed412c8cc4",
                                                            "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "json"
                                                        },
                                                        {
                                                            "id": "a9000e59-7527-4866-94fb-e33b0f6a8135",
                                                            "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "json"
                                                        },
                                                        {
                                                            "id": "280352bd-60a1-4423-8a68-2c0537367f41",
                                                            "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "json"
                                                        },
                                                        {
                                                            "id": "b3fe71d2-1d36-4cea-92bc-78299dd62ad7",
                                                            "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "json"
                                                        }
                                                    ],
                                                    "event": [],
                                                    "protocolProfileBehavior": {
                                                        "disableBodyPruning": true
                                                    }
                                                }
                                            ]
                                        }
                                    ]
                                }
                            ]
                        },
                        {
                            "name": "processResolutionProblem",
                            "description": "",
                            "item": [
                                {
                                    "id": "8bf5a616-2fcc-44a8-8098-1e358b7778df",
                                    "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": "pzpOVpgh8pVtnsJ%jSaqESaGjSZFYzoRQjCjEOWbxXHa%zrarLMwgfeUWvdTh0BF0HEJi0Uzm"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "can filter on attributes with the format f={filter\\_name}={filter\\_value} with the name/value pair as url encoded string.",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "f",
                                                    "value": "14az0SYUUzoQQ1H66MkCz"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "can order on attributes",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "o",
                                                    "value": "M9%m9XsLI4JOWpDmI60f0zha3eijVpqIsT%d4T%ULYS1Kbfyti70YRYcFT%cyVnrN"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "can search on attributes",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "s",
                                                    "value": "M9%m9XsLI4JOWpDmI60f0zha3eijVpqIsT%d4T%ULYS1Kbfyti70YRYcFT%cyVnrN"
                                                }
                                            ],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            }
                                        ],
                                        "method": "GET",
                                        "body": {},
                                        "auth": null
                                    },
                                    "response": [
                                        {
                                            "id": "17fdda7a-1d8c-4813-b309-6ea30949d85d",
                                            "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": "14az0SYUUzoQQ1H66MkCz"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "M9%m9XsLI4JOWpDmI60f0zha3eijVpqIsT%d4T%ULYS1Kbfyti70YRYcFT%cyVnrN"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can search on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "s",
                                                            "value": "M9%m9XsLI4JOWpDmI60f0zha3eijVpqIsT%d4T%ULYS1Kbfyti70YRYcFT%cyVnrN"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "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": "fd0397bd-adbb-430f-9fa5-67cc03f66b99",
                                            "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": "14az0SYUUzoQQ1H66MkCz"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "M9%m9XsLI4JOWpDmI60f0zha3eijVpqIsT%d4T%ULYS1Kbfyti70YRYcFT%cyVnrN"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can search on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "s",
                                                            "value": "M9%m9XsLI4JOWpDmI60f0zha3eijVpqIsT%d4T%ULYS1Kbfyti70YRYcFT%cyVnrN"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "84882349-aa84-4d62-ad4e-acba80162159",
                                            "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": "14az0SYUUzoQQ1H66MkCz"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "M9%m9XsLI4JOWpDmI60f0zha3eijVpqIsT%d4T%ULYS1Kbfyti70YRYcFT%cyVnrN"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can search on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "s",
                                                            "value": "M9%m9XsLI4JOWpDmI60f0zha3eijVpqIsT%d4T%ULYS1Kbfyti70YRYcFT%cyVnrN"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "4a26a7f5-4faa-468a-9058-50c4e072ce99",
                                            "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": "14az0SYUUzoQQ1H66MkCz"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "M9%m9XsLI4JOWpDmI60f0zha3eijVpqIsT%d4T%ULYS1Kbfyti70YRYcFT%cyVnrN"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can search on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "s",
                                                            "value": "M9%m9XsLI4JOWpDmI60f0zha3eijVpqIsT%d4T%ULYS1Kbfyti70YRYcFT%cyVnrN"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "5159176d-df04-404f-b930-cc346dede622",
                                            "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": "14az0SYUUzoQQ1H66MkCz"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "M9%m9XsLI4JOWpDmI60f0zha3eijVpqIsT%d4T%ULYS1Kbfyti70YRYcFT%cyVnrN"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can search on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "s",
                                                            "value": "M9%m9XsLI4JOWpDmI60f0zha3eijVpqIsT%d4T%ULYS1Kbfyti70YRYcFT%cyVnrN"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        }
                                    ],
                                    "event": [],
                                    "protocolProfileBehavior": {
                                        "disableBodyPruning": true
                                    }
                                }
                            ]
                        },
                        {
                            "name": "processSupervisor",
                            "description": "",
                            "item": [
                                {
                                    "id": "296f1f7f-2691-4066-9947-60dd1a70bedd",
                                    "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": "pzpOVpgh8pVtnsJ%jSaqESaGjSZFYzoRQjCjEOWbxXHa%zrarLMwgfeUWvdTh0BF0HEJi0Uzm"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "can filter on attributes with the format f={filter\\_name}={filter\\_value} with the name/value pair as url encoded string.",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "f",
                                                    "value": "14az0SYUUzoQQ1H66MkCz"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "can order on attributes",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "o",
                                                    "value": "M9%m9XsLI4JOWpDmI60f0zha3eijVpqIsT%d4T%ULYS1Kbfyti70YRYcFT%cyVnrN"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "can search on attributes",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "s",
                                                    "value": "M9%m9XsLI4JOWpDmI60f0zha3eijVpqIsT%d4T%ULYS1Kbfyti70YRYcFT%cyVnrN"
                                                }
                                            ],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            }
                                        ],
                                        "method": "GET",
                                        "body": {},
                                        "auth": null
                                    },
                                    "response": [
                                        {
                                            "id": "823a4154-c234-4c09-834e-5d02f9609ab4",
                                            "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": "14az0SYUUzoQQ1H66MkCz"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "M9%m9XsLI4JOWpDmI60f0zha3eijVpqIsT%d4T%ULYS1Kbfyti70YRYcFT%cyVnrN"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can search on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "s",
                                                            "value": "M9%m9XsLI4JOWpDmI60f0zha3eijVpqIsT%d4T%ULYS1Kbfyti70YRYcFT%cyVnrN"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "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": "d74aced6-62c2-468f-bfbf-dc7602f76d06",
                                            "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": "14az0SYUUzoQQ1H66MkCz"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "M9%m9XsLI4JOWpDmI60f0zha3eijVpqIsT%d4T%ULYS1Kbfyti70YRYcFT%cyVnrN"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can search on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "s",
                                                            "value": "M9%m9XsLI4JOWpDmI60f0zha3eijVpqIsT%d4T%ULYS1Kbfyti70YRYcFT%cyVnrN"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "07cb31d4-1f6a-407d-a6ab-3c70797cf0f5",
                                            "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": "14az0SYUUzoQQ1H66MkCz"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "M9%m9XsLI4JOWpDmI60f0zha3eijVpqIsT%d4T%ULYS1Kbfyti70YRYcFT%cyVnrN"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can search on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "s",
                                                            "value": "M9%m9XsLI4JOWpDmI60f0zha3eijVpqIsT%d4T%ULYS1Kbfyti70YRYcFT%cyVnrN"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "b41a9a49-9fa1-4775-b600-1bd0f39d40d6",
                                            "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": "14az0SYUUzoQQ1H66MkCz"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "M9%m9XsLI4JOWpDmI60f0zha3eijVpqIsT%d4T%ULYS1Kbfyti70YRYcFT%cyVnrN"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can search on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "s",
                                                            "value": "M9%m9XsLI4JOWpDmI60f0zha3eijVpqIsT%d4T%ULYS1Kbfyti70YRYcFT%cyVnrN"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "3a3d078c-d094-43dc-8333-4748daad7c6b",
                                            "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": "14az0SYUUzoQQ1H66MkCz"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "M9%m9XsLI4JOWpDmI60f0zha3eijVpqIsT%d4T%ULYS1Kbfyti70YRYcFT%cyVnrN"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can search on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "s",
                                                            "value": "M9%m9XsLI4JOWpDmI60f0zha3eijVpqIsT%d4T%ULYS1Kbfyti70YRYcFT%cyVnrN"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        }
                                    ],
                                    "event": [],
                                    "protocolProfileBehavior": {
                                        "disableBodyPruning": true
                                    }
                                },
                                {
                                    "id": "0018c80b-213e-43d8-888f-b167905c0712",
                                    "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": "78c15455-c244-474f-9b0d-9fe42990441d",
                                            "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": "99e19d55-49a3-4e51-97e3-da9e497ee304",
                                            "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "5686a8ff-218f-45a4-9aaf-80efc45822c6",
                                            "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "a5d94a34-90af-4a1e-9332-349ad99a64c5",
                                            "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "104e4a95-c409-42d0-bb0c-4cce7e712e44",
                                            "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        }
                                    ],
                                    "event": [],
                                    "protocolProfileBehavior": {
                                        "disableBodyPruning": true
                                    }
                                },
                                {
                                    "id": "2b3d03d3-adfc-42ad-a046-f04ce6f2a15b",
                                    "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": "1eb30871-45f8-452d-93ba-5f409d4cb728",
                                            "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": "40a9a11d-f4e1-4005-b973-de6cbd3fc49c",
                                            "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "f27f5783-0e05-4375-a675-8020318a9c0a",
                                            "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "eff1afd7-45ce-456b-ad13-209e4d6a86e3",
                                            "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "7b741c74-dab3-4bd5-9345-abdc4e4d29e4",
                                            "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "b9c5a3a9-0f54-4449-b9d6-8dcda1e8e6ce",
                                            "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        }
                                    ],
                                    "event": [],
                                    "protocolProfileBehavior": {
                                        "disableBodyPruning": true
                                    }
                                }
                            ]
                        },
                        {
                            "name": "processConnectorDependency",
                            "description": "",
                            "item": [
                                {
                                    "id": "928de930-d525-4394-8ed8-28fa26a28c4e",
                                    "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": "pzpOVpgh8pVtnsJ%jSaqESaGjSZFYzoRQjCjEOWbxXHa%zrarLMwgfeUWvdTh0BF0HEJi0Uzm"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "can filter on attributes with the format f={filter\\_name}={filter\\_value} with the name/value pair as url encoded string.",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "f",
                                                    "value": "14az0SYUUzoQQ1H66MkCz"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "can order on attributes",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "o",
                                                    "value": "M9%m9XsLI4JOWpDmI60f0zha3eijVpqIsT%d4T%ULYS1Kbfyti70YRYcFT%cyVnrN"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "can search on attributes",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "s",
                                                    "value": "M9%m9XsLI4JOWpDmI60f0zha3eijVpqIsT%d4T%ULYS1Kbfyti70YRYcFT%cyVnrN"
                                                }
                                            ],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            }
                                        ],
                                        "method": "GET",
                                        "body": {},
                                        "auth": null
                                    },
                                    "response": [
                                        {
                                            "id": "4dd61d55-782e-46e4-aa43-84a2d72530dc",
                                            "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": "14az0SYUUzoQQ1H66MkCz"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "M9%m9XsLI4JOWpDmI60f0zha3eijVpqIsT%d4T%ULYS1Kbfyti70YRYcFT%cyVnrN"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can search on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "s",
                                                            "value": "M9%m9XsLI4JOWpDmI60f0zha3eijVpqIsT%d4T%ULYS1Kbfyti70YRYcFT%cyVnrN"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "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": "0eaf0570-263f-4ed3-bf11-b61fa7f64aa9",
                                            "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": "14az0SYUUzoQQ1H66MkCz"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "M9%m9XsLI4JOWpDmI60f0zha3eijVpqIsT%d4T%ULYS1Kbfyti70YRYcFT%cyVnrN"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can search on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "s",
                                                            "value": "M9%m9XsLI4JOWpDmI60f0zha3eijVpqIsT%d4T%ULYS1Kbfyti70YRYcFT%cyVnrN"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "23b74029-1cc3-4aac-996b-279780c59982",
                                            "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": "14az0SYUUzoQQ1H66MkCz"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "M9%m9XsLI4JOWpDmI60f0zha3eijVpqIsT%d4T%ULYS1Kbfyti70YRYcFT%cyVnrN"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can search on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "s",
                                                            "value": "M9%m9XsLI4JOWpDmI60f0zha3eijVpqIsT%d4T%ULYS1Kbfyti70YRYcFT%cyVnrN"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "3f559b39-b6af-4217-8547-d7c489c8aff5",
                                            "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": "14az0SYUUzoQQ1H66MkCz"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "M9%m9XsLI4JOWpDmI60f0zha3eijVpqIsT%d4T%ULYS1Kbfyti70YRYcFT%cyVnrN"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can search on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "s",
                                                            "value": "M9%m9XsLI4JOWpDmI60f0zha3eijVpqIsT%d4T%ULYS1Kbfyti70YRYcFT%cyVnrN"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "960204f1-5232-481c-8201-b7526b9b027a",
                                            "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": "14az0SYUUzoQQ1H66MkCz"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "M9%m9XsLI4JOWpDmI60f0zha3eijVpqIsT%d4T%ULYS1Kbfyti70YRYcFT%cyVnrN"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can search on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "s",
                                                            "value": "M9%m9XsLI4JOWpDmI60f0zha3eijVpqIsT%d4T%ULYS1Kbfyti70YRYcFT%cyVnrN"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        }
                                    ],
                                    "event": [],
                                    "protocolProfileBehavior": {
                                        "disableBodyPruning": true
                                    }
                                }
                            ]
                        },
                        {
                            "name": "connectorFailure",
                            "description": "",
                            "item": [
                                {
                                    "name": "{id}",
                                    "description": "",
                                    "item": [
                                        {
                                            "id": "12297e81-0f23-4f39-9b78-f7830934aab1",
                                            "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": "PTu11.P13g.x9c",
                                                            "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": "d26b5daa-db9c-47b1-8e13-04249cf344b9",
                                                    "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": "67e0f081-d69c-4250-9879-dae5cdaa1c3b",
                                                    "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "30a0f8a7-f706-42f5-b2d7-1324de199702",
                                                    "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "13e49220-74ae-40e6-8cbc-019c0040b771",
                                                    "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "3616edb7-2c93-44fe-8f75-a0410b3e963d",
                                                    "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "7f60ee84-3962-4121-898f-4f3fe5eaff32",
                                                    "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        }
                                    ]
                                }
                            ]
                        },
                        {
                            "name": "connectorInstance",
                            "description": "",
                            "item": [
                                {
                                    "id": "15bd25f8-f2d3-4ad3-bfbe-d3512a2f17c6",
                                    "name": "Finds ConnectorInstances",
                                    "request": {
                                        "name": "Finds ConnectorInstances",
                                        "description": {
                                            "content": "Finds ConnectorInstances with pagination params and filters.\nRetrieve a list of connector instances attached to a process or a flow node.\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": "pzpOVpgh8pVtnsJ%jSaqESaGjSZFYzoRQjCjEOWbxXHa%zrarLMwgfeUWvdTh0BF0HEJi0Uzm"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "can filter on attributes with the format f={filter\\_name}={filter\\_value} with the name/value pair as url encoded string.",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "f",
                                                    "value": "14az0SYUUzoQQ1H66MkCz"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "can order on attributes",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "o",
                                                    "value": "M9%m9XsLI4JOWpDmI60f0zha3eijVpqIsT%d4T%ULYS1Kbfyti70YRYcFT%cyVnrN"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "can search on attributes",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "s",
                                                    "value": "M9%m9XsLI4JOWpDmI60f0zha3eijVpqIsT%d4T%ULYS1Kbfyti70YRYcFT%cyVnrN"
                                                }
                                            ],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            }
                                        ],
                                        "method": "GET",
                                        "body": {},
                                        "auth": null
                                    },
                                    "response": [
                                        {
                                            "id": "1fb180e2-58d9-4572-9b6e-91b6e2e1694c",
                                            "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": "14az0SYUUzoQQ1H66MkCz"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "M9%m9XsLI4JOWpDmI60f0zha3eijVpqIsT%d4T%ULYS1Kbfyti70YRYcFT%cyVnrN"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can search on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "s",
                                                            "value": "M9%m9XsLI4JOWpDmI60f0zha3eijVpqIsT%d4T%ULYS1Kbfyti70YRYcFT%cyVnrN"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "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\": \"EXECUTING\",\n    \"containerId\": \"<string>\",\n    \"version\": \"<string>\"\n  },\n  {\n    \"containerType\": \"<string>\",\n    \"connectorId\": \"<string>\",\n    \"id\": \"<long>\",\n    \"name\": \"<string>\",\n    \"activationEvent\": \"ON_ENTER\",\n    \"state\": \"DONE\",\n    \"containerId\": \"<string>\",\n    \"version\": \"<string>\"\n  }\n]",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "d198a32c-a3ac-4610-8ac9-4636a6160f6e",
                                            "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": "14az0SYUUzoQQ1H66MkCz"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "M9%m9XsLI4JOWpDmI60f0zha3eijVpqIsT%d4T%ULYS1Kbfyti70YRYcFT%cyVnrN"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can search on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "s",
                                                            "value": "M9%m9XsLI4JOWpDmI60f0zha3eijVpqIsT%d4T%ULYS1Kbfyti70YRYcFT%cyVnrN"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "cb202bcc-113f-4395-841d-f74cae43267d",
                                            "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": "14az0SYUUzoQQ1H66MkCz"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "M9%m9XsLI4JOWpDmI60f0zha3eijVpqIsT%d4T%ULYS1Kbfyti70YRYcFT%cyVnrN"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can search on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "s",
                                                            "value": "M9%m9XsLI4JOWpDmI60f0zha3eijVpqIsT%d4T%ULYS1Kbfyti70YRYcFT%cyVnrN"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "f87191be-6b4e-4801-93e9-10dfa4a70142",
                                            "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": "14az0SYUUzoQQ1H66MkCz"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "M9%m9XsLI4JOWpDmI60f0zha3eijVpqIsT%d4T%ULYS1Kbfyti70YRYcFT%cyVnrN"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can search on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "s",
                                                            "value": "M9%m9XsLI4JOWpDmI60f0zha3eijVpqIsT%d4T%ULYS1Kbfyti70YRYcFT%cyVnrN"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "6d2afe5c-5cb4-4bb8-983e-184c2fd55a4e",
                                            "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": "14az0SYUUzoQQ1H66MkCz"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "M9%m9XsLI4JOWpDmI60f0zha3eijVpqIsT%d4T%ULYS1Kbfyti70YRYcFT%cyVnrN"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can search on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "s",
                                                            "value": "M9%m9XsLI4JOWpDmI60f0zha3eijVpqIsT%d4T%ULYS1Kbfyti70YRYcFT%cyVnrN"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        }
                                    ],
                                    "event": [],
                                    "protocolProfileBehavior": {
                                        "disableBodyPruning": true
                                    }
                                }
                            ]
                        },
                        {
                            "name": "archivedConnectorInstance",
                            "description": "",
                            "item": [
                                {
                                    "id": "944fde4f-3a89-493a-9283-9627d43a584e",
                                    "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": "pzpOVpgh8pVtnsJ%jSaqESaGjSZFYzoRQjCjEOWbxXHa%zrarLMwgfeUWvdTh0BF0HEJi0Uzm"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "can filter on attributes with the format f={filter\\_name}={filter\\_value} with the name/value pair as url encoded string.",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "f",
                                                    "value": "14az0SYUUzoQQ1H66MkCz"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "can order on attributes",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "o",
                                                    "value": "M9%m9XsLI4JOWpDmI60f0zha3eijVpqIsT%d4T%ULYS1Kbfyti70YRYcFT%cyVnrN"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "can search on attributes",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "s",
                                                    "value": "M9%m9XsLI4JOWpDmI60f0zha3eijVpqIsT%d4T%ULYS1Kbfyti70YRYcFT%cyVnrN"
                                                }
                                            ],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            }
                                        ],
                                        "method": "GET",
                                        "body": {},
                                        "auth": null
                                    },
                                    "response": [
                                        {
                                            "id": "687c8442-1685-40a2-8daf-ed631449087c",
                                            "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": "14az0SYUUzoQQ1H66MkCz"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "M9%m9XsLI4JOWpDmI60f0zha3eijVpqIsT%d4T%ULYS1Kbfyti70YRYcFT%cyVnrN"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can search on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "s",
                                                            "value": "M9%m9XsLI4JOWpDmI60f0zha3eijVpqIsT%d4T%ULYS1Kbfyti70YRYcFT%cyVnrN"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "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\": \"EXECUTING\",\n    \"containerId\": \"<string>\",\n    \"version\": \"<string>\",\n    \"archivedDate\": \"0001-02-15 20:16:59\"\n  },\n  {\n    \"containerType\": \"<string>\",\n    \"connectorId\": \"<string>\",\n    \"id\": \"<long>\",\n    \"name\": \"<string>\",\n    \"activationEvent\": \"ON_FINISH\",\n    \"state\": \"DONE\",\n    \"containerId\": \"<string>\",\n    \"version\": \"<string>\",\n    \"archivedDate\": \"5421-12-24 21:43:10\"\n  }\n]",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "e1670cef-ba68-41b4-bdab-f09c65774f7c",
                                            "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": "14az0SYUUzoQQ1H66MkCz"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "M9%m9XsLI4JOWpDmI60f0zha3eijVpqIsT%d4T%ULYS1Kbfyti70YRYcFT%cyVnrN"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can search on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "s",
                                                            "value": "M9%m9XsLI4JOWpDmI60f0zha3eijVpqIsT%d4T%ULYS1Kbfyti70YRYcFT%cyVnrN"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "70c1806e-9e3d-4a71-95f3-d9028e1bddbf",
                                            "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": "14az0SYUUzoQQ1H66MkCz"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "M9%m9XsLI4JOWpDmI60f0zha3eijVpqIsT%d4T%ULYS1Kbfyti70YRYcFT%cyVnrN"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can search on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "s",
                                                            "value": "M9%m9XsLI4JOWpDmI60f0zha3eijVpqIsT%d4T%ULYS1Kbfyti70YRYcFT%cyVnrN"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "74a3ea2b-4844-4fec-acb2-a11a3d63b9eb",
                                            "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": "14az0SYUUzoQQ1H66MkCz"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "M9%m9XsLI4JOWpDmI60f0zha3eijVpqIsT%d4T%ULYS1Kbfyti70YRYcFT%cyVnrN"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can search on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "s",
                                                            "value": "M9%m9XsLI4JOWpDmI60f0zha3eijVpqIsT%d4T%ULYS1Kbfyti70YRYcFT%cyVnrN"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "7f7d961f-d3af-4f13-9a9f-3278bc107507",
                                            "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": "14az0SYUUzoQQ1H66MkCz"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "M9%m9XsLI4JOWpDmI60f0zha3eijVpqIsT%d4T%ULYS1Kbfyti70YRYcFT%cyVnrN"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can search on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "s",
                                                            "value": "M9%m9XsLI4JOWpDmI60f0zha3eijVpqIsT%d4T%ULYS1Kbfyti70YRYcFT%cyVnrN"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        }
                                    ],
                                    "event": [],
                                    "protocolProfileBehavior": {
                                        "disableBodyPruning": true
                                    }
                                }
                            ]
                        },
                        {
                            "name": "flowNode",
                            "description": "",
                            "item": [
                                {
                                    "id": "321ec1c6-9620-4496-920c-131e3795560b",
                                    "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": "pzpOVpgh8pVtnsJ%jSaqESaGjSZFYzoRQjCjEOWbxXHa%zrarLMwgfeUWvdTh0BF0HEJi0Uzm"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "can filter on attributes with the format f={filter\\_name}={filter\\_value} with the name/value pair as url encoded string.",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "f",
                                                    "value": "14az0SYUUzoQQ1H66MkCz"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "can order on attributes",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "o",
                                                    "value": "M9%m9XsLI4JOWpDmI60f0zha3eijVpqIsT%d4T%ULYS1Kbfyti70YRYcFT%cyVnrN"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "can search on attributes",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "s",
                                                    "value": "M9%m9XsLI4JOWpDmI60f0zha3eijVpqIsT%d4T%ULYS1Kbfyti70YRYcFT%cyVnrN"
                                                }
                                            ],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            }
                                        ],
                                        "method": "GET",
                                        "body": {},
                                        "auth": null
                                    },
                                    "response": [
                                        {
                                            "id": "833d42ba-5022-4121-afe1-291286637b87",
                                            "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": "14az0SYUUzoQQ1H66MkCz"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "M9%m9XsLI4JOWpDmI60f0zha3eijVpqIsT%d4T%ULYS1Kbfyti70YRYcFT%cyVnrN"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can search on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "s",
                                                            "value": "M9%m9XsLI4JOWpDmI60f0zha3eijVpqIsT%d4T%ULYS1Kbfyti70YRYcFT%cyVnrN"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "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": "7a1fe7bd-b231-4cd9-9650-69350cb35ca3",
                                            "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": "14az0SYUUzoQQ1H66MkCz"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "M9%m9XsLI4JOWpDmI60f0zha3eijVpqIsT%d4T%ULYS1Kbfyti70YRYcFT%cyVnrN"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can search on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "s",
                                                            "value": "M9%m9XsLI4JOWpDmI60f0zha3eijVpqIsT%d4T%ULYS1Kbfyti70YRYcFT%cyVnrN"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "8fcfd9a9-924f-428f-a605-0a6437d6e7ef",
                                            "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": "14az0SYUUzoQQ1H66MkCz"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "M9%m9XsLI4JOWpDmI60f0zha3eijVpqIsT%d4T%ULYS1Kbfyti70YRYcFT%cyVnrN"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can search on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "s",
                                                            "value": "M9%m9XsLI4JOWpDmI60f0zha3eijVpqIsT%d4T%ULYS1Kbfyti70YRYcFT%cyVnrN"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "3cb2ee2b-a311-45b5-8e36-3136accc3b29",
                                            "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": "14az0SYUUzoQQ1H66MkCz"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "M9%m9XsLI4JOWpDmI60f0zha3eijVpqIsT%d4T%ULYS1Kbfyti70YRYcFT%cyVnrN"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can search on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "s",
                                                            "value": "M9%m9XsLI4JOWpDmI60f0zha3eijVpqIsT%d4T%ULYS1Kbfyti70YRYcFT%cyVnrN"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "7dde4842-bfff-469f-afbc-fa8d70268b55",
                                            "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": "14az0SYUUzoQQ1H66MkCz"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "M9%m9XsLI4JOWpDmI60f0zha3eijVpqIsT%d4T%ULYS1Kbfyti70YRYcFT%cyVnrN"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can search on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "s",
                                                            "value": "M9%m9XsLI4JOWpDmI60f0zha3eijVpqIsT%d4T%ULYS1Kbfyti70YRYcFT%cyVnrN"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        }
                                    ],
                                    "event": [],
                                    "protocolProfileBehavior": {
                                        "disableBodyPruning": true
                                    }
                                },
                                {
                                    "name": "{id}",
                                    "description": "",
                                    "item": [
                                        {
                                            "id": "ccb8e862-c32f-43dc-bc3e-a6cb283e5a19",
                                            "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": "PTu11.P13g.x9c",
                                                            "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": "eb7fc2bc-e5da-418c-a71c-df9d13e26669",
                                                    "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": "bd976e7e-933c-454f-a54d-93e31a72442c",
                                                    "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "08ad9381-e4d3-4424-9426-3daac41ff1a5",
                                                    "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "90c00bfc-ce6f-4d19-976f-06ea3711d55c",
                                                    "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "89e49cbc-7afc-4793-8727-ff0f250b4c0e",
                                                    "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "fbadde44-c33a-457d-a11d-eb12de355809",
                                                    "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        },
                                        {
                                            "id": "a76be93b-4ac8-4f55-902e-1026b1f5eced",
                                            "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": "PTu11.P13g.x9c",
                                                            "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": "84fb5e93-b358-4374-8ae8-f401f9c73179",
                                                    "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": "e9a57157-f8f3-436a-bb30-98cd78ebeeab",
                                                    "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "90ee93a3-f288-4c03-a086-853f62ec2bd4",
                                                    "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "fe1337c2-49dd-4b6e-b839-daced41aa4a9",
                                                    "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "f6865544-9e48-404c-b713-c5eb0e426207",
                                                    "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "04668080-ab09-422c-a36d-e343a7460b2c",
                                                    "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        }
                                    ]
                                }
                            ]
                        },
                        {
                            "name": "archivedFlowNode",
                            "description": "",
                            "item": [
                                {
                                    "id": "60165199-822a-445c-b013-10a856e9591d",
                                    "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": "pzpOVpgh8pVtnsJ%jSaqESaGjSZFYzoRQjCjEOWbxXHa%zrarLMwgfeUWvdTh0BF0HEJi0Uzm"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "can filter on attributes with the format f={filter\\_name}={filter\\_value} with the name/value pair as url encoded string.",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "f",
                                                    "value": "14az0SYUUzoQQ1H66MkCz"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "can order on attributes",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "o",
                                                    "value": "M9%m9XsLI4JOWpDmI60f0zha3eijVpqIsT%d4T%ULYS1Kbfyti70YRYcFT%cyVnrN"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "can search on attributes",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "s",
                                                    "value": "M9%m9XsLI4JOWpDmI60f0zha3eijVpqIsT%d4T%ULYS1Kbfyti70YRYcFT%cyVnrN"
                                                }
                                            ],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            }
                                        ],
                                        "method": "GET",
                                        "body": {},
                                        "auth": null
                                    },
                                    "response": [
                                        {
                                            "id": "a8013940-3736-4348-bb6b-792d50fb25d3",
                                            "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": "14az0SYUUzoQQ1H66MkCz"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "M9%m9XsLI4JOWpDmI60f0zha3eijVpqIsT%d4T%ULYS1Kbfyti70YRYcFT%cyVnrN"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can search on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "s",
                                                            "value": "M9%m9XsLI4JOWpDmI60f0zha3eijVpqIsT%d4T%ULYS1Kbfyti70YRYcFT%cyVnrN"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "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\": \"1979-02-03 15:32:42\"\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\": \"3791-02-31 05:07:26\"\n  }\n]",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "7cffa4ab-3115-4b37-b298-790f80ae6d08",
                                            "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": "14az0SYUUzoQQ1H66MkCz"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "M9%m9XsLI4JOWpDmI60f0zha3eijVpqIsT%d4T%ULYS1Kbfyti70YRYcFT%cyVnrN"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can search on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "s",
                                                            "value": "M9%m9XsLI4JOWpDmI60f0zha3eijVpqIsT%d4T%ULYS1Kbfyti70YRYcFT%cyVnrN"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "028fcc8c-9874-423a-9f3a-0f172213c7be",
                                            "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": "14az0SYUUzoQQ1H66MkCz"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "M9%m9XsLI4JOWpDmI60f0zha3eijVpqIsT%d4T%ULYS1Kbfyti70YRYcFT%cyVnrN"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can search on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "s",
                                                            "value": "M9%m9XsLI4JOWpDmI60f0zha3eijVpqIsT%d4T%ULYS1Kbfyti70YRYcFT%cyVnrN"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "8ab84ceb-7d74-4056-916e-33172cfd7151",
                                            "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": "14az0SYUUzoQQ1H66MkCz"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "M9%m9XsLI4JOWpDmI60f0zha3eijVpqIsT%d4T%ULYS1Kbfyti70YRYcFT%cyVnrN"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can search on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "s",
                                                            "value": "M9%m9XsLI4JOWpDmI60f0zha3eijVpqIsT%d4T%ULYS1Kbfyti70YRYcFT%cyVnrN"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "d9fc7c7b-3f04-4d5b-a1c9-75484be073e8",
                                            "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": "14az0SYUUzoQQ1H66MkCz"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "M9%m9XsLI4JOWpDmI60f0zha3eijVpqIsT%d4T%ULYS1Kbfyti70YRYcFT%cyVnrN"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can search on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "s",
                                                            "value": "M9%m9XsLI4JOWpDmI60f0zha3eijVpqIsT%d4T%ULYS1Kbfyti70YRYcFT%cyVnrN"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        }
                                    ],
                                    "event": [],
                                    "protocolProfileBehavior": {
                                        "disableBodyPruning": true
                                    }
                                },
                                {
                                    "name": "{id}",
                                    "description": "",
                                    "item": [
                                        {
                                            "id": "0a9d49cc-8b78-4d61-bfa4-aba5749d2902",
                                            "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": "PTu11.P13g.x9c",
                                                            "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": "1e1f2f1f-e57a-4e4b-a7be-f4f7c3b5c3f1",
                                                    "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\": \"6236-01-04 10:15:03\"\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "3b0ff2b7-ff19-46b2-9f15-e2e6b0640f11",
                                                    "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "f27025c0-99c6-43cc-b656-be6a9220eb55",
                                                    "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "16e03b66-7d28-498b-8490-1907db26c6a9",
                                                    "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "0213080b-24c3-4393-a883-617e37ac5279",
                                                    "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "8091dda8-c6bd-4540-9f8d-b9f6b47c3379",
                                                    "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        }
                                    ]
                                }
                            ]
                        },
                        {
                            "name": "timerEventTrigger",
                            "description": "",
                            "item": [
                                {
                                    "id": "6cec9751-6e01-4b55-9293-608c7f3b64a6",
                                    "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": "pzpOVpgh8pVtnsJ%jSaqESaGjSZFYzoRQjCjEOWbxXHa%zrarLMwgfeUWvdTh0BF0HEJi0Uzm"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "can filter on attributes with the format f={filter\\_name}={filter\\_value} with the name/value pair as url encoded string.",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "f",
                                                    "value": "14az0SYUUzoQQ1H66MkCz"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "can order on attributes",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "o",
                                                    "value": "M9%m9XsLI4JOWpDmI60f0zha3eijVpqIsT%d4T%ULYS1Kbfyti70YRYcFT%cyVnrN"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "can search on attributes",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "s",
                                                    "value": "M9%m9XsLI4JOWpDmI60f0zha3eijVpqIsT%d4T%ULYS1Kbfyti70YRYcFT%cyVnrN"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "(Required) the process instance id",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "caseId",
                                                    "value": "PTu11.P13g.x9c"
                                                }
                                            ],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            }
                                        ],
                                        "method": "GET",
                                        "body": {},
                                        "auth": null
                                    },
                                    "response": [
                                        {
                                            "id": "3d834576-afe7-4fbe-a769-e7ec92e60a37",
                                            "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": "14az0SYUUzoQQ1H66MkCz"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "M9%m9XsLI4JOWpDmI60f0zha3eijVpqIsT%d4T%ULYS1Kbfyti70YRYcFT%cyVnrN"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can search on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "s",
                                                            "value": "M9%m9XsLI4JOWpDmI60f0zha3eijVpqIsT%d4T%ULYS1Kbfyti70YRYcFT%cyVnrN"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) the process instance id",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "caseId",
                                                            "value": "PTu11.P13g.x9c"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "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": "44e81684-7e2e-4a4f-b41f-7d738e432320",
                                            "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": "14az0SYUUzoQQ1H66MkCz"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "M9%m9XsLI4JOWpDmI60f0zha3eijVpqIsT%d4T%ULYS1Kbfyti70YRYcFT%cyVnrN"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can search on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "s",
                                                            "value": "M9%m9XsLI4JOWpDmI60f0zha3eijVpqIsT%d4T%ULYS1Kbfyti70YRYcFT%cyVnrN"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) the process instance id",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "caseId",
                                                            "value": "PTu11.P13g.x9c"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "7a6ef57a-b426-4ca8-8dfd-53f91f22f72d",
                                            "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": "14az0SYUUzoQQ1H66MkCz"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "M9%m9XsLI4JOWpDmI60f0zha3eijVpqIsT%d4T%ULYS1Kbfyti70YRYcFT%cyVnrN"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can search on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "s",
                                                            "value": "M9%m9XsLI4JOWpDmI60f0zha3eijVpqIsT%d4T%ULYS1Kbfyti70YRYcFT%cyVnrN"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) the process instance id",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "caseId",
                                                            "value": "PTu11.P13g.x9c"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "f8b6a4bb-7010-441a-8b62-7caf8a301adc",
                                            "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": "14az0SYUUzoQQ1H66MkCz"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "M9%m9XsLI4JOWpDmI60f0zha3eijVpqIsT%d4T%ULYS1Kbfyti70YRYcFT%cyVnrN"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can search on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "s",
                                                            "value": "M9%m9XsLI4JOWpDmI60f0zha3eijVpqIsT%d4T%ULYS1Kbfyti70YRYcFT%cyVnrN"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) the process instance id",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "caseId",
                                                            "value": "PTu11.P13g.x9c"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "e4eb2f38-c1c5-4238-bdea-29e363dca653",
                                            "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": "14az0SYUUzoQQ1H66MkCz"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "M9%m9XsLI4JOWpDmI60f0zha3eijVpqIsT%d4T%ULYS1Kbfyti70YRYcFT%cyVnrN"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can search on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "s",
                                                            "value": "M9%m9XsLI4JOWpDmI60f0zha3eijVpqIsT%d4T%ULYS1Kbfyti70YRYcFT%cyVnrN"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) the process instance id",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "caseId",
                                                            "value": "PTu11.P13g.x9c"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        }
                                    ],
                                    "event": [],
                                    "protocolProfileBehavior": {
                                        "disableBodyPruning": true
                                    }
                                },
                                {
                                    "name": "{id}",
                                    "description": "",
                                    "item": [
                                        {
                                            "id": "53bf33b3-8f9d-405b-b621-889d4764a21d",
                                            "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": "PTu11.P13g.x9c",
                                                            "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": "63a1bad1-be7f-47d5-bcf8-91359d4ac2e2",
                                                    "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": "a65a8188-d202-4321-a664-97fd6127588d",
                                                    "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "2bc6e2e3-e8bf-4b2a-879d-3d03aaf79146",
                                                    "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "965aa821-0a49-45e7-b4ab-a406fbe57e5f",
                                                    "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "b54d1548-b53f-4093-9486-a3d1f6298bd8",
                                                    "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "190919c7-9b99-4845-9dda-8cc9efc4732e",
                                                    "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        },
                                        {
                                            "id": "0d536d07-a2f5-4ad4-8f71-687395eedb80",
                                            "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": "PTu11.P13g.x9c",
                                                            "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": "441c32e9-c284-4de2-bfd4-3f5e81ed5f7e",
                                                    "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": "88b5ec98-e631-4001-8364-b68e4b604aa8",
                                                    "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "5afef940-792e-4765-b01f-46d987da416b",
                                                    "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "b3649fac-4543-4b14-b79f-bfac18007bb1",
                                                    "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "3f7cc980-3559-40b3-b0de-d147df7a2a37",
                                                    "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "d210a8b9-9995-4763-ab24-1ea37a5a575a",
                                                    "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        }
                                    ]
                                }
                            ]
                        },
                        {
                            "name": "message",
                            "description": "",
                            "item": [
                                {
                                    "id": "b882eacb-5044-4a36-aaf5-89d05340f00f",
                                    "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    \"et__\": {\n      \"value\": \"<string>\",\n      \"type\": \"java.lang.Float\"\n    },\n    \"culpa19\": {\n      \"value\": \"<string>\",\n      \"type\": \"java.lang.Long\"\n    }\n  },\n  \"correlations\": {\n    \"et550\": {\n      \"value\": \"<string>\",\n      \"type\": \"java.lang.String\"\n    }\n  }\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        },
                                        "auth": null
                                    },
                                    "response": [
                                        {
                                            "id": "99d6304b-ac1a-4448-b4e2-fa1a1b8bfd1c",
                                            "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    \"et__\": {\n      \"value\": \"<string>\",\n      \"type\": \"java.lang.Float\"\n    },\n    \"culpa19\": {\n      \"value\": \"<string>\",\n      \"type\": \"java.lang.Long\"\n    }\n  },\n  \"correlations\": {\n    \"et550\": {\n      \"value\": \"<string>\",\n      \"type\": \"java.lang.String\"\n    }\n  }\n}",
                                                    "options": {
                                                        "raw": {
                                                            "headerFamily": "json",
                                                            "language": "json"
                                                        }
                                                    }
                                                }
                                            },
                                            "status": "No Content",
                                            "code": 204,
                                            "header": [],
                                            "cookie": [],
                                            "_postman_previewlanguage": "text"
                                        },
                                        {
                                            "id": "d1fe6244-5487-4001-92a7-ab30cc6383d6",
                                            "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    \"et__\": {\n      \"value\": \"<string>\",\n      \"type\": \"java.lang.Float\"\n    },\n    \"culpa19\": {\n      \"value\": \"<string>\",\n      \"type\": \"java.lang.Long\"\n    }\n  },\n  \"correlations\": {\n    \"et550\": {\n      \"value\": \"<string>\",\n      \"type\": \"java.lang.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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "78fd437a-5f3c-4025-86ce-97b2a8f550be",
                                            "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    \"et__\": {\n      \"value\": \"<string>\",\n      \"type\": \"java.lang.Float\"\n    },\n    \"culpa19\": {\n      \"value\": \"<string>\",\n      \"type\": \"java.lang.Long\"\n    }\n  },\n  \"correlations\": {\n    \"et550\": {\n      \"value\": \"<string>\",\n      \"type\": \"java.lang.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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "5b7db5b5-fc9f-4b58-bd10-188a8c7f2ce5",
                                            "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    \"et__\": {\n      \"value\": \"<string>\",\n      \"type\": \"java.lang.Float\"\n    },\n    \"culpa19\": {\n      \"value\": \"<string>\",\n      \"type\": \"java.lang.Long\"\n    }\n  },\n  \"correlations\": {\n    \"et550\": {\n      \"value\": \"<string>\",\n      \"type\": \"java.lang.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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "5fe7220e-0f5f-4b1a-9df6-e8fc6ca783f4",
                                            "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    \"et__\": {\n      \"value\": \"<string>\",\n      \"type\": \"java.lang.Float\"\n    },\n    \"culpa19\": {\n      \"value\": \"<string>\",\n      \"type\": \"java.lang.Long\"\n    }\n  },\n  \"correlations\": {\n    \"et550\": {\n      \"value\": \"<string>\",\n      \"type\": \"java.lang.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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        }
                                    ],
                                    "event": [],
                                    "protocolProfileBehavior": {
                                        "disableBodyPruning": true
                                    }
                                }
                            ]
                        },
                        {
                            "name": "signal",
                            "description": "",
                            "item": [
                                {
                                    "id": "fca7cb84-a3c5-4a29-b45d-324bb1c33da3",
                                    "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": "4bf390a7-9ed2-4c4e-8ac0-ebebf2e23b59",
                                            "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": "f6831663-7f41-4b05-b794-faa69d9b6284",
                                            "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "2660cdb2-7284-4a91-81f6-346487d89086",
                                            "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "fbf5bf3b-5a7d-4f92-93cc-20d2539d5115",
                                            "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "69b5f5af-7716-40f9-9935-f38d6eaaad35",
                                            "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        }
                                    ],
                                    "event": [],
                                    "protocolProfileBehavior": {
                                        "disableBodyPruning": true
                                    }
                                }
                            ]
                        }
                    ]
                },
                {
                    "name": "customuserinfo",
                    "description": "",
                    "item": [
                        {
                            "name": "definition",
                            "description": "",
                            "item": [
                                {
                                    "id": "bad925c6-f5af-4908-8974-07c8a389ec2c",
                                    "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": "37272251-fe3c-468a-9e1f-e398c807b761",
                                            "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": "e9f6ee55-b637-412b-bc70-ab8cc438ff12",
                                            "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "4ae4f9ac-d19f-4850-baeb-6835d1058688",
                                            "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "9373b8e4-2dbb-4bff-a108-c04396ee022d",
                                            "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "cba46b41-2991-459c-a4af-f70a1997ac0c",
                                            "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        }
                                    ],
                                    "event": [],
                                    "protocolProfileBehavior": {
                                        "disableBodyPruning": true
                                    }
                                },
                                {
                                    "id": "4a08de3a-6dec-483d-b035-503cc856593e",
                                    "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": "a19b6690-a17b-46db-9c26-c9efef6c6411",
                                            "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": "fafc5e18-5ccc-402b-80d5-6b3f6d8a5f93",
                                            "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "138a82cc-f4ec-4183-9972-dfcaa67501d1",
                                            "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "638a5262-9932-48c6-8b83-df3c4288151a",
                                            "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "bccf129a-9510-460c-a002-83c1931d86ae",
                                            "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        }
                                    ],
                                    "event": [],
                                    "protocolProfileBehavior": {
                                        "disableBodyPruning": true
                                    }
                                },
                                {
                                    "name": "{id}",
                                    "description": "",
                                    "item": [
                                        {
                                            "id": "b1de1f85-f349-459e-97a8-807035a83e69",
                                            "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": "PTu11.P13g.x9c",
                                                            "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": "290d5648-27ac-4ec4-8092-ff747ff9c225",
                                                    "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": "5dfd4ec2-b2cb-4335-b3fb-a0e768587cf2",
                                                    "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "cf2900ca-f214-4680-a6ec-9dd4ddb4aeeb",
                                                    "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "0d03a476-e792-4a0b-8b62-533ecdc19963",
                                                    "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "60b19eaf-a85e-4b4d-b5c5-5f4922385a65",
                                                    "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "8543d5f0-a938-41b1-9715-22529c7bd1a5",
                                                    "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        },
                                        {
                                            "id": "261c332f-0c6a-4e01-abfb-fec2247ed538",
                                            "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": "PTu11.P13g.x9c",
                                                            "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": "e39e0b55-e3a8-450c-b063-d61b6e1f8957",
                                                    "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": "9f9e58d6-cf70-4df8-a739-1894d65be770",
                                                    "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "430f39a5-62e9-46f5-91cb-f3b9e9d210bc",
                                                    "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "535f6659-cc30-45c1-8584-40cc9d3afc19",
                                                    "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "60fcf2be-7fbd-4573-a896-53e121489ec7",
                                                    "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "70116412-bd2b-473f-b676-e2c58f141e75",
                                                    "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        }
                                    ]
                                }
                            ]
                        },
                        {
                            "name": "value",
                            "description": "",
                            "item": [
                                {
                                    "id": "a83c8e8e-889c-4266-bd51-3448999d3622",
                                    "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": "pzpOVpgh8pVtnsJ%jSaqESaGjSZFYzoRQjCjEOWbxXHa%zrarLMwgfeUWvdTh0BF0HEJi0Uzm"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "can filter on attributes with the format f={filter\\_name}={filter\\_value} with the name/value pair as url encoded string.",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "f",
                                                    "value": "14az0SYUUzoQQ1H66MkCz"
                                                }
                                            ],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            }
                                        ],
                                        "method": "GET",
                                        "body": {},
                                        "auth": null
                                    },
                                    "response": [
                                        {
                                            "id": "d9ba34be-82c0-4827-ad8f-76b8f105ea85",
                                            "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": "14az0SYUUzoQQ1H66MkCz"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "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": "1d4d32de-7537-4865-824d-1b14df1979bd",
                                            "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": "14az0SYUUzoQQ1H66MkCz"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "5900690e-977b-4b59-8346-c0c415a40d96",
                                            "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": "14az0SYUUzoQQ1H66MkCz"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "deb794aa-cfe4-4e49-b63d-6ae0b5f2db31",
                                            "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": "14az0SYUUzoQQ1H66MkCz"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "e3e883b1-d46a-4d91-b089-42ee8ab5ea57",
                                            "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": "14az0SYUUzoQQ1H66MkCz"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        }
                                    ],
                                    "event": [],
                                    "protocolProfileBehavior": {
                                        "disableBodyPruning": true
                                    }
                                },
                                {
                                    "name": "{userId}",
                                    "description": "",
                                    "item": [
                                        {
                                            "name": "{definitionId}",
                                            "description": "",
                                            "item": [
                                                {
                                                    "id": "fd7538d3-73ce-40fa-86d3-942f06843355",
                                                    "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": "PTu11.P13g.x9c",
                                                                    "key": "userId",
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) User ID",
                                                                        "type": "text/plain"
                                                                    }
                                                                },
                                                                {
                                                                    "type": "any",
                                                                    "value": "PTu11.P13g.x9c",
                                                                    "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": "4a5cd24c-d198-48c8-8230-c7d60289ced1",
                                                            "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": "f6202d32-ac2d-4938-b61a-5ff1526583b2",
                                                            "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "json"
                                                        },
                                                        {
                                                            "id": "f7c0ed05-18ef-4422-a903-20478e7b823e",
                                                            "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "json"
                                                        },
                                                        {
                                                            "id": "885e0e7a-8f8e-4782-a3dc-9ac868ac1629",
                                                            "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "json"
                                                        },
                                                        {
                                                            "id": "bbaac518-c25e-4422-b6ec-b81b1c4a0110",
                                                            "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "json"
                                                        },
                                                        {
                                                            "id": "bd76929c-6e0a-423e-ad3c-5510c5fd9d96",
                                                            "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "json"
                                                        }
                                                    ],
                                                    "event": [],
                                                    "protocolProfileBehavior": {
                                                        "disableBodyPruning": true
                                                    }
                                                }
                                            ]
                                        }
                                    ]
                                }
                            ]
                        },
                        {
                            "name": "user",
                            "description": "",
                            "item": [
                                {
                                    "id": "c43bb382-2e69-4120-88dc-23a6d28915dd",
                                    "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": "pzpOVpgh8pVtnsJ%jSaqESaGjSZFYzoRQjCjEOWbxXHa%zrarLMwgfeUWvdTh0BF0HEJi0Uzm"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "can filter on attributes with the format f={filter\\_name}={filter\\_value} with the name/value pair as url encoded string.",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "f",
                                                    "value": "14az0SYUUzoQQ1H66MkCz"
                                                }
                                            ],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            }
                                        ],
                                        "method": "GET",
                                        "body": {},
                                        "auth": null
                                    },
                                    "response": [
                                        {
                                            "id": "2b092505-f51e-4a85-94d4-f22ed6833cfc",
                                            "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": "14az0SYUUzoQQ1H66MkCz"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "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": "a4b0fce5-ccba-4b50-b94a-2298f48ae86e",
                                            "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": "14az0SYUUzoQQ1H66MkCz"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "1e7ee7ce-da95-48d7-bd19-5d53e696c299",
                                            "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": "14az0SYUUzoQQ1H66MkCz"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "9d58cbed-9546-4b59-a9d9-8aa85971f2b5",
                                            "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": "14az0SYUUzoQQ1H66MkCz"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "60102984-308c-491c-9f30-ce0b7ec537c9",
                                            "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": "14az0SYUUzoQQ1H66MkCz"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        }
                                    ],
                                    "event": [],
                                    "protocolProfileBehavior": {
                                        "disableBodyPruning": true
                                    }
                                }
                            ]
                        }
                    ]
                },
                {
                    "name": "form",
                    "description": "",
                    "item": [
                        {
                            "name": "mapping",
                            "description": "",
                            "item": [
                                {
                                    "id": "3a49405e-837c-4dba-aca9-14a98920e2da",
                                    "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": "pzpOVpgh8pVtnsJ%jSaqESaGjSZFYzoRQjCjEOWbxXHa%zrarLMwgfeUWvdTh0BF0HEJi0Uzm"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "can filter on attributes with the format f={filter\\_name}={filter\\_value} with the name/value pair as url encoded string.",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "f",
                                                    "value": "14az0SYUUzoQQ1H66MkCz"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "can order on attributes",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "o",
                                                    "value": "M9%m9XsLI4JOWpDmI60f0zha3eijVpqIsT%d4T%ULYS1Kbfyti70YRYcFT%cyVnrN"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "can search on attributes",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "s",
                                                    "value": "M9%m9XsLI4JOWpDmI60f0zha3eijVpqIsT%d4T%ULYS1Kbfyti70YRYcFT%cyVnrN"
                                                }
                                            ],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            }
                                        ],
                                        "method": "GET",
                                        "body": {},
                                        "auth": null
                                    },
                                    "response": [
                                        {
                                            "id": "301f6fe2-9085-49da-bb86-3f8dcf7a2387",
                                            "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": "14az0SYUUzoQQ1H66MkCz"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "M9%m9XsLI4JOWpDmI60f0zha3eijVpqIsT%d4T%ULYS1Kbfyti70YRYcFT%cyVnrN"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can search on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "s",
                                                            "value": "M9%m9XsLI4JOWpDmI60f0zha3eijVpqIsT%d4T%ULYS1Kbfyti70YRYcFT%cyVnrN"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "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\": \"PROCESSOVERVIEW\",\n    \"target\": \"URL\",\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\": \"PROCESSOVERVIEW\",\n    \"target\": \"URL\",\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": "2e47cf14-bcfa-4153-93dc-7588c6052337",
                                            "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": "14az0SYUUzoQQ1H66MkCz"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "M9%m9XsLI4JOWpDmI60f0zha3eijVpqIsT%d4T%ULYS1Kbfyti70YRYcFT%cyVnrN"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can search on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "s",
                                                            "value": "M9%m9XsLI4JOWpDmI60f0zha3eijVpqIsT%d4T%ULYS1Kbfyti70YRYcFT%cyVnrN"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "92ce5f12-ce9b-4d00-bfb4-ae7f68571f04",
                                            "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": "14az0SYUUzoQQ1H66MkCz"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "M9%m9XsLI4JOWpDmI60f0zha3eijVpqIsT%d4T%ULYS1Kbfyti70YRYcFT%cyVnrN"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can search on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "s",
                                                            "value": "M9%m9XsLI4JOWpDmI60f0zha3eijVpqIsT%d4T%ULYS1Kbfyti70YRYcFT%cyVnrN"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "200b20e7-8ad4-4f5c-b543-8bec36c456d9",
                                            "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": "14az0SYUUzoQQ1H66MkCz"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "M9%m9XsLI4JOWpDmI60f0zha3eijVpqIsT%d4T%ULYS1Kbfyti70YRYcFT%cyVnrN"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can search on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "s",
                                                            "value": "M9%m9XsLI4JOWpDmI60f0zha3eijVpqIsT%d4T%ULYS1Kbfyti70YRYcFT%cyVnrN"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "d517d2b1-6e41-466d-abe1-cbbaa2cfbb64",
                                            "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": "14az0SYUUzoQQ1H66MkCz"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "M9%m9XsLI4JOWpDmI60f0zha3eijVpqIsT%d4T%ULYS1Kbfyti70YRYcFT%cyVnrN"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can search on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "s",
                                                            "value": "M9%m9XsLI4JOWpDmI60f0zha3eijVpqIsT%d4T%ULYS1Kbfyti70YRYcFT%cyVnrN"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        }
                                    ],
                                    "event": [],
                                    "protocolProfileBehavior": {
                                        "disableBodyPruning": true
                                    }
                                },
                                {
                                    "name": "{id}",
                                    "description": "",
                                    "item": [
                                        {
                                            "id": "7dc1697a-14e0-48ad-b45d-114fb4dc811c",
                                            "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": "PTu11.P13g.x9c",
                                                            "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": "ab753bb4-b47a-4c27-89a5-597f8227ca46",
                                                    "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": "243b7359-97ba-4565-92a0-e747c5baafba",
                                                    "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "73eff534-934c-4d57-ad18-29cec640a27e",
                                                    "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "3949c0dc-cc3f-4caa-ad43-fc9059ea2322",
                                                    "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "5983b99b-ac18-447b-af2d-25cd366b855e",
                                                    "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "c824b997-4850-46b9-9f00-500857787417",
                                                    "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        }
                                    ]
                                }
                            ]
                        }
                    ]
                },
                {
                    "name": "identity",
                    "description": "",
                    "item": [
                        {
                            "name": "professionalcontactdata",
                            "description": "",
                            "item": [
                                {
                                    "id": "2f84b872-ae20-478f-9f55-c0f7b5a50a04",
                                    "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": "pzpOVpgh8pVtnsJ%jSaqESaGjSZFYzoRQjCjEOWbxXHa%zrarLMwgfeUWvdTh0BF0HEJi0Uzm"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "can filter on attributes with the format f={filter\\_name}={filter\\_value} with the name/value pair as url encoded string.",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "f",
                                                    "value": "14az0SYUUzoQQ1H66MkCz"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "can order on attributes",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "o",
                                                    "value": "M9%m9XsLI4JOWpDmI60f0zha3eijVpqIsT%d4T%ULYS1Kbfyti70YRYcFT%cyVnrN"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "can search on attributes",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "s",
                                                    "value": "M9%m9XsLI4JOWpDmI60f0zha3eijVpqIsT%d4T%ULYS1Kbfyti70YRYcFT%cyVnrN"
                                                }
                                            ],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            }
                                        ],
                                        "method": "GET",
                                        "body": {},
                                        "auth": null
                                    },
                                    "response": [
                                        {
                                            "id": "12fb16fa-a898-443d-b0c4-c94f985d7029",
                                            "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": "14az0SYUUzoQQ1H66MkCz"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "M9%m9XsLI4JOWpDmI60f0zha3eijVpqIsT%d4T%ULYS1Kbfyti70YRYcFT%cyVnrN"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can search on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "s",
                                                            "value": "M9%m9XsLI4JOWpDmI60f0zha3eijVpqIsT%d4T%ULYS1Kbfyti70YRYcFT%cyVnrN"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "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": "68c7a6ed-a522-429b-ba17-4482c095145f",
                                            "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": "14az0SYUUzoQQ1H66MkCz"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "M9%m9XsLI4JOWpDmI60f0zha3eijVpqIsT%d4T%ULYS1Kbfyti70YRYcFT%cyVnrN"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can search on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "s",
                                                            "value": "M9%m9XsLI4JOWpDmI60f0zha3eijVpqIsT%d4T%ULYS1Kbfyti70YRYcFT%cyVnrN"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "1f9498db-6082-48e2-b4d5-c5b12dd9c3db",
                                            "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": "14az0SYUUzoQQ1H66MkCz"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "M9%m9XsLI4JOWpDmI60f0zha3eijVpqIsT%d4T%ULYS1Kbfyti70YRYcFT%cyVnrN"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can search on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "s",
                                                            "value": "M9%m9XsLI4JOWpDmI60f0zha3eijVpqIsT%d4T%ULYS1Kbfyti70YRYcFT%cyVnrN"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "eee99945-c7d5-4056-8d29-b307cd069749",
                                            "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": "14az0SYUUzoQQ1H66MkCz"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "M9%m9XsLI4JOWpDmI60f0zha3eijVpqIsT%d4T%ULYS1Kbfyti70YRYcFT%cyVnrN"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can search on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "s",
                                                            "value": "M9%m9XsLI4JOWpDmI60f0zha3eijVpqIsT%d4T%ULYS1Kbfyti70YRYcFT%cyVnrN"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "12443331-fbb3-4b48-a0b7-9b38579e09c5",
                                            "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": "14az0SYUUzoQQ1H66MkCz"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "M9%m9XsLI4JOWpDmI60f0zha3eijVpqIsT%d4T%ULYS1Kbfyti70YRYcFT%cyVnrN"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can search on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "s",
                                                            "value": "M9%m9XsLI4JOWpDmI60f0zha3eijVpqIsT%d4T%ULYS1Kbfyti70YRYcFT%cyVnrN"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        }
                                    ],
                                    "event": [],
                                    "protocolProfileBehavior": {
                                        "disableBodyPruning": true
                                    }
                                },
                                {
                                    "id": "f5c68229-b5d3-47eb-82a1-150d852a52f6",
                                    "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": "c8415602-04b4-43ee-b8c4-7a74eb2be85e",
                                            "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": "75805def-5866-4bbc-b12c-e9f32e119ea9",
                                            "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "37e18488-fc43-4be5-bec6-ccc8a70a81a6",
                                            "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "7890c742-f44c-421f-bacd-730fd8b56111",
                                            "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": "7a3d2d0f-9311-44d4-a531-fd9dccfe4045",
                                            "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        }
                                    ],
                                    "event": [],
                                    "protocolProfileBehavior": {
                                        "disableBodyPruning": true
                                    }
                                },
                                {
                                    "name": "{userId}",
                                    "description": "",
                                    "item": [
                                        {
                                            "id": "9ca72430-2853-4aee-acb0-2a02bc42efeb",
                                            "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": "PTu11.P13g.x9c",
                                                            "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": "c0f02a7c-928b-4511-b42c-c0ee4b1094e9",
                                                    "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": "60195d4b-e4d4-4a2f-99a2-6b3476bc821e",
                                                    "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "8d2642e4-202f-477e-8f42-9a0d2bb76a49",
                                                    "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "eba31a38-46fc-4a49-9ea9-ea7f12488cd9",
                                                    "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "ae03b067-eb01-4d6a-b42d-8d8c767435bb",
                                                    "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "99475117-591d-450a-8ba8-0218248d6741",
                                                    "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        },
                                        {
                                            "id": "3034418f-9495-470c-a7b8-b1df6942c8cc",
                                            "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": "PTu11.P13g.x9c",
                                                            "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": "7aaff4c9-3b17-41b1-a054-e8b948618df6",
                                                    "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": "6fc88ffa-2541-4512-acee-4de38f51f050",
                                                    "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "31a9457f-f952-495a-95ed-88332126b033",
                                                    "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "de918df1-b075-4bff-beb0-70fdce886c9f",
                                                    "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "74bb76e5-4125-45f6-9674-74d61ee19cdf",
                                                    "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "fea55576-07de-4615-8412-b9c1368b665b",
                                                    "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        }
                                    ]
                                }
                            ]
                        },
                        {
                            "name": "personalcontactdata",
                            "description": "",
                            "item": [
                                {
                                    "name": "{userId}",
                                    "description": "",
                                    "item": [
                                        {
                                            "id": "7c0dc0ef-8db1-4ff2-ac53-f70f79ac2fd9",
                                            "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": "PTu11.P13g.x9c",
                                                            "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": "68891dac-51e2-4cba-a378-4b008875fac4",
                                                    "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": "8c82f84d-3037-4348-9981-16d03dc37e2f",
                                                    "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "c40592fb-3272-4998-9239-8a397da6939b",
                                                    "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "d1d0933d-7733-42ee-933e-96b134882f8b",
                                                    "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "a421b107-51a8-4328-b3a2-4c4f56651836",
                                                    "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "e4b36c6e-dee3-4847-93a0-1142d940c9ae",
                                                    "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        },
                                        {
                                            "id": "c29061ad-4e1c-49ac-bde8-734c737285b2",
                                            "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": "PTu11.P13g.x9c",
                                                            "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": "2a42a28b-c88e-4377-a695-f02c4ca0d2de",
                                                    "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": "8e318fa1-5aec-4198-b842-b1c52f4ea79f",
                                                    "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "c7e3719f-519c-46c4-9c05-718f0fd98162",
                                                    "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "cfde6fb6-e9ac-4a0e-a3c1-bba7e52533f1",
                                                    "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "309ddefa-a057-43ae-be5d-cf839c63e816",
                                                    "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "505f2f69-6972-4100-b96d-ff5aa207da66",
                                                    "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        }
                                    ]
                                }
                            ]
                        },
                        {
                            "name": "group",
                            "description": "",
                            "item": [
                                {
                                    "id": "04fd4318-0b8e-481d-ad51-459d5d3b8b57",
                                    "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": "pzpOVpgh8pVtnsJ%jSaqESaGjSZFYzoRQjCjEOWbxXHa%zrarLMwgfeUWvdTh0BF0HEJi0Uzm"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "can filter on attributes with the format f={filter\\_name}={filter\\_value} with the name/value pair as url encoded string.",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "f",
                                                    "value": "14az0SYUUzoQQ1H66MkCz"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "can order on attributes",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "o",
                                                    "value": "M9%m9XsLI4JOWpDmI60f0zha3eijVpqIsT%d4T%ULYS1Kbfyti70YRYcFT%cyVnrN"
                                                }
                                            ],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            }
                                        ],
                                        "method": "GET",
                                        "body": {},
                                        "auth": null
                                    },
                                    "response": [
                                        {
                                            "id": "43fd4b2d-318e-4b3d-a206-88dab37f9653",
                                            "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": "14az0SYUUzoQQ1H66MkCz"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "M9%m9XsLI4JOWpDmI60f0zha3eijVpqIsT%d4T%ULYS1Kbfyti70YRYcFT%cyVnrN"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "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": "aa34bbd1-9d38-4432-9537-7893b0a4be02",
                                            "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": "14az0SYUUzoQQ1H66MkCz"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "M9%m9XsLI4JOWpDmI60f0zha3eijVpqIsT%d4T%ULYS1Kbfyti70YRYcFT%cyVnrN"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "0494f282-8969-40b9-9c3e-2973a69da5ec",
                                            "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": "14az0SYUUzoQQ1H66MkCz"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "M9%m9XsLI4JOWpDmI60f0zha3eijVpqIsT%d4T%ULYS1Kbfyti70YRYcFT%cyVnrN"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "b2f1ec8e-1e8c-4399-bf74-a4fc7d646414",
                                            "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": "14az0SYUUzoQQ1H66MkCz"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "M9%m9XsLI4JOWpDmI60f0zha3eijVpqIsT%d4T%ULYS1Kbfyti70YRYcFT%cyVnrN"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "8afbf6b8-c75e-4b4b-b96e-6fb109803cbe",
                                            "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": "14az0SYUUzoQQ1H66MkCz"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "M9%m9XsLI4JOWpDmI60f0zha3eijVpqIsT%d4T%ULYS1Kbfyti70YRYcFT%cyVnrN"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        }
                                    ],
                                    "event": [],
                                    "protocolProfileBehavior": {
                                        "disableBodyPruning": true
                                    }
                                },
                                {
                                    "id": "2fe2f8c5-c1f4-417b-89a3-ba012dc041c6",
                                    "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": "c9b441e4-9216-41d3-990c-3e1024289315",
                                            "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": "b711ac87-4f1c-4200-9a3d-f538e5413dd5",
                                            "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "2a40c617-596d-4ca0-858a-10941bc4f9e1",
                                            "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "5d67b312-39d1-4040-a29a-1cd73e7603cf",
                                            "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "b89c992e-7efd-466f-83ee-a469feed4310",
                                            "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        }
                                    ],
                                    "event": [],
                                    "protocolProfileBehavior": {
                                        "disableBodyPruning": true
                                    }
                                },
                                {
                                    "name": "{id}",
                                    "description": "",
                                    "item": [
                                        {
                                            "id": "a098176c-9c09-4ebc-8102-9097904c86c5",
                                            "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": "PTu11.P13g.x9c",
                                                            "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": "2e2cfdf8-ab32-4321-a317-af998b5a5427",
                                                    "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": "4a445b78-bbb8-4006-bcd2-8a0f97dec895",
                                                    "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "d02ee553-102f-43e8-985f-a849f5eb2d35",
                                                    "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "aa0c0f02-f262-49ae-be3f-3283df3be726",
                                                    "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "edaf31d6-8f76-405d-a7eb-d3c49e9d961f",
                                                    "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "8f25a7c9-2ebe-4572-bd3e-2c23072b8197",
                                                    "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        },
                                        {
                                            "id": "cfff1e93-4e13-473c-890e-331a341bee54",
                                            "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": "PTu11.P13g.x9c",
                                                            "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": "d8287373-f141-499e-9573-134a6c95b6cf",
                                                    "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": "66d5df47-3d77-4151-8076-0bbdb065c9ae",
                                                    "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "dee7fc89-2109-4e5c-91db-d1c250dd644d",
                                                    "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "7d7a1da4-1739-4132-8616-ccb7175ce374",
                                                    "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "449377cc-597b-47f1-93c9-771b948ea0c7",
                                                    "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "e2db033c-92e3-4cf3-9582-9212d43695e6",
                                                    "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        },
                                        {
                                            "id": "c10fca22-d05e-48ed-850f-cef91b1bd24b",
                                            "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": "PTu11.P13g.x9c",
                                                            "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": "7c0b9aee-1414-452d-9ca5-f33330d36e98",
                                                    "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": "49f1cee5-a08e-478c-8c03-8c7126c727be",
                                                    "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "568fc73b-c569-4ba5-94c0-16935ec5e850",
                                                    "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "f808f5b5-d252-4e33-990c-62c43b6c6483",
                                                    "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "815f7b43-a851-4e19-b7d5-a9f4fc4f0ba6",
                                                    "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "a424f2c5-6f70-41cd-a726-a6007ed52a9e",
                                                    "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        }
                                    ]
                                }
                            ]
                        },
                        {
                            "name": "membership",
                            "description": "",
                            "item": [
                                {
                                    "id": "20ac8a29-4fc7-4f85-8191-8b5c43289144",
                                    "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": "pzpOVpgh8pVtnsJ%jSaqESaGjSZFYzoRQjCjEOWbxXHa%zrarLMwgfeUWvdTh0BF0HEJi0Uzm"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "can filter on attributes with the format f={filter\\_name}={filter\\_value} with the name/value pair as url encoded string.",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "f",
                                                    "value": "14az0SYUUzoQQ1H66MkCz"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "can order on attributes",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "o",
                                                    "value": "M9%m9XsLI4JOWpDmI60f0zha3eijVpqIsT%d4T%ULYS1Kbfyti70YRYcFT%cyVnrN"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "can search on attributes",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "s",
                                                    "value": "M9%m9XsLI4JOWpDmI60f0zha3eijVpqIsT%d4T%ULYS1Kbfyti70YRYcFT%cyVnrN"
                                                }
                                            ],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            }
                                        ],
                                        "method": "GET",
                                        "body": {},
                                        "auth": null
                                    },
                                    "response": [
                                        {
                                            "id": "55e9e724-265f-482b-910b-4e50b33265af",
                                            "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": "14az0SYUUzoQQ1H66MkCz"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "M9%m9XsLI4JOWpDmI60f0zha3eijVpqIsT%d4T%ULYS1Kbfyti70YRYcFT%cyVnrN"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can search on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "s",
                                                            "value": "M9%m9XsLI4JOWpDmI60f0zha3eijVpqIsT%d4T%ULYS1Kbfyti70YRYcFT%cyVnrN"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "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": "a310f0e6-9bf1-455c-bc13-32a73bccdd5a",
                                            "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": "14az0SYUUzoQQ1H66MkCz"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "M9%m9XsLI4JOWpDmI60f0zha3eijVpqIsT%d4T%ULYS1Kbfyti70YRYcFT%cyVnrN"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can search on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "s",
                                                            "value": "M9%m9XsLI4JOWpDmI60f0zha3eijVpqIsT%d4T%ULYS1Kbfyti70YRYcFT%cyVnrN"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "0250a19d-6697-4d1b-bc99-1c092114f2c0",
                                            "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": "14az0SYUUzoQQ1H66MkCz"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "M9%m9XsLI4JOWpDmI60f0zha3eijVpqIsT%d4T%ULYS1Kbfyti70YRYcFT%cyVnrN"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can search on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "s",
                                                            "value": "M9%m9XsLI4JOWpDmI60f0zha3eijVpqIsT%d4T%ULYS1Kbfyti70YRYcFT%cyVnrN"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "f39d8634-5212-4ad2-b9a1-509d687a4649",
                                            "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": "14az0SYUUzoQQ1H66MkCz"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "M9%m9XsLI4JOWpDmI60f0zha3eijVpqIsT%d4T%ULYS1Kbfyti70YRYcFT%cyVnrN"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can search on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "s",
                                                            "value": "M9%m9XsLI4JOWpDmI60f0zha3eijVpqIsT%d4T%ULYS1Kbfyti70YRYcFT%cyVnrN"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "78308932-fd62-4929-a7aa-ea56a3235bcd",
                                            "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": "14az0SYUUzoQQ1H66MkCz"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "M9%m9XsLI4JOWpDmI60f0zha3eijVpqIsT%d4T%ULYS1Kbfyti70YRYcFT%cyVnrN"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can search on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "s",
                                                            "value": "M9%m9XsLI4JOWpDmI60f0zha3eijVpqIsT%d4T%ULYS1Kbfyti70YRYcFT%cyVnrN"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        }
                                    ],
                                    "event": [],
                                    "protocolProfileBehavior": {
                                        "disableBodyPruning": true
                                    }
                                },
                                {
                                    "id": "7a73d6ef-cda4-43cb-be39-64fd2edcc9b7",
                                    "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": "df202e97-bd20-483b-8fab-6286225a833a",
                                            "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": "b61e7cfc-89c4-4aa1-b23f-bfbab0bb8ab4",
                                            "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "e5303e50-b2f1-4ae8-8e29-2650d812c622",
                                            "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "ee3959d3-0a34-4d66-af30-28794c555a39",
                                            "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "3d61aafb-343d-439c-989d-e0e1bf771d08",
                                            "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        }
                                    ],
                                    "event": [],
                                    "protocolProfileBehavior": {
                                        "disableBodyPruning": true
                                    }
                                },
                                {
                                    "name": "{userId}",
                                    "description": "",
                                    "item": [
                                        {
                                            "name": "{groupId}",
                                            "description": "",
                                            "item": [
                                                {
                                                    "name": "{roleId}",
                                                    "description": "",
                                                    "item": [
                                                        {
                                                            "id": "721332ea-c062-42b1-96ca-ca4feb2376e5",
                                                            "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": "PTu11.P13g.x9c",
                                                                            "key": "userId",
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) User ID of the Membership to delete",
                                                                                "type": "text/plain"
                                                                            }
                                                                        },
                                                                        {
                                                                            "type": "any",
                                                                            "value": "PTu11.P13g.x9c",
                                                                            "key": "groupId",
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) Group ID of the Membership to delete",
                                                                                "type": "text/plain"
                                                                            }
                                                                        },
                                                                        {
                                                                            "type": "any",
                                                                            "value": "PTu11.P13g.x9c",
                                                                            "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": "3b2821e8-c37e-4a70-a75c-4dee83a91803",
                                                                    "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": "68178874-030b-43d3-8f8b-36fbe3df2b96",
                                                                    "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                                                    "cookie": [],
                                                                    "_postman_previewlanguage": "json"
                                                                },
                                                                {
                                                                    "id": "2f4b7bc1-cca8-4710-b19f-2bb19170c0e3",
                                                                    "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                                                    "cookie": [],
                                                                    "_postman_previewlanguage": "json"
                                                                },
                                                                {
                                                                    "id": "e73d0e56-4221-45f8-91e3-ab419ce46143",
                                                                    "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                                                    "cookie": [],
                                                                    "_postman_previewlanguage": "json"
                                                                },
                                                                {
                                                                    "id": "cc9e8a26-571c-4f82-bc0d-2ebd57563c65",
                                                                    "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                                                    "cookie": [],
                                                                    "_postman_previewlanguage": "json"
                                                                },
                                                                {
                                                                    "id": "08faad33-be30-4a5f-908d-08aa0e653db1",
                                                                    "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                                                    "cookie": [],
                                                                    "_postman_previewlanguage": "json"
                                                                }
                                                            ],
                                                            "event": [],
                                                            "protocolProfileBehavior": {
                                                                "disableBodyPruning": true
                                                            }
                                                        }
                                                    ]
                                                }
                                            ]
                                        }
                                    ]
                                }
                            ]
                        },
                        {
                            "name": "role",
                            "description": "",
                            "item": [
                                {
                                    "id": "f4a9c8b6-08ee-4ac7-a8ee-078f067ecaa9",
                                    "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": "pzpOVpgh8pVtnsJ%jSaqESaGjSZFYzoRQjCjEOWbxXHa%zrarLMwgfeUWvdTh0BF0HEJi0Uzm"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "can filter on attributes with the format f={filter\\_name}={filter\\_value} with the name/value pair as url encoded string.",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "f",
                                                    "value": "14az0SYUUzoQQ1H66MkCz"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "can order on attributes",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "o",
                                                    "value": "M9%m9XsLI4JOWpDmI60f0zha3eijVpqIsT%d4T%ULYS1Kbfyti70YRYcFT%cyVnrN"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "can search on attributes",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "s",
                                                    "value": "M9%m9XsLI4JOWpDmI60f0zha3eijVpqIsT%d4T%ULYS1Kbfyti70YRYcFT%cyVnrN"
                                                }
                                            ],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            }
                                        ],
                                        "method": "GET",
                                        "body": {},
                                        "auth": null
                                    },
                                    "response": [
                                        {
                                            "id": "68390b19-c263-48db-9982-99bbafe2da68",
                                            "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": "14az0SYUUzoQQ1H66MkCz"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "M9%m9XsLI4JOWpDmI60f0zha3eijVpqIsT%d4T%ULYS1Kbfyti70YRYcFT%cyVnrN"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can search on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "s",
                                                            "value": "M9%m9XsLI4JOWpDmI60f0zha3eijVpqIsT%d4T%ULYS1Kbfyti70YRYcFT%cyVnrN"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "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": "5a515eec-36ca-41b8-9bfe-b92375df8c29",
                                            "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": "14az0SYUUzoQQ1H66MkCz"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "M9%m9XsLI4JOWpDmI60f0zha3eijVpqIsT%d4T%ULYS1Kbfyti70YRYcFT%cyVnrN"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can search on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "s",
                                                            "value": "M9%m9XsLI4JOWpDmI60f0zha3eijVpqIsT%d4T%ULYS1Kbfyti70YRYcFT%cyVnrN"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "d38b0c6d-2b5b-4b7c-8e5f-9c61fc56cd06",
                                            "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": "14az0SYUUzoQQ1H66MkCz"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "M9%m9XsLI4JOWpDmI60f0zha3eijVpqIsT%d4T%ULYS1Kbfyti70YRYcFT%cyVnrN"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can search on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "s",
                                                            "value": "M9%m9XsLI4JOWpDmI60f0zha3eijVpqIsT%d4T%ULYS1Kbfyti70YRYcFT%cyVnrN"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "8ea5e4dd-b7a8-4a85-abbe-5047cb1a0394",
                                            "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": "14az0SYUUzoQQ1H66MkCz"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "M9%m9XsLI4JOWpDmI60f0zha3eijVpqIsT%d4T%ULYS1Kbfyti70YRYcFT%cyVnrN"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can search on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "s",
                                                            "value": "M9%m9XsLI4JOWpDmI60f0zha3eijVpqIsT%d4T%ULYS1Kbfyti70YRYcFT%cyVnrN"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "b3e45bad-f231-40a1-88cd-02e21c36b8ce",
                                            "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": "14az0SYUUzoQQ1H66MkCz"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "M9%m9XsLI4JOWpDmI60f0zha3eijVpqIsT%d4T%ULYS1Kbfyti70YRYcFT%cyVnrN"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can search on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "s",
                                                            "value": "M9%m9XsLI4JOWpDmI60f0zha3eijVpqIsT%d4T%ULYS1Kbfyti70YRYcFT%cyVnrN"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        }
                                    ],
                                    "event": [],
                                    "protocolProfileBehavior": {
                                        "disableBodyPruning": true
                                    }
                                },
                                {
                                    "id": "2607487c-ecaa-4546-8b2c-40465cf11094",
                                    "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": "f97d6e3f-b5ee-4985-ac96-9b826b87d789",
                                            "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": "34a9d177-3fbd-4bb9-993f-3a3651e8f724",
                                            "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "0770a5ab-68c4-4a3b-a7e3-7c0213f1988b",
                                            "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "879bf911-e6ef-4cab-bdf9-0eddbc61ad73",
                                            "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "f8d2b8a7-e6bb-4352-a297-e4a0ab44d3ec",
                                            "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        }
                                    ],
                                    "event": [],
                                    "protocolProfileBehavior": {
                                        "disableBodyPruning": true
                                    }
                                },
                                {
                                    "name": "{id}",
                                    "description": "",
                                    "item": [
                                        {
                                            "id": "32f4fb6a-f96e-4caa-be5d-8fb914e63471",
                                            "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": "PTu11.P13g.x9c",
                                                            "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": "a3ac0e2e-db54-474f-9122-af461b8b4ee9",
                                                    "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": "ad96ba05-61be-4b2a-863b-2e199a08a6e5",
                                                    "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "2ddb98ea-52c7-49f2-98cc-829065d44b5a",
                                                    "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "b78d4c4a-7f22-4f7b-9e2f-f3a2640f817a",
                                                    "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "798f8d6e-fc7d-4d2a-b064-72b14702a9a4",
                                                    "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "de006a4b-f846-4ed2-a65f-adb22bb04843",
                                                    "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        },
                                        {
                                            "id": "ceb002ad-7e4e-47a3-9591-00a513677fcc",
                                            "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": "PTu11.P13g.x9c",
                                                            "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": "5fa18db5-cece-448c-b1cf-1915cdb43d54",
                                                    "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": "d38bdd60-fc33-4383-beda-21d2fe1b49a5",
                                                    "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "e0f4e02d-f875-4a71-afd3-d3688358821b",
                                                    "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "1d5f50ad-067e-4b5d-884a-6b619efb98f1",
                                                    "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "494735ca-0e4d-4a3a-93f8-3b8fb42a0b30",
                                                    "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "1858631b-a9ff-4260-9de7-3773ffcb713b",
                                                    "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        },
                                        {
                                            "id": "c4175c5f-9632-4dd9-ad0b-f2c58eb6eed4",
                                            "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": "PTu11.P13g.x9c",
                                                            "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": "b2c3131d-8068-4cc3-bac8-78726a58aea9",
                                                    "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": "96c3616d-3607-44e2-94b0-d6e4a434f6b4",
                                                    "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "3589a130-b268-4b7e-90a1-b0c140956abd",
                                                    "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "18bf7007-db3f-4fad-be36-89c0ab775a5e",
                                                    "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "ac07653a-290f-46af-87ba-269ffe3b9ed7",
                                                    "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "89bacf16-087d-4480-8ac4-93b96748da51",
                                                    "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        }
                                    ]
                                }
                            ]
                        },
                        {
                            "name": "user",
                            "description": "",
                            "item": [
                                {
                                    "id": "f6941e6a-5fc9-4898-8c96-7d16745d6e21",
                                    "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": "pzpOVpgh8pVtnsJ%jSaqESaGjSZFYzoRQjCjEOWbxXHa%zrarLMwgfeUWvdTh0BF0HEJi0Uzm"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "can filter on attributes with the format f={filter\\_name}={filter\\_value} with the name/value pair as url encoded string.",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "f",
                                                    "value": "14az0SYUUzoQQ1H66MkCz"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "can order on attributes",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "o",
                                                    "value": "M9%m9XsLI4JOWpDmI60f0zha3eijVpqIsT%d4T%ULYS1Kbfyti70YRYcFT%cyVnrN"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "can search on attributes",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "s",
                                                    "value": "M9%m9XsLI4JOWpDmI60f0zha3eijVpqIsT%d4T%ULYS1Kbfyti70YRYcFT%cyVnrN"
                                                }
                                            ],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            }
                                        ],
                                        "method": "GET",
                                        "body": {},
                                        "auth": null
                                    },
                                    "response": [
                                        {
                                            "id": "35ae68ec-7848-439f-96ee-0b3803c4e1e7",
                                            "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": "14az0SYUUzoQQ1H66MkCz"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "M9%m9XsLI4JOWpDmI60f0zha3eijVpqIsT%d4T%ULYS1Kbfyti70YRYcFT%cyVnrN"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can search on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "s",
                                                            "value": "M9%m9XsLI4JOWpDmI60f0zha3eijVpqIsT%d4T%ULYS1Kbfyti70YRYcFT%cyVnrN"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "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": "3a659aba-de65-4ff9-a38c-495cafc74152",
                                            "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": "14az0SYUUzoQQ1H66MkCz"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "M9%m9XsLI4JOWpDmI60f0zha3eijVpqIsT%d4T%ULYS1Kbfyti70YRYcFT%cyVnrN"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can search on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "s",
                                                            "value": "M9%m9XsLI4JOWpDmI60f0zha3eijVpqIsT%d4T%ULYS1Kbfyti70YRYcFT%cyVnrN"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "78d13ac4-e2dd-49b4-95d1-08f128ceaf1d",
                                            "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": "14az0SYUUzoQQ1H66MkCz"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "M9%m9XsLI4JOWpDmI60f0zha3eijVpqIsT%d4T%ULYS1Kbfyti70YRYcFT%cyVnrN"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can search on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "s",
                                                            "value": "M9%m9XsLI4JOWpDmI60f0zha3eijVpqIsT%d4T%ULYS1Kbfyti70YRYcFT%cyVnrN"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "afa0a88c-c96d-4c91-9ade-efa043e4ff5f",
                                            "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": "14az0SYUUzoQQ1H66MkCz"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "M9%m9XsLI4JOWpDmI60f0zha3eijVpqIsT%d4T%ULYS1Kbfyti70YRYcFT%cyVnrN"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can search on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "s",
                                                            "value": "M9%m9XsLI4JOWpDmI60f0zha3eijVpqIsT%d4T%ULYS1Kbfyti70YRYcFT%cyVnrN"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "8397734f-7f9d-420c-a5b5-4217192fb631",
                                            "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": "14az0SYUUzoQQ1H66MkCz"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "M9%m9XsLI4JOWpDmI60f0zha3eijVpqIsT%d4T%ULYS1Kbfyti70YRYcFT%cyVnrN"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can search on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "s",
                                                            "value": "M9%m9XsLI4JOWpDmI60f0zha3eijVpqIsT%d4T%ULYS1Kbfyti70YRYcFT%cyVnrN"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        }
                                    ],
                                    "event": [],
                                    "protocolProfileBehavior": {
                                        "disableBodyPruning": true
                                    }
                                },
                                {
                                    "id": "79c8fa7e-6f40-451d-a585-fb70e0c5a867",
                                    "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": "74bc919e-ff66-4eb3-9253-a8563f039fe8",
                                            "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": "26601630-274c-4f66-b633-4e2d7e5564f0",
                                            "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "2cb9ea39-8f23-4521-8ee6-84a47983d8e9",
                                            "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "26190195-05ef-419d-847e-3fb2ff2e5537",
                                            "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "304cebbb-8896-4a2f-88c4-6db2041dd174",
                                            "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        }
                                    ],
                                    "event": [],
                                    "protocolProfileBehavior": {
                                        "disableBodyPruning": true
                                    }
                                },
                                {
                                    "name": "{id}",
                                    "description": "",
                                    "item": [
                                        {
                                            "id": "3764c0a2-8d39-4bba-9bbd-2cf619151c0f",
                                            "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": "PTu11.P13g.x9c",
                                                            "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": "f48a37a3-4fe2-4af7-8833-58bb3b9b6ba0",
                                                    "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": "38f12418-f53f-4e1f-9bbd-ddd1c5d0dd1c",
                                                    "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "8895edd5-38a3-43e8-92de-b9a9f6b46ce4",
                                                    "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "52c9b6d2-6f6a-4b35-8f82-1ef8168b1ae0",
                                                    "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "7d5325cd-518a-4561-bfa9-ee058312ef93",
                                                    "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "2970cfca-ba08-4081-9a8f-4477e1656ee4",
                                                    "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        },
                                        {
                                            "id": "bdcccb4f-970d-429b-9d44-2bfe3ec43268",
                                            "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": "PTu11.P13g.x9c",
                                                            "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": "1235db71-8781-4a9f-8ad1-75bcde329a3e",
                                                    "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": "b49aeef0-d3a3-4219-82ed-a9bbe719d777",
                                                    "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "c6992e43-98b7-4b7e-99e0-91bbff858238",
                                                    "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "ea076def-4f08-4df8-8750-269ba1db233d",
                                                    "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "034ae3de-fefe-4593-9c20-bde54d08cebe",
                                                    "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "b4dde79e-de0b-49cb-808f-e7b38c2afb9e",
                                                    "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        },
                                        {
                                            "id": "bb74df39-c555-41be-b175-32ef594c8b18",
                                            "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": "PTu11.P13g.x9c",
                                                            "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": "e042b555-ca07-4ce1-bd42-09befec83ebc",
                                                    "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": "3bbbec75-c51c-4dcc-8a62-da9417b4cf3d",
                                                    "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "068d6980-5ebd-477c-93a4-5bf39896c155",
                                                    "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "04beb89d-efa7-432a-b990-02aa0d129600",
                                                    "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "cd4285a3-866a-48db-8226-8823e45d9372",
                                                    "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "55b26c4d-614f-4e19-be2c-7d0048b0eab4",
                                                    "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        }
                                    ]
                                }
                            ]
                        }
                    ]
                },
                {
                    "name": "platform",
                    "description": "",
                    "item": [
                        {
                            "name": "platform",
                            "description": "",
                            "item": [
                                {
                                    "name": "unusedid",
                                    "description": "",
                                    "item": [
                                        {
                                            "id": "211ea73d-aa01-461a-96f3-17704f435ee5",
                                            "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": "0ee995f1-3ced-4334-a6f3-f483aa375c90",
                                                    "name": "Success ",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "platform",
                                                                "platform",
                                                                "unusedid"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": []
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "JSESSIONID",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "OK",
                                                    "code": 200,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"state\": \"STOPPED\",\n  \"version\": \"<string>\",\n  \"initialVersion\": \"<string>\",\n  \"previousVersion\": \"<string>\",\n  \"createdBy\": \"<string>\",\n  \"created\": \"<string>\"\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "b908bf09-ce8f-4cbb-a84e-e0b0148cf4f4",
                                                    "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "70a82fdc-5d8b-4ccb-90e3-23bf686bb840",
                                                    "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "22881c5b-3062-4d29-8877-16c468a5cbc6",
                                                    "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "3203c159-433d-4f47-aa1a-e1856791e4a1",
                                                    "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "e6f89f11-5960-4d2d-937c-6ee05ee1da5a",
                                                    "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        },
                                        {
                                            "id": "64d0c31f-660f-4bf1-ab32-ee70ebf94ee9",
                                            "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": "ce82a045-76f8-412d-b20c-2bdd71446ab7",
                                                    "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": "db7c1cc6-3caf-46c9-81d0-378414036474",
                                                    "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "8edf6771-86c7-465e-af6e-ce3091e473a8",
                                                    "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "1dade89c-141b-4031-8e1f-51bd06817ea4",
                                                    "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "19fef67e-27f4-4b30-a1e9-bdbabae47d08",
                                                    "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "13540093-9900-4ed1-ac3c-813a7736390c",
                                                    "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        }
                                    ]
                                }
                            ]
                        },
                        {
                            "name": "tenant",
                            "description": "",
                            "item": [
                                {
                                    "id": "2c353505-647d-4208-9a17-e15974e6bb75",
                                    "name": "Finds Tenants",
                                    "request": {
                                        "name": "Finds Tenants",
                                        "description": {
                                            "content": "![edition](https://img.shields.io/badge/edition-entreprise-blue)\n\nFinds Tenants with pagination params and filters\n\n- can order on `id`\n- can search on `displayName`\n- can filter on `displayName`\n\nWarning: Since Bonita 7.12, multi-tenancy is deprecated\n",
                                            "type": "text/plain"
                                        },
                                        "url": {
                                            "path": [
                                                "API",
                                                "platform",
                                                "tenant"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "(Required) index of the page to display",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "p",
                                                    "value": "0"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "(Required) maximum number of elements to retrieve",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "c",
                                                    "value": "20"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "can filter on attributes with the format f={filter\\_name}={filter\\_value} with the name/value pair as url encoded string.",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "f",
                                                    "value": "pzpOVpgh8pVtnsJ%jSaqESaGjSZFYzoRQjCjEOWbxXHa%zrarLMwgfeUWvdTh0BF0HEJi0Uzm"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "can filter on attributes with the format f={filter\\_name}={filter\\_value} with the name/value pair as url encoded string.",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "f",
                                                    "value": "14az0SYUUzoQQ1H66MkCz"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "can order on attributes",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "o",
                                                    "value": "M9%m9XsLI4JOWpDmI60f0zha3eijVpqIsT%d4T%ULYS1Kbfyti70YRYcFT%cyVnrN"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "can search on attributes",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "s",
                                                    "value": "M9%m9XsLI4JOWpDmI60f0zha3eijVpqIsT%d4T%ULYS1Kbfyti70YRYcFT%cyVnrN"
                                                }
                                            ],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            }
                                        ],
                                        "method": "GET",
                                        "body": {},
                                        "auth": null
                                    },
                                    "response": [
                                        {
                                            "id": "94d257c1-a294-429d-bd15-63b799e7f017",
                                            "name": "Success ",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "API",
                                                        "platform",
                                                        "tenant"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) index of the page to display",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "p",
                                                            "value": "0"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) maximum number of elements to retrieve",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "c",
                                                            "value": "20"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can filter on attributes with the format f={filter\\_name}={filter\\_value} with the name/value pair as url encoded string.",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "f",
                                                            "value": "14az0SYUUzoQQ1H66MkCz"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "M9%m9XsLI4JOWpDmI60f0zha3eijVpqIsT%d4T%ULYS1Kbfyti70YRYcFT%cyVnrN"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can search on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "s",
                                                            "value": "M9%m9XsLI4JOWpDmI60f0zha3eijVpqIsT%d4T%ULYS1Kbfyti70YRYcFT%cyVnrN"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "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    \"creation\": \"<string>\",\n    \"icon\": \"<string>\",\n    \"name\": \"<string>\",\n    \"description\": \"<string>\",\n    \"username\": \"<string>\",\n    \"password\": \"<string>\",\n    \"state\": \"DEACTIVATED\"\n  },\n  {\n    \"id\": \"<string>\",\n    \"creation\": \"<string>\",\n    \"icon\": \"<string>\",\n    \"name\": \"<string>\",\n    \"description\": \"<string>\",\n    \"username\": \"<string>\",\n    \"password\": \"<string>\",\n    \"state\": \"DEACTIVATED\"\n  }\n]",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "901aabda-1bf3-46ff-baaf-d3a40d50085e",
                                            "name": "Bad request.",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "API",
                                                        "platform",
                                                        "tenant"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) index of the page to display",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "p",
                                                            "value": "0"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) maximum number of elements to retrieve",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "c",
                                                            "value": "20"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can filter on attributes with the format f={filter\\_name}={filter\\_value} with the name/value pair as url encoded string.",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "f",
                                                            "value": "14az0SYUUzoQQ1H66MkCz"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "M9%m9XsLI4JOWpDmI60f0zha3eijVpqIsT%d4T%ULYS1Kbfyti70YRYcFT%cyVnrN"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can search on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "s",
                                                            "value": "M9%m9XsLI4JOWpDmI60f0zha3eijVpqIsT%d4T%ULYS1Kbfyti70YRYcFT%cyVnrN"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "3721a707-1159-4925-ba4a-a43c775c6678",
                                            "name": "Authorization information is missing or invalid.",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "API",
                                                        "platform",
                                                        "tenant"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) index of the page to display",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "p",
                                                            "value": "0"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) maximum number of elements to retrieve",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "c",
                                                            "value": "20"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can filter on attributes with the format f={filter\\_name}={filter\\_value} with the name/value pair as url encoded string.",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "f",
                                                            "value": "14az0SYUUzoQQ1H66MkCz"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "M9%m9XsLI4JOWpDmI60f0zha3eijVpqIsT%d4T%ULYS1Kbfyti70YRYcFT%cyVnrN"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can search on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "s",
                                                            "value": "M9%m9XsLI4JOWpDmI60f0zha3eijVpqIsT%d4T%ULYS1Kbfyti70YRYcFT%cyVnrN"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "da98e56d-4765-4696-adbd-d487106497c4",
                                            "name": "Forbidden, The request contained valid data and was understood by the server, but the server is refusing action.",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "API",
                                                        "platform",
                                                        "tenant"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) index of the page to display",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "p",
                                                            "value": "0"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) maximum number of elements to retrieve",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "c",
                                                            "value": "20"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can filter on attributes with the format f={filter\\_name}={filter\\_value} with the name/value pair as url encoded string.",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "f",
                                                            "value": "14az0SYUUzoQQ1H66MkCz"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "M9%m9XsLI4JOWpDmI60f0zha3eijVpqIsT%d4T%ULYS1Kbfyti70YRYcFT%cyVnrN"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can search on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "s",
                                                            "value": "M9%m9XsLI4JOWpDmI60f0zha3eijVpqIsT%d4T%ULYS1Kbfyti70YRYcFT%cyVnrN"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "9ac5d343-0637-4918-8f6e-48b1f552e21c",
                                            "name": "Unexpected error.",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "API",
                                                        "platform",
                                                        "tenant"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) index of the page to display",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "p",
                                                            "value": "0"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) maximum number of elements to retrieve",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "c",
                                                            "value": "20"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can filter on attributes with the format f={filter\\_name}={filter\\_value} with the name/value pair as url encoded string.",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "f",
                                                            "value": "14az0SYUUzoQQ1H66MkCz"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "M9%m9XsLI4JOWpDmI60f0zha3eijVpqIsT%d4T%ULYS1Kbfyti70YRYcFT%cyVnrN"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can search on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "s",
                                                            "value": "M9%m9XsLI4JOWpDmI60f0zha3eijVpqIsT%d4T%ULYS1Kbfyti70YRYcFT%cyVnrN"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        }
                                    ],
                                    "event": [],
                                    "protocolProfileBehavior": {
                                        "disableBodyPruning": true
                                    }
                                },
                                {
                                    "id": "910dc321-348e-4e56-bd2d-d2537d5ef41c",
                                    "name": "Create the Tenant",
                                    "request": {
                                        "name": "Create the Tenant",
                                        "description": {
                                            "content": "![edition](https://img.shields.io/badge/edition-entreprise-blue)\n\nCreate the Tenant.\n\nWarning: Since Bonita 7.12, multi-tenancy is deprecated. Creating new tenants is strongly discouraged.\n",
                                            "type": "text/plain"
                                        },
                                        "url": {
                                            "path": [
                                                "API",
                                                "platform",
                                                "tenant"
                                            ],
                                            "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  \"username\": \"<string>\",\n  \"password\": \"<string>\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        },
                                        "auth": null
                                    },
                                    "response": [
                                        {
                                            "id": "008810f6-deb6-4cf8-8c61-5e6593b9baa5",
                                            "name": "Success ",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "API",
                                                        "platform",
                                                        "tenant"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Content-Type",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "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  \"username\": \"<string>\",\n  \"password\": \"<string>\"\n}",
                                                    "options": {
                                                        "raw": {
                                                            "headerFamily": "json",
                                                            "language": "json"
                                                        }
                                                    }
                                                }
                                            },
                                            "status": "OK",
                                            "code": 200,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"id\": \"<string>\",\n  \"creation\": \"<string>\",\n  \"icon\": \"<string>\",\n  \"name\": \"<string>\",\n  \"description\": \"<string>\",\n  \"username\": \"<string>\",\n  \"password\": \"<string>\",\n  \"state\": \"ACTIVATED\"\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "2640183f-036b-4232-993e-a9cf15b12553",
                                            "name": "Bad request.",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "API",
                                                        "platform",
                                                        "tenant"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Content-Type",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "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  \"username\": \"<string>\",\n  \"password\": \"<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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "56ea76ec-824b-4c39-b5e2-6cd14cf46a9c",
                                            "name": "Authorization information is missing or invalid.",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "API",
                                                        "platform",
                                                        "tenant"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Content-Type",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "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  \"username\": \"<string>\",\n  \"password\": \"<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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "acff7c93-f51d-4a2e-9043-a9c18cd77f71",
                                            "name": "Forbidden, The request contained valid data and was understood by the server, but the server is refusing action.",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "API",
                                                        "platform",
                                                        "tenant"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Content-Type",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "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  \"username\": \"<string>\",\n  \"password\": \"<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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "c4068c48-6f3d-4c38-afc7-4343fdbee025",
                                            "name": "Unexpected error.",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "API",
                                                        "platform",
                                                        "tenant"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Content-Type",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "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  \"username\": \"<string>\",\n  \"password\": \"<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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        }
                                    ],
                                    "event": [],
                                    "protocolProfileBehavior": {
                                        "disableBodyPruning": true
                                    }
                                },
                                {
                                    "name": "{id}",
                                    "description": "",
                                    "item": [
                                        {
                                            "id": "7084aa6b-8026-43ba-a205-3f23368b0345",
                                            "name": "Finds the Tenant by ID",
                                            "request": {
                                                "name": "Finds the Tenant by ID",
                                                "description": {
                                                    "content": "![edition](https://img.shields.io/badge/edition-entreprise-blue)\n\nReturns the single Tenant for the given ID\nWarning: Since Bonita 7.12, multi-tenancy is deprecated\n",
                                                    "type": "text/plain"
                                                },
                                                "url": {
                                                    "path": [
                                                        "API",
                                                        "platform",
                                                        "tenant",
                                                        ":id"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": [
                                                        {
                                                            "type": "any",
                                                            "value": "PTu11.P13g.x9c",
                                                            "key": "id",
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) ID of the Tenant to return",
                                                                "type": "text/plain"
                                                            }
                                                        }
                                                    ]
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {},
                                                "auth": null
                                            },
                                            "response": [
                                                {
                                                    "id": "d7bed846-a4a3-4c59-8316-0cb02e30e9f2",
                                                    "name": "Success ",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "platform",
                                                                "tenant",
                                                                ":id"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": []
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "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  \"creation\": \"<string>\",\n  \"icon\": \"<string>\",\n  \"name\": \"<string>\",\n  \"description\": \"<string>\",\n  \"username\": \"<string>\",\n  \"password\": \"<string>\",\n  \"state\": \"ACTIVATED\"\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "cc602140-7abf-4640-9c37-940130c30667",
                                                    "name": "Bad request.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "platform",
                                                                "tenant",
                                                                ":id"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": []
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "5e3dc03a-51f9-4500-b53a-0ae8b4489bd6",
                                                    "name": "Authorization information is missing or invalid.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "platform",
                                                                "tenant",
                                                                ":id"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": []
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "35c50649-0d8b-4854-be27-74ed7cf02e85",
                                                    "name": "Forbidden, The request contained valid data and was understood by the server, but the server is refusing action.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "platform",
                                                                "tenant",
                                                                ":id"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": []
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "e01ba274-c23c-4763-9dac-6dbe6c1ddbbe",
                                                    "name": "The resource for the specified ID was not found.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "platform",
                                                                "tenant",
                                                                ":id"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": []
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "105c52ca-d924-45ad-ba2c-00905cb34825",
                                                    "name": "Unexpected error.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "platform",
                                                                "tenant",
                                                                ":id"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": []
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        },
                                        {
                                            "id": "4cfb5fb4-fbde-48ff-98e6-1f781b910687",
                                            "name": "Update the Tenant by ID",
                                            "request": {
                                                "name": "Update the Tenant by ID",
                                                "description": {
                                                    "content": "![edition](https://img.shields.io/badge/edition-entreprise-blue) ![edition](https://img.shields.io/badge/edition-community-brightgreen)\n\nUpdate a Tenant\n\nWarning: Since Bonita 7.12, multi-tenancy is deprecated\n",
                                                    "type": "text/plain"
                                                },
                                                "url": {
                                                    "path": [
                                                        "API",
                                                        "platform",
                                                        "tenant",
                                                        ":id"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": [
                                                        {
                                                            "type": "any",
                                                            "value": "PTu11.P13g.x9c",
                                                            "key": "id",
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) ID of the Tenant to update. In Subscription edition, it is mandatory; not in Community edition, as there is only one tenant",
                                                                "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  \"description\": \"<string>\",\n  \"username\": \"<string>\",\n  \"password\": \"<string>\",\n  \"icon\": \"<string>\",\n  \"state\": \"ACTIVATED\"\n}",
                                                    "options": {
                                                        "raw": {
                                                            "headerFamily": "json",
                                                            "language": "json"
                                                        }
                                                    }
                                                },
                                                "auth": null
                                            },
                                            "response": [
                                                {
                                                    "id": "5a1bc261-2b73-45f9-8312-600ed299f588",
                                                    "name": "OK",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "platform",
                                                                "tenant",
                                                                ":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  \"description\": \"<string>\",\n  \"username\": \"<string>\",\n  \"password\": \"<string>\",\n  \"icon\": \"<string>\",\n  \"state\": \"ACTIVATED\"\n}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        }
                                                    },
                                                    "status": "OK",
                                                    "code": 200,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                },
                                                {
                                                    "id": "2449e274-5f6f-4382-a47f-65380d82faef",
                                                    "name": "Bad request.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "platform",
                                                                "tenant",
                                                                ":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  \"description\": \"<string>\",\n  \"username\": \"<string>\",\n  \"password\": \"<string>\",\n  \"icon\": \"<string>\",\n  \"state\": \"ACTIVATED\"\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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "326ac5a4-0ac0-47df-a45e-341c31d61442",
                                                    "name": "Authorization information is missing or invalid.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "platform",
                                                                "tenant",
                                                                ":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  \"description\": \"<string>\",\n  \"username\": \"<string>\",\n  \"password\": \"<string>\",\n  \"icon\": \"<string>\",\n  \"state\": \"ACTIVATED\"\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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "c9a84885-19ab-4a23-b0cb-c505120eb7f9",
                                                    "name": "Forbidden, The request contained valid data and was understood by the server, but the server is refusing action.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "platform",
                                                                "tenant",
                                                                ":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  \"description\": \"<string>\",\n  \"username\": \"<string>\",\n  \"password\": \"<string>\",\n  \"icon\": \"<string>\",\n  \"state\": \"ACTIVATED\"\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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "9b430b5b-f7e1-4504-8c05-6b8c660a3787",
                                                    "name": "The resource for the specified ID was not found.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "platform",
                                                                "tenant",
                                                                ":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  \"description\": \"<string>\",\n  \"username\": \"<string>\",\n  \"password\": \"<string>\",\n  \"icon\": \"<string>\",\n  \"state\": \"ACTIVATED\"\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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "b8c0b646-c66e-40de-ade2-57c212e3ca12",
                                                    "name": "Unexpected error.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "platform",
                                                                "tenant",
                                                                ":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  \"description\": \"<string>\",\n  \"username\": \"<string>\",\n  \"password\": \"<string>\",\n  \"icon\": \"<string>\",\n  \"state\": \"ACTIVATED\"\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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        },
                                        {
                                            "id": "7c47058e-f7e0-4c05-96e4-da865ba9f8d9",
                                            "name": "Delete the Tenant by ID",
                                            "request": {
                                                "name": "Delete the Tenant by ID",
                                                "description": {
                                                    "content": "![edition](https://img.shields.io/badge/edition-entreprise-blue)\n\nDelete the single Tenant for the given ID\n",
                                                    "type": "text/plain"
                                                },
                                                "url": {
                                                    "path": [
                                                        "API",
                                                        "platform",
                                                        "tenant",
                                                        ":id"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": [
                                                        {
                                                            "type": "any",
                                                            "value": "PTu11.P13g.x9c",
                                                            "key": "id",
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) ID of the Tenant to delete",
                                                                "type": "text/plain"
                                                            }
                                                        }
                                                    ]
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    }
                                                ],
                                                "method": "DELETE",
                                                "body": {},
                                                "auth": null
                                            },
                                            "response": [
                                                {
                                                    "id": "1eedf415-4f8d-45c9-8780-8fc9b3b9d07b",
                                                    "name": "OK",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "platform",
                                                                "tenant",
                                                                ":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": "a56221e4-492c-405f-afda-cf4075ddf071",
                                                    "name": "Bad request.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "platform",
                                                                "tenant",
                                                                ":id"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": []
                                                        },
                                                        "header": [
                                                            {
                                                                "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "7cf78510-fca6-4265-a30b-c256d10be39b",
                                                    "name": "Authorization information is missing or invalid.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "platform",
                                                                "tenant",
                                                                ":id"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": []
                                                        },
                                                        "header": [
                                                            {
                                                                "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "def6d822-3cef-46ec-8f38-7b16afe0332b",
                                                    "name": "Forbidden, The request contained valid data and was understood by the server, but the server is refusing action.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "platform",
                                                                "tenant",
                                                                ":id"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": []
                                                        },
                                                        "header": [
                                                            {
                                                                "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "5589e488-1289-4640-8985-a95f2e80eff3",
                                                    "name": "The resource for the specified ID was not found.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "platform",
                                                                "tenant",
                                                                ":id"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": []
                                                        },
                                                        "header": [
                                                            {
                                                                "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "d0a1bb25-988c-43f7-9c27-47ef90fff1a4",
                                                    "name": "Unexpected error.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "platform",
                                                                "tenant",
                                                                ":id"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": []
                                                        },
                                                        "header": [
                                                            {
                                                                "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        }
                                    ]
                                }
                            ]
                        },
                        {
                            "name": "license",
                            "description": "",
                            "item": [
                                {
                                    "id": "0379bac6-7636-4999-81dc-e4e2a147cac2",
                                    "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.\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": "a520dcdd-0865-4584-bc66-9050175e339f",
                                            "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": "3a42e4ca-beb3-4a72-b98c-63b878e1072a",
                                            "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "c70145a1-680d-4061-973e-915082a90004",
                                            "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "552cef81-7234-4960-a62f-91f6447694e3",
                                            "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "6e4aa5ab-6fef-4f07-bd90-3958b289914b",
                                            "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "e5d0311d-72e7-45c7-b32f-83204a155f2a",
                                            "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        }
                                    ],
                                    "event": [],
                                    "protocolProfileBehavior": {
                                        "disableBodyPruning": true
                                    }
                                }
                            ]
                        }
                    ]
                },
                {
                    "name": "portal",
                    "description": "",
                    "item": [
                        {
                            "name": "page",
                            "description": "",
                            "item": [
                                {
                                    "id": "daecae75-d2f8-4072-9f0c-db596b4e2142",
                                    "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": "pzpOVpgh8pVtnsJ%jSaqESaGjSZFYzoRQjCjEOWbxXHa%zrarLMwgfeUWvdTh0BF0HEJi0Uzm"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "can filter on attributes with the format f={filter\\_name}={filter\\_value} with the name/value pair as url encoded string.",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "f",
                                                    "value": "14az0SYUUzoQQ1H66MkCz"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "can order on attributes",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "o",
                                                    "value": "M9%m9XsLI4JOWpDmI60f0zha3eijVpqIsT%d4T%ULYS1Kbfyti70YRYcFT%cyVnrN"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "can search on attributes",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "s",
                                                    "value": "M9%m9XsLI4JOWpDmI60f0zha3eijVpqIsT%d4T%ULYS1Kbfyti70YRYcFT%cyVnrN"
                                                }
                                            ],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            }
                                        ],
                                        "method": "GET",
                                        "body": {},
                                        "auth": null
                                    },
                                    "response": [
                                        {
                                            "id": "a68ff83d-99ec-462e-8084-5ea9651b6dd5",
                                            "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": "14az0SYUUzoQQ1H66MkCz"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "M9%m9XsLI4JOWpDmI60f0zha3eijVpqIsT%d4T%ULYS1Kbfyti70YRYcFT%cyVnrN"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can search on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "s",
                                                            "value": "M9%m9XsLI4JOWpDmI60f0zha3eijVpqIsT%d4T%ULYS1Kbfyti70YRYcFT%cyVnrN"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "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": "8c34a71d-7ebf-47cb-bbea-0eba5496a8ca",
                                            "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": "14az0SYUUzoQQ1H66MkCz"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "M9%m9XsLI4JOWpDmI60f0zha3eijVpqIsT%d4T%ULYS1Kbfyti70YRYcFT%cyVnrN"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can search on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "s",
                                                            "value": "M9%m9XsLI4JOWpDmI60f0zha3eijVpqIsT%d4T%ULYS1Kbfyti70YRYcFT%cyVnrN"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "9c903fda-a3f4-47f7-9ab2-98cb6f76b720",
                                            "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": "14az0SYUUzoQQ1H66MkCz"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "M9%m9XsLI4JOWpDmI60f0zha3eijVpqIsT%d4T%ULYS1Kbfyti70YRYcFT%cyVnrN"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can search on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "s",
                                                            "value": "M9%m9XsLI4JOWpDmI60f0zha3eijVpqIsT%d4T%ULYS1Kbfyti70YRYcFT%cyVnrN"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "bad317b9-48df-42e7-ae1b-3f6bbe8f28ea",
                                            "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": "14az0SYUUzoQQ1H66MkCz"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "M9%m9XsLI4JOWpDmI60f0zha3eijVpqIsT%d4T%ULYS1Kbfyti70YRYcFT%cyVnrN"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can search on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "s",
                                                            "value": "M9%m9XsLI4JOWpDmI60f0zha3eijVpqIsT%d4T%ULYS1Kbfyti70YRYcFT%cyVnrN"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "91fed9fd-4d34-41cd-862f-7ae099f816c9",
                                            "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": "14az0SYUUzoQQ1H66MkCz"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "M9%m9XsLI4JOWpDmI60f0zha3eijVpqIsT%d4T%ULYS1Kbfyti70YRYcFT%cyVnrN"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can search on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "s",
                                                            "value": "M9%m9XsLI4JOWpDmI60f0zha3eijVpqIsT%d4T%ULYS1Kbfyti70YRYcFT%cyVnrN"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        }
                                    ],
                                    "event": [],
                                    "protocolProfileBehavior": {
                                        "disableBodyPruning": true
                                    }
                                },
                                {
                                    "id": "581f6f09-ddc6-48f0-9c42-f904c82fed32",
                                    "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": "dce1f16a-4508-4946-87d3-7eb2273366cc",
                                            "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": "cc25071a-d1fe-4833-8fc3-bdc9cd6481f4",
                                            "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "2ce6ffab-e849-4135-9a7f-2cc34f700bd2",
                                            "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "02b07ad3-85d8-4aad-9fac-5de2a2230a17",
                                            "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "0ab56004-db92-4f4a-96c2-524dd5988834",
                                            "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        }
                                    ],
                                    "event": [],
                                    "protocolProfileBehavior": {
                                        "disableBodyPruning": true
                                    }
                                },
                                {
                                    "name": "{id}",
                                    "description": "",
                                    "item": [
                                        {
                                            "id": "1f859520-0bcb-4735-bb07-9878481e2da0",
                                            "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": "PTu11.P13g.x9c",
                                                            "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": "38a89b5b-532f-44db-9995-a3b7f8ce3161",
                                                    "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": "5fb115ff-9def-4c2e-95b8-c442eb358416",
                                                    "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "80dee0fd-5562-422b-aa3b-8b7c9eb48482",
                                                    "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "24a90d4f-5e91-497b-a2e5-355bf78197b8",
                                                    "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "81d0a8e9-4115-4e26-9221-723dee850d4b",
                                                    "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "b315c6da-8464-4d89-afb9-1a28c2919f4e",
                                                    "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        },
                                        {
                                            "id": "cd78aa96-51ad-4130-b762-3ee286f79cc7",
                                            "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": "PTu11.P13g.x9c",
                                                            "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": "521d96e9-2c20-4a41-ace2-c1f80c16f692",
                                                    "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": "8b0e3295-5e4d-43ef-9ba5-db44c2f49b2f",
                                                    "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "0d780d31-6488-4371-92a0-d63b3296fb4b",
                                                    "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "0ba14b5d-e779-4e21-98c9-3c6cc35c7ee3",
                                                    "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "0722caef-a1b6-4f24-8efe-1d7076c75c53",
                                                    "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "94e7e1d7-a7b6-43ba-a35a-9bbfa7b89edf",
                                                    "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        },
                                        {
                                            "id": "192bf210-c304-4236-a8d9-936ba0a312b8",
                                            "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": "PTu11.P13g.x9c",
                                                            "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": "104298ad-4503-4da8-bb07-aa17a3491319",
                                                    "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": "8cbcf710-4b22-448a-8015-7180848015f6",
                                                    "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "f955d2ec-35c7-41d8-bfe0-27042f15cd1b",
                                                    "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "e42d0d2b-132d-4835-8c7a-05af3cdc2be1",
                                                    "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "83fc90ec-24ef-4081-a377-1f284d7312d1",
                                                    "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "7a4f2d83-c221-4fe2-a9e1-357b9ffc23b6",
                                                    "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        }
                                    ]
                                }
                            ]
                        },
                        {
                            "name": "profile",
                            "description": "",
                            "item": [
                                {
                                    "id": "ae257e19-9fb5-4ca7-ba37-053b122adf85",
                                    "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": "pzpOVpgh8pVtnsJ%jSaqESaGjSZFYzoRQjCjEOWbxXHa%zrarLMwgfeUWvdTh0BF0HEJi0Uzm"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "can filter on attributes with the format f={filter\\_name}={filter\\_value} with the name/value pair as url encoded string.",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "f",
                                                    "value": "14az0SYUUzoQQ1H66MkCz"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "can search on attributes",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "s",
                                                    "value": "M9%m9XsLI4JOWpDmI60f0zha3eijVpqIsT%d4T%ULYS1Kbfyti70YRYcFT%cyVnrN"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "can order on attributes",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "o",
                                                    "value": "M9%m9XsLI4JOWpDmI60f0zha3eijVpqIsT%d4T%ULYS1Kbfyti70YRYcFT%cyVnrN"
                                                }
                                            ],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            }
                                        ],
                                        "method": "GET",
                                        "body": {},
                                        "auth": null
                                    },
                                    "response": [
                                        {
                                            "id": "8a7491dc-fa2d-4b31-b38c-eaf9f574eace",
                                            "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": "14az0SYUUzoQQ1H66MkCz"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can search on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "s",
                                                            "value": "M9%m9XsLI4JOWpDmI60f0zha3eijVpqIsT%d4T%ULYS1Kbfyti70YRYcFT%cyVnrN"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "M9%m9XsLI4JOWpDmI60f0zha3eijVpqIsT%d4T%ULYS1Kbfyti70YRYcFT%cyVnrN"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "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": "fefbb993-9176-4370-8069-dda40257fd84",
                                            "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": "14az0SYUUzoQQ1H66MkCz"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can search on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "s",
                                                            "value": "M9%m9XsLI4JOWpDmI60f0zha3eijVpqIsT%d4T%ULYS1Kbfyti70YRYcFT%cyVnrN"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "M9%m9XsLI4JOWpDmI60f0zha3eijVpqIsT%d4T%ULYS1Kbfyti70YRYcFT%cyVnrN"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "16e8be95-4df5-4f8d-b51d-82549bcfdc78",
                                            "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": "14az0SYUUzoQQ1H66MkCz"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can search on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "s",
                                                            "value": "M9%m9XsLI4JOWpDmI60f0zha3eijVpqIsT%d4T%ULYS1Kbfyti70YRYcFT%cyVnrN"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "M9%m9XsLI4JOWpDmI60f0zha3eijVpqIsT%d4T%ULYS1Kbfyti70YRYcFT%cyVnrN"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "de1e3a3c-3a8e-423a-a246-fd9bd6fbe6d8",
                                            "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": "14az0SYUUzoQQ1H66MkCz"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can search on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "s",
                                                            "value": "M9%m9XsLI4JOWpDmI60f0zha3eijVpqIsT%d4T%ULYS1Kbfyti70YRYcFT%cyVnrN"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "M9%m9XsLI4JOWpDmI60f0zha3eijVpqIsT%d4T%ULYS1Kbfyti70YRYcFT%cyVnrN"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "d84941d3-f355-469a-a860-d48ff676cb51",
                                            "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": "14az0SYUUzoQQ1H66MkCz"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can search on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "s",
                                                            "value": "M9%m9XsLI4JOWpDmI60f0zha3eijVpqIsT%d4T%ULYS1Kbfyti70YRYcFT%cyVnrN"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "M9%m9XsLI4JOWpDmI60f0zha3eijVpqIsT%d4T%ULYS1Kbfyti70YRYcFT%cyVnrN"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        }
                                    ],
                                    "event": [],
                                    "protocolProfileBehavior": {
                                        "disableBodyPruning": true
                                    }
                                },
                                {
                                    "id": "c7372d1d-a7a0-479b-818d-e6e7a32cd98e",
                                    "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": "77461183-12a3-45e5-959a-6bf78df193f8",
                                            "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": "ab0d91ef-c684-49fe-a48e-afdbf8baf23a",
                                            "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "8980f46a-8920-4089-abcf-0a6a73b03661",
                                            "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "e09edd4a-43eb-4683-8a2c-4bac40664106",
                                            "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "b3499810-1d45-4ef5-8e65-93f0207357ad",
                                            "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        }
                                    ],
                                    "event": [],
                                    "protocolProfileBehavior": {
                                        "disableBodyPruning": true
                                    }
                                },
                                {
                                    "name": "{id}",
                                    "description": "",
                                    "item": [
                                        {
                                            "id": "31ea797f-fd42-4c60-9587-6ad18262d703",
                                            "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": "PTu11.P13g.x9c",
                                                            "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": "3fc6443e-f9a2-4d7b-9a49-52ce51496ffe",
                                                    "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": "74744689-0c0e-447b-9ae7-8d0bd9853cd7",
                                                    "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "b41ad9e9-823a-4352-8108-8178e01d84ea",
                                                    "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "3e7fa591-6a63-4d12-9986-d9a9af1220be",
                                                    "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "b7f9e07d-7f0c-4704-bef9-f3654358f95e",
                                                    "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "342a6a5b-ac3f-477b-b9a0-98a3675f8868",
                                                    "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        },
                                        {
                                            "id": "c40cfeb3-20ec-4589-88d3-30d4e5cef457",
                                            "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": "PTu11.P13g.x9c",
                                                            "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": "6ba9859b-cbb4-4ea6-9217-af8f46cf3278",
                                                    "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": "8797f83b-6813-4127-92b4-62946ac99453",
                                                    "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "36d813c5-3d64-4775-a7b0-f932f0263587",
                                                    "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "f2534854-2195-4c22-adb4-14004abcdf0b",
                                                    "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "169deb14-caf3-4be1-b320-b71b62660c05",
                                                    "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "1d35e786-ce76-478c-bceb-ff0c862b4132",
                                                    "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        },
                                        {
                                            "id": "7c2b558d-423a-4549-9d04-532d4e03c69d",
                                            "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": "PTu11.P13g.x9c",
                                                            "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": "1f8f6a20-7872-46da-abcf-31377ffbb211",
                                                    "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": "70fb2057-399e-4a0a-a13b-2c0f4aceb2d2",
                                                    "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "cd265b26-c5c7-4c0c-ba12-602d05d7bdf9",
                                                    "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "0f9dec93-225d-4470-8938-71173eae329e",
                                                    "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "af5c88e0-9099-492d-b7be-45836a8d1520",
                                                    "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "3b211a4b-eaf9-41ee-a891-6cdf09f43154",
                                                    "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        }
                                    ]
                                }
                            ]
                        },
                        {
                            "name": "profileEntry",
                            "description": "",
                            "item": [
                                {
                                    "id": "b527b21e-d1de-493b-ac4e-715c7781fc52",
                                    "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": "pzpOVpgh8pVtnsJ%jSaqESaGjSZFYzoRQjCjEOWbxXHa%zrarLMwgfeUWvdTh0BF0HEJi0Uzm"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "can filter on attributes with the format f={filter\\_name}={filter\\_value} with the name/value pair as url encoded string.",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "f",
                                                    "value": "14az0SYUUzoQQ1H66MkCz"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "can search on attributes",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "s",
                                                    "value": "M9%m9XsLI4JOWpDmI60f0zha3eijVpqIsT%d4T%ULYS1Kbfyti70YRYcFT%cyVnrN"
                                                }
                                            ],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            }
                                        ],
                                        "method": "GET",
                                        "body": {},
                                        "auth": null
                                    },
                                    "response": [
                                        {
                                            "id": "239c2e37-4436-43f4-bd17-139e262abc76",
                                            "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": "14az0SYUUzoQQ1H66MkCz"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can search on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "s",
                                                            "value": "M9%m9XsLI4JOWpDmI60f0zha3eijVpqIsT%d4T%ULYS1Kbfyti70YRYcFT%cyVnrN"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "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": "33bb00fa-07a7-44a9-9fd8-23be67ea1f0d",
                                            "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": "14az0SYUUzoQQ1H66MkCz"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can search on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "s",
                                                            "value": "M9%m9XsLI4JOWpDmI60f0zha3eijVpqIsT%d4T%ULYS1Kbfyti70YRYcFT%cyVnrN"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "bf598ead-ea75-4932-bede-144245ff9230",
                                            "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": "14az0SYUUzoQQ1H66MkCz"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can search on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "s",
                                                            "value": "M9%m9XsLI4JOWpDmI60f0zha3eijVpqIsT%d4T%ULYS1Kbfyti70YRYcFT%cyVnrN"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "1fb0b92d-7914-487d-bee0-aa71f8d62de9",
                                            "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": "14az0SYUUzoQQ1H66MkCz"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can search on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "s",
                                                            "value": "M9%m9XsLI4JOWpDmI60f0zha3eijVpqIsT%d4T%ULYS1Kbfyti70YRYcFT%cyVnrN"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "768adfcd-2e05-41a8-91f6-454ff94e51ae",
                                            "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": "14az0SYUUzoQQ1H66MkCz"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can search on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "s",
                                                            "value": "M9%m9XsLI4JOWpDmI60f0zha3eijVpqIsT%d4T%ULYS1Kbfyti70YRYcFT%cyVnrN"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        }
                                    ],
                                    "event": [],
                                    "protocolProfileBehavior": {
                                        "disableBodyPruning": true
                                    }
                                },
                                {
                                    "id": "20b3a40e-8c52-433e-8646-7a36cc984233",
                                    "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": "3f907770-772f-47b0-a85a-07c2f39e82c8",
                                            "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": "4b8360a0-6ccd-4033-bbbb-9fc550da9e7a",
                                            "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "8919aaac-37d4-4109-8834-934ee8094dbe",
                                            "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "ecb3ff2f-9c49-40ef-b992-301905ee36e1",
                                            "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "a84ca462-7c96-426c-9602-92cee1cc049c",
                                            "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        }
                                    ],
                                    "event": [],
                                    "protocolProfileBehavior": {
                                        "disableBodyPruning": true
                                    }
                                },
                                {
                                    "name": "{id}",
                                    "description": "",
                                    "item": [
                                        {
                                            "id": "7faa7ba6-d5fe-4957-8656-9a1d7f9b2815",
                                            "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": "PTu11.P13g.x9c",
                                                            "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": "92796e25-70d5-4ef9-9cbe-5fd8e8ff2fc1",
                                                    "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": "ec7438ff-c3b2-4f02-97ce-5371c8c8d9cc",
                                                    "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "e442b6d9-08e3-4b2e-b7e3-68c43a060357",
                                                    "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "4da85357-bc85-4d4d-b1cd-1ad34e176c52",
                                                    "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "f4a3f6d7-74f1-49cb-8c57-6601ff2e6594",
                                                    "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "9f6072bd-e18d-445e-a3c3-0d284569941c",
                                                    "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        },
                                        {
                                            "id": "94193591-3e5e-45b2-856f-8d2855408e19",
                                            "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": "PTu11.P13g.x9c",
                                                            "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": "72766f88-fa25-457a-96e6-19fcb3289404",
                                                    "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": "98e0f05e-f8fc-4459-9c93-cafe30d940de",
                                                    "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "45f437c0-0809-45ad-ba9d-e71748dea4ef",
                                                    "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "1b19dfb9-8251-4d20-8745-7c150721a682",
                                                    "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "16760898-a2a9-412f-89ba-c08bd61f27f7",
                                                    "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "52d797f1-6ee1-4004-965d-546c07fc7d38",
                                                    "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        },
                                        {
                                            "id": "5f641d92-6f8c-4668-a45a-ad4f6bfe5db3",
                                            "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": "PTu11.P13g.x9c",
                                                            "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": "da9995ed-a0a3-43bb-b39d-1b07af078eab",
                                                    "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": "61ab415d-aeb1-49ea-961c-008795fd044c",
                                                    "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "036a3d58-826c-4dd7-8dea-3e4416e2b04c",
                                                    "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "fad3872c-0012-4775-b661-469b49f781e3",
                                                    "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "7ba6a173-6cc3-4d63-92d3-1b199179c88f",
                                                    "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "74f8c21d-d603-43da-bd26-3db81486dffe",
                                                    "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        }
                                    ]
                                }
                            ]
                        },
                        {
                            "name": "profileMember",
                            "description": "",
                            "item": [
                                {
                                    "id": "d0de9d0a-1efa-4e9e-beca-78f195206473",
                                    "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": "pzpOVpgh8pVtnsJ%jSaqESaGjSZFYzoRQjCjEOWbxXHa%zrarLMwgfeUWvdTh0BF0HEJi0Uzm"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "can filter on attributes with the format f={filter\\_name}={filter\\_value} with the name/value pair as url encoded string.",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "f",
                                                    "value": "14az0SYUUzoQQ1H66MkCz"
                                                }
                                            ],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            }
                                        ],
                                        "method": "GET",
                                        "body": {},
                                        "auth": null
                                    },
                                    "response": [
                                        {
                                            "id": "a1a06107-ff32-40c5-9149-5e970f368b5d",
                                            "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": "14az0SYUUzoQQ1H66MkCz"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "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": "ee653fd0-7853-4cfe-8c06-d5547bc66b71",
                                            "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": "14az0SYUUzoQQ1H66MkCz"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "e2996a31-e036-4d51-baec-27168d4fb053",
                                            "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": "14az0SYUUzoQQ1H66MkCz"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "4e00035d-21f4-4eef-ae48-c51b338bbec1",
                                            "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": "14az0SYUUzoQQ1H66MkCz"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "deebf20b-e089-4422-91da-0569d0290006",
                                            "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": "14az0SYUUzoQQ1H66MkCz"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        }
                                    ],
                                    "event": [],
                                    "protocolProfileBehavior": {
                                        "disableBodyPruning": true
                                    }
                                },
                                {
                                    "id": "8be6f826-7e01-49af-9253-9be70bfb7c89",
                                    "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": "0401ae54-58e9-48b4-990c-7ea49f68ce6a",
                                            "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": "8adc1487-6d88-426e-ba20-30a984f957ff",
                                            "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "2b37048e-d60e-47ee-977f-26ec8613ea8a",
                                            "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "36ed5344-9d2f-4bb6-9ea1-659011c0218a",
                                            "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "3fe959e0-7f95-4784-9505-8413f330d3d7",
                                            "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        }
                                    ],
                                    "event": [],
                                    "protocolProfileBehavior": {
                                        "disableBodyPruning": true
                                    }
                                },
                                {
                                    "name": "{id}",
                                    "description": "",
                                    "item": [
                                        {
                                            "id": "58d75a8d-4921-4835-a52c-52f72cc7c575",
                                            "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": "bd37e0ea-a630-480b-b6e9-1d78b354cd44",
                                                    "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": "b9b10d67-7e33-4a7b-8203-262c3561c48e",
                                                    "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "75d16642-885b-4d02-9bc6-8f627cbc58e8",
                                                    "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "f73756bf-4c70-4ebf-a7f1-c446c0db601a",
                                                    "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "e13c1646-2362-40f8-b18a-f01df8fc9599",
                                                    "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "12b340ff-0bc2-467a-8f15-d87f826df0c4",
                                                    "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        },
                                        {
                                            "id": "c02a9279-47ba-4931-ba06-5674cf749b32",
                                            "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": "PTu11.P13g.x9c",
                                                            "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": "8f595808-31b4-4ac2-8244-729cb21cc3dc",
                                                    "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": "4d22e935-aadb-4065-9059-fd6420379146",
                                                    "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "5f22eb4f-a782-4d55-b6e2-4ddcd8db27e6",
                                                    "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "6854b495-7bb2-4d19-a119-6e6b6050eb2f",
                                                    "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "c324b629-16d7-433d-b138-e9c495574dae",
                                                    "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "9fa68539-2a05-40db-91d6-2a391fdc2314",
                                                    "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        }
                                    ]
                                }
                            ]
                        },
                        {
                            "name": "theme",
                            "description": "",
                            "item": [
                                {
                                    "id": "bd0b01e7-c65d-44fc-98f0-bd9ed1422c9b",
                                    "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": "2ecbe7f1-b581-4da0-9527-74e3ddf1264a",
                                            "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": "9528ed83-da8b-49cd-9ece-de57746b9214",
                                            "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "c968aa26-815b-4969-bf24-15c12213ba44",
                                            "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "8492ee51-3d68-40ee-a793-65beec43f341",
                                            "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "9eb8b851-f847-40bb-838b-674d4401e448",
                                            "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        }
                                    ],
                                    "event": [],
                                    "protocolProfileBehavior": {
                                        "disableBodyPruning": true
                                    }
                                },
                                {
                                    "name": "unusedId",
                                    "description": "",
                                    "item": [
                                        {
                                            "id": "90cb0578-77ea-4376-b9e8-e6ee10cf7a2a",
                                            "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\": \"mobile\"\n}",
                                                    "options": {
                                                        "raw": {
                                                            "headerFamily": "json",
                                                            "language": "json"
                                                        }
                                                    }
                                                },
                                                "auth": null
                                            },
                                            "response": [
                                                {
                                                    "id": "c0f439a7-531e-4180-8385-faaf2ed490ba",
                                                    "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\": \"mobile\"\n}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        }
                                                    },
                                                    "status": "OK",
                                                    "code": 200,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                },
                                                {
                                                    "id": "0a384e46-da64-4533-a69b-ef8ae4668e0b",
                                                    "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\": \"mobile\"\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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "9b4e7a1c-93b8-470c-bab7-c137347a54bc",
                                                    "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\": \"mobile\"\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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "9ab5b861-19b0-4b8a-bf6a-e64dd732a74a",
                                                    "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\": \"mobile\"\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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "5a248a28-8451-4fa6-8ea2-ca66c4ef02af",
                                                    "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\": \"mobile\"\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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "0f4bdf18-9fdf-4090-bfe3-7040bfb9b580",
                                                    "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\": \"mobile\"\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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        }
                                    ]
                                }
                            ]
                        }
                    ]
                },
                {
                    "name": "system",
                    "description": "",
                    "item": [
                        {
                            "name": "i18nlocale",
                            "description": "",
                            "item": [
                                {
                                    "id": "eb9d1a4f-f1ad-40ed-b0d8-c944119deea0",
                                    "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": "2a4a471a-ff9b-4cec-aac2-80f8f5e1c10a",
                                            "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": "b25cec06-243e-4807-ab2c-4fd6cc41b085",
                                            "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "6fc18e4c-a714-4933-994b-c524d95b25a6",
                                            "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "d5468c9c-ba95-4909-ba7f-0a74d49653ae",
                                            "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "e6aa3f6b-119a-41a3-a51b-282a0d79d9c7",
                                            "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        }
                                    ],
                                    "event": [],
                                    "protocolProfileBehavior": {
                                        "disableBodyPruning": true
                                    }
                                }
                            ]
                        },
                        {
                            "name": "i18ntranslation",
                            "description": "",
                            "item": [
                                {
                                    "id": "b248620a-a36f-477e-add1-9338645f6fee",
                                    "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": "pzpOVpgh8pVtnsJ%jSaqESaGjSZFYzoRQjCjEOWbxXHa%zrarLMwgfeUWvdTh0BF0HEJi0Uzm"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "can filter on attributes with the format f={filter\\_name}={filter\\_value} with the name/value pair as url encoded string.",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "f",
                                                    "value": "14az0SYUUzoQQ1H66MkCz"
                                                }
                                            ],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            }
                                        ],
                                        "method": "GET",
                                        "body": {},
                                        "auth": null
                                    },
                                    "response": [
                                        {
                                            "id": "5666dc7f-58df-40a1-85a4-cfa42cd566fd",
                                            "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": "14az0SYUUzoQQ1H66MkCz"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "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    \"qui_9c\": \"<string>\"\n  },\n  {\n    \"incididunt_5\": \"<string>\",\n    \"ut_\": \"<string>\"\n  }\n]",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "80a7482d-3d0a-4653-be07-bcce1015792f",
                                            "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": "14az0SYUUzoQQ1H66MkCz"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "57115542-cffc-4fce-becd-349fd0edf11f",
                                            "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": "14az0SYUUzoQQ1H66MkCz"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "c4029f38-f34a-4cb1-896c-6775f86fb846",
                                            "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": "14az0SYUUzoQQ1H66MkCz"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "8ff9c3a5-517c-4c63-9c88-f1268e4da62b",
                                            "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": "14az0SYUUzoQQ1H66MkCz"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        }
                                    ],
                                    "event": [],
                                    "protocolProfileBehavior": {
                                        "disableBodyPruning": true
                                    }
                                }
                            ]
                        },
                        {
                            "name": "session",
                            "description": "",
                            "item": [
                                {
                                    "name": "unusedId",
                                    "description": "",
                                    "item": [
                                        {
                                            "id": "7fb5ded4-19d4-4c97-b36d-f0746b8fd653",
                                            "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": "d8d2d967-3eaf-4c89-9a66-42612b45bf40",
                                                    "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": "b91fee96-cbab-49a8-8611-fec781110985",
                                                    "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "b136b095-5f93-4b5f-9e8c-3d1659868466",
                                                    "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "7a1d5b24-5339-4ca6-a5f6-46c03e4a8f25",
                                                    "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "34398795-cfd5-4458-a855-08f455398641",
                                                    "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        }
                                    ]
                                }
                            ]
                        },
                        {
                            "name": "tenant",
                            "description": "",
                            "item": [
                                {
                                    "name": "{id}",
                                    "description": "",
                                    "item": [
                                        {
                                            "id": "c1e78749-44c2-4600-9ead-dd0a92a70c77",
                                            "name": "Get the current Tenant",
                                            "request": {
                                                "name": "Get the current Tenant",
                                                "description": {
                                                    "content": "Pause and resume tenant services in order to do maintenance on a tenant.\n\nWarning: since Bonita 9.0.0, /API/system/tenant API resource is deprecated. Use /API/system/maintenance instead to retrieve the maintenance state.\n",
                                                    "type": "text/plain"
                                                },
                                                "url": {
                                                    "path": [
                                                        "API",
                                                        "system",
                                                        "tenant",
                                                        ":id"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": [
                                                        {
                                                            "type": "any",
                                                            "value": "PTu11.P13g.x9c",
                                                            "key": "id",
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) ID of the tenant",
                                                                "type": "text/plain"
                                                            }
                                                        }
                                                    ]
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {},
                                                "auth": null
                                            },
                                            "response": [
                                                {
                                                    "id": "24222aab-860c-4a05-a004-24e97e71774b",
                                                    "name": "Success ",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "system",
                                                                "tenant",
                                                                ":id"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": []
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "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  \"paused\": \"<boolean>\"\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "b4798648-9592-4132-8781-124c932861de",
                                                    "name": "Bad request.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "system",
                                                                "tenant",
                                                                ":id"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": []
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "c474163a-0e1d-47bd-9d2c-e3d959a7b875",
                                                    "name": "Authorization information is missing or invalid.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "system",
                                                                "tenant",
                                                                ":id"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": []
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "d85b2537-7f69-4a0f-8c79-8d8ef1eb7b25",
                                                    "name": "Forbidden, The request contained valid data and was understood by the server, but the server is refusing action.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "system",
                                                                "tenant",
                                                                ":id"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": []
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "f4e2875d-aba6-4d00-a4d2-67e12e4f5ea9",
                                                    "name": "The resource for the specified ID was not found.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "system",
                                                                "tenant",
                                                                ":id"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": []
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "abc16eed-c43e-4ad0-b1ec-278630892d11",
                                                    "name": "Unexpected error.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "system",
                                                                "tenant",
                                                                ":id"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": []
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        },
                                        {
                                            "id": "716fe60a-7597-41a5-9816-93e36c85d051",
                                            "name": "Update the current Tenant",
                                            "request": {
                                                "name": "Update the current Tenant",
                                                "description": {
                                                    "content": "Pause or resume the current tenant.\n\nWarning: since Bonita 9.0.0, /API/system/tenant API resource is deprecated. Use /API/system/maintenance instead to enable the maintenance mode (same behavior as pausing the tenant).\n",
                                                    "type": "text/plain"
                                                },
                                                "url": {
                                                    "path": [
                                                        "API",
                                                        "system",
                                                        "tenant",
                                                        ":id"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": [
                                                        {
                                                            "type": "any",
                                                            "value": "PTu11.P13g.x9c",
                                                            "key": "id",
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) ID of the tenant",
                                                                "type": "text/plain"
                                                            }
                                                        }
                                                    ]
                                                },
                                                "header": [
                                                    {
                                                        "key": "Content-Type",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    }
                                                ],
                                                "method": "PUT",
                                                "body": {
                                                    "mode": "raw",
                                                    "raw": "{\n  \"paused\": \"<string>\"\n}",
                                                    "options": {
                                                        "raw": {
                                                            "headerFamily": "json",
                                                            "language": "json"
                                                        }
                                                    }
                                                },
                                                "auth": null
                                            },
                                            "response": [
                                                {
                                                    "id": "5ac460a4-4b46-4440-8275-8447fb3319bf",
                                                    "name": "OK",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "system",
                                                                "tenant",
                                                                ":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  \"paused\": \"<string>\"\n}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        }
                                                    },
                                                    "status": "OK",
                                                    "code": 200,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                },
                                                {
                                                    "id": "37994ee4-3dce-4091-a8bf-36aeeca2d595",
                                                    "name": "Bad request.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "system",
                                                                "tenant",
                                                                ":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  \"paused\": \"<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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "c797f3f1-a929-4d63-8995-e938862bf1ab",
                                                    "name": "Authorization information is missing or invalid.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "system",
                                                                "tenant",
                                                                ":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  \"paused\": \"<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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "0a422b15-134d-47ce-b923-f10fc84b17fa",
                                                    "name": "Forbidden, The request contained valid data and was understood by the server, but the server is refusing action.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "system",
                                                                "tenant",
                                                                ":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  \"paused\": \"<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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "07398ecc-b527-4253-ac38-da7560cb7056",
                                                    "name": "The resource for the specified ID was not found.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "system",
                                                                "tenant",
                                                                ":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  \"paused\": \"<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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "86ddf7df-f32f-4c90-8fbb-5be1978b6368",
                                                    "name": "Unexpected error.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "system",
                                                                "tenant",
                                                                ":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  \"paused\": \"<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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        }
                                    ]
                                }
                            ]
                        },
                        {
                            "name": "maintenance",
                            "description": "",
                            "item": [
                                {
                                    "id": "6bff5777-2294-4ab0-8612-b98ace60d8bf",
                                    "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": "d3665d63-8355-4b6c-bfb6-ef7594d14d0e",
                                            "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": "00c73ccd-42c6-4cf5-a52d-3fe2a5b1336b",
                                            "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "d4727cd5-9dae-44df-ab2a-56e51c469fb6",
                                            "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "16be1c29-cf36-46e9-b564-2b2a87c751b9",
                                            "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "ae8a6710-80ce-4275-81b1-492a67368e20",
                                            "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        }
                                    ],
                                    "event": [],
                                    "protocolProfileBehavior": {
                                        "disableBodyPruning": true
                                    }
                                },
                                {
                                    "id": "57de12bb-825d-4984-8756-722222cb9470",
                                    "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": "d9677dbe-8eb2-4b32-a721-5994a09ec8fd",
                                            "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": "e7763cb3-9b23-4c81-a9fa-08b3b988b3f4",
                                            "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "12b74024-eed3-4410-96a2-9c5374b59ceb",
                                            "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "a32d4087-1195-4f2a-ae0a-3561c72d31ea",
                                            "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "300037ad-4946-41be-907b-455c5b95d069",
                                            "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        }
                                    ],
                                    "event": [],
                                    "protocolProfileBehavior": {
                                        "disableBodyPruning": true
                                    }
                                }
                            ]
                        },
                        {
                            "name": "license",
                            "description": "",
                            "item": [
                                {
                                    "name": "unusedid",
                                    "description": "",
                                    "item": [
                                        {
                                            "id": "b7689ea9-2370-4e3f-bdec-2375fb4eb226",
                                            "name": "Get the current server license",
                                            "request": {
                                                "name": "Get the current server license",
                                                "description": {
                                                    "content": "Returns license information for the current server\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": "d4e0036a-b90e-4e0c-8b4d-c010907cbfb2",
                                                    "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": "3baf0150-8cc2-4757-a550-5efbf6858bed",
                                                    "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "9ad8648e-f512-4e42-b476-b02d11e836f2",
                                                    "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "50d70d05-56c4-484b-8daf-893327ef12d4",
                                                    "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "c08f8cc7-6dc5-4963-969c-6fb5d816287d",
                                                    "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        }
                                    ]
                                }
                            ]
                        }
                    ]
                },
                {
                    "name": "tenant",
                    "description": "",
                    "item": [
                        {
                            "name": "bdm",
                            "description": "",
                            "item": [
                                {
                                    "id": "a7a16840-9ddd-48d1-b03e-55a1f6f9d665",
                                    "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": "4fb330b1-392d-45ce-b563-9d8e883d1e89",
                                            "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": "a47c4fae-3f99-4f7e-8e7a-9a1ebc2de403",
                                            "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "194731f8-5395-4f6b-aa43-573188c85dc8",
                                            "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "77ad4e7a-29cc-4db4-bb31-6009c6cef670",
                                            "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "2f2a5238-440f-44ab-a7e1-033860ac2cef",
                                            "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "5c7062f4-33b4-4e5b-981f-8dfa071f40ce",
                                            "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        }
                                    ],
                                    "event": [],
                                    "protocolProfileBehavior": {
                                        "disableBodyPruning": true
                                    }
                                },
                                {
                                    "id": "2c00b694-78ec-4376-a589-16c99749def7",
                                    "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": "92ebad1f-c4b4-4b4a-8148-c8b534f25600",
                                            "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": "5a22594f-2bd3-41e0-83d0-92561322018a",
                                            "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "f4d87c98-0473-4bd9-aa3c-234fdc2d0c49",
                                            "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "a80756be-2edb-41e7-a001-0d3126e49151",
                                            "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "5d815830-cf83-4a8b-99ff-8e20c0e0707b",
                                            "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        }
                                    ],
                                    "event": [],
                                    "protocolProfileBehavior": {
                                        "disableBodyPruning": true
                                    }
                                }
                            ]
                        }
                    ]
                }
            ]
        },
        {
            "name": "services",
            "description": "",
            "item": [
                {
                    "name": "application",
                    "description": "",
                    "item": [
                        {
                            "name": "import",
                            "description": "",
                            "item": [
                                {
                                    "id": "87113b1d-e68c-497c-bd6c-898ec66efa15",
                                    "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": "ac664106-42d7-425a-b957-b0b86cf6dc05",
                                            "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": "bc15e14a-c06c-4b10-8b01-b600477d3e12",
                                            "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "b38bc56b-7560-4216-97f9-f930ee346a84",
                                            "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "251c3515-85f8-4cda-b2c3-97e5d17b0e2b",
                                            "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "821d0610-5dd7-48ee-a923-e81919a80890",
                                            "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "ec3c0475-4fbe-4be2-b1ce-8feb3bf25db6",
                                            "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        }
                                    ],
                                    "event": [],
                                    "protocolProfileBehavior": {
                                        "disableBodyPruning": true
                                    }
                                }
                            ]
                        }
                    ]
                },
                {
                    "name": "bdmAccessControl",
                    "description": "",
                    "item": [
                        {
                            "name": "install",
                            "description": "",
                            "item": [
                                {
                                    "id": "b6e0ae79-71e1-4c3a-a2a6-fb2a64faeae6",
                                    "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": "294e6516-3a5e-4dbb-bd92-9eaa3a13f619",
                                            "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": "15b12cbe-a125-4ee2-846e-127df2da5792",
                                            "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "12729036-82e3-4e59-8149-4314314b2ded",
                                            "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "f25cb790-13d4-4242-956d-954a88cbb778",
                                            "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "0311c50f-cbe9-453f-843c-1e513d0f7f46",
                                            "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "52bb43ab-3d55-495a-9dbf-6ed27f3a75e2",
                                            "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        }
                                    ],
                                    "event": [],
                                    "protocolProfileBehavior": {
                                        "disableBodyPruning": true
                                    }
                                }
                            ]
                        }
                    ]
                },
                {
                    "name": "organization",
                    "description": "",
                    "item": [
                        {
                            "name": "import",
                            "description": "",
                            "item": [
                                {
                                    "id": "c982d31c-7d9d-4d1a-a1bd-9212589404c4",
                                    "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": "1be62ac5-a8d5-43b2-b423-ec831ffd7088",
                                            "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": "54127824-9040-4bc6-8d51-2bc89b915b1b",
                                            "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "8ec53b5a-d1a9-4b51-8843-63872c9e65a5",
                                            "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "ad748a56-bb5e-4c7c-9558-aa514c8d225c",
                                            "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "3d92a7f9-defd-4649-9983-a29a03fba1f5",
                                            "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "636e09a5-2c9b-490d-b9c0-1d0d6f5a495f",
                                            "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        }
                                    ],
                                    "event": [],
                                    "protocolProfileBehavior": {
                                        "disableBodyPruning": true
                                    }
                                }
                            ]
                        }
                    ]
                },
                {
                    "name": "profile",
                    "description": "",
                    "item": [
                        {
                            "name": "import",
                            "description": "",
                            "item": [
                                {
                                    "id": "736efb81-57f1-42c8-a98e-3b637b08ef6e",
                                    "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": "d3b5bcd8-d230-4719-bca8-13d324a22411",
                                            "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": "34824916-d174-41b9-b3b1-ea5f0ac959aa",
                                            "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "f047d23d-103f-40f7-a10d-57b8a4e550ef",
                                            "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "9a5a0c13-22c8-4832-849b-d070589b4d5e",
                                            "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "bdcbbd49-e46f-446d-8ad8-c94c0378b651",
                                            "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "3ae7ef10-dfb0-444f-b0d4-9c4dbecc608f",
                                            "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        }
                                    ],
                                    "event": [],
                                    "protocolProfileBehavior": {
                                        "disableBodyPruning": true
                                    }
                                }
                            ]
                        }
                    ]
                }
            ]
        },
        {
            "name": "portal",
            "description": "",
            "item": [
                {
                    "name": "applicationsUpload",
                    "description": "",
                    "item": [
                        {
                            "id": "7154327e-fbc5-498f-9add-827cd6183a3c",
                            "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",
                                            "value": "<string>",
                                            "type": "text"
                                        }
                                    ]
                                },
                                "auth": null
                            },
                            "response": [
                                {
                                    "id": "dd4b5e95-b106-4a6e-893c-0436b39a402c",
                                    "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",
                                                    "value": "<string>",
                                                    "type": "text"
                                                }
                                            ]
                                        }
                                    },
                                    "status": "OK",
                                    "code": 200,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "text/plain"
                                        }
                                    ],
                                    "body": "S1reqD31HxKoqhWKCRM49DCK9PkOYLrb4q_7tlsvKhyRvR1zInKjSf7Mv87W2JGZ9kn3cUZjqC0PnukesYLr3laHaXU58Z0dGFDkJH_7EMCO5yHsqj89EwYE0dITNqFhgAnX.dBGLVBPDthWC2qOJTBXNeiuDDkq1_U_D0Nq1EItE7jE8v6zzRovYCL1_Ff",
                                    "cookie": [],
                                    "_postman_previewlanguage": "text"
                                },
                                {
                                    "id": "5b69e58d-97e4-43aa-b857-a97edd28870b",
                                    "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",
                                                    "value": "<string>",
                                                    "type": "text"
                                                }
                                            ]
                                        }
                                    },
                                    "status": "Bad Request",
                                    "code": 400,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "accb32cf-f517-4f77-8e8c-6f73edc2d46d",
                                    "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",
                                                    "value": "<string>",
                                                    "type": "text"
                                                }
                                            ]
                                        }
                                    },
                                    "status": "Unauthorized",
                                    "code": 401,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "fb1db8d3-a27b-4f1c-97d1-0614a95ffacb",
                                    "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",
                                                    "value": "<string>",
                                                    "type": "text"
                                                }
                                            ]
                                        }
                                    },
                                    "status": "Forbidden",
                                    "code": 403,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "a5709b62-eba1-4f54-aa1d-094330447a71",
                                    "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",
                                                    "value": "<string>",
                                                    "type": "text"
                                                }
                                            ]
                                        }
                                    },
                                    "status": "Internal Server Error",
                                    "code": 500,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                }
                            ],
                            "event": [],
                            "protocolProfileBehavior": {
                                "disableBodyPruning": true
                            }
                        }
                    ]
                },
                {
                    "name": "bdmAccessControlUpload",
                    "description": "",
                    "item": [
                        {
                            "id": "5174087c-88a2-42cb-85a6-7853a2ae3646",
                            "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",
                                            "value": "<string>",
                                            "type": "text"
                                        }
                                    ]
                                },
                                "auth": null
                            },
                            "response": [
                                {
                                    "id": "b0cc385f-8793-4a7f-b9be-44c23e847bdf",
                                    "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",
                                                    "value": "<string>",
                                                    "type": "text"
                                                }
                                            ]
                                        }
                                    },
                                    "status": "OK",
                                    "code": 200,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "text/plain"
                                        }
                                    ],
                                    "body": "PTu11.P13g.x9c",
                                    "cookie": [],
                                    "_postman_previewlanguage": "text"
                                },
                                {
                                    "id": "04cac169-fa04-4197-92fb-b91b71162092",
                                    "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",
                                                    "value": "<string>",
                                                    "type": "text"
                                                }
                                            ]
                                        }
                                    },
                                    "status": "Bad Request",
                                    "code": 400,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "9c72fccf-3e80-44c0-929b-58b14e12d7bd",
                                    "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",
                                                    "value": "<string>",
                                                    "type": "text"
                                                }
                                            ]
                                        }
                                    },
                                    "status": "Unauthorized",
                                    "code": 401,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "a4471ce2-fdfc-434b-833e-bdf4a872f05e",
                                    "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",
                                                    "value": "<string>",
                                                    "type": "text"
                                                }
                                            ]
                                        }
                                    },
                                    "status": "Forbidden",
                                    "code": 403,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "fb72dde6-c223-4156-a762-e7b7cb81af47",
                                    "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",
                                                    "value": "<string>",
                                                    "type": "text"
                                                }
                                            ]
                                        }
                                    },
                                    "status": "Internal Server Error",
                                    "code": 500,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                }
                            ],
                            "event": [],
                            "protocolProfileBehavior": {
                                "disableBodyPruning": true
                            }
                        }
                    ]
                },
                {
                    "name": "processUpload",
                    "description": "",
                    "item": [
                        {
                            "id": "2d8d25fb-f40f-4da5-8c5b-9e38a6a19738",
                            "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",
                                            "value": "<string>",
                                            "type": "text"
                                        }
                                    ]
                                },
                                "auth": null
                            },
                            "response": [
                                {
                                    "id": "bd625263-7a5b-4113-9fd7-9540bd3c6efd",
                                    "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",
                                                    "value": "<string>",
                                                    "type": "text"
                                                }
                                            ]
                                        }
                                    },
                                    "status": "OK",
                                    "code": 200,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "text/plain"
                                        }
                                    ],
                                    "body": "Ul5DJlJWHp-ofL4YJoV.2.S2SmpuVCMtXctC8p2Q.IL7ZCQTdBYISS51ZOVg26VIjEaq8lEaCMRese4v_a7fkY3Fg4CxuUhEbYvtTWSLIhsDk_DuB6pdsah6AKyjfL-LmF3",
                                    "cookie": [],
                                    "_postman_previewlanguage": "text"
                                },
                                {
                                    "id": "1848299a-1991-45c8-8ba5-f9389e3a0803",
                                    "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",
                                                    "value": "<string>",
                                                    "type": "text"
                                                }
                                            ]
                                        }
                                    },
                                    "status": "Bad Request",
                                    "code": 400,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "3437762c-e460-4232-ae31-8bf4acbcb9dc",
                                    "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",
                                                    "value": "<string>",
                                                    "type": "text"
                                                }
                                            ]
                                        }
                                    },
                                    "status": "Unauthorized",
                                    "code": 401,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "f4e43104-3cd9-4eb6-aa72-e9ebcde99736",
                                    "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",
                                                    "value": "<string>",
                                                    "type": "text"
                                                }
                                            ]
                                        }
                                    },
                                    "status": "Forbidden",
                                    "code": 403,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "5076c744-3a37-4672-806f-27f79e2816ed",
                                    "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",
                                                    "value": "<string>",
                                                    "type": "text"
                                                }
                                            ]
                                        }
                                    },
                                    "status": "Internal Server Error",
                                    "code": 500,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                }
                            ],
                            "event": [],
                            "protocolProfileBehavior": {
                                "disableBodyPruning": true
                            }
                        }
                    ]
                },
                {
                    "name": "pageUpload",
                    "description": "",
                    "item": [
                        {
                            "id": "e74a73a4-21f8-46f5-8fe1-54b61964e7fe",
                            "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",
                                            "value": "<string>",
                                            "type": "text"
                                        }
                                    ]
                                },
                                "auth": null
                            },
                            "response": [
                                {
                                    "id": "de3a46e6-3a16-4adc-8d38-5ba36173c559",
                                    "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",
                                                    "value": "<string>",
                                                    "type": "text"
                                                }
                                            ]
                                        }
                                    },
                                    "status": "OK",
                                    "code": 200,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "text/plain"
                                        }
                                    ],
                                    "body": "PTu11.P13g.x9c",
                                    "cookie": [],
                                    "_postman_previewlanguage": "text"
                                },
                                {
                                    "id": "a3a9673a-32f4-49c6-ae6a-d91ed41ca4c3",
                                    "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",
                                                    "value": "<string>",
                                                    "type": "text"
                                                }
                                            ]
                                        }
                                    },
                                    "status": "Bad Request",
                                    "code": 400,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "a8c928ea-882a-4840-b1c1-5ea37a495499",
                                    "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",
                                                    "value": "<string>",
                                                    "type": "text"
                                                }
                                            ]
                                        }
                                    },
                                    "status": "Unauthorized",
                                    "code": 401,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "0907a75e-9313-4b48-acd0-9e7e7cee1d5b",
                                    "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",
                                                    "value": "<string>",
                                                    "type": "text"
                                                }
                                            ]
                                        }
                                    },
                                    "status": "Forbidden",
                                    "code": 403,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "2960114f-ce70-4e00-9d00-484e93614df8",
                                    "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",
                                                    "value": "<string>",
                                                    "type": "text"
                                                }
                                            ]
                                        }
                                    },
                                    "status": "Internal Server Error",
                                    "code": 500,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                }
                            ],
                            "event": [],
                            "protocolProfileBehavior": {
                                "disableBodyPruning": true
                            }
                        }
                    ]
                },
                {
                    "name": "fileUpload",
                    "description": "",
                    "item": [
                        {
                            "id": "605b2d98-35c5-43c2-b54c-a7c2ef49a360",
                            "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, your tenant services need to be paused.\nIn Enterprise editions, if you have an access control file installed on your tenant, 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",
                                            "value": "<string>",
                                            "type": "text"
                                        }
                                    ]
                                },
                                "auth": null
                            },
                            "response": [
                                {
                                    "id": "d363e93d-ed0f-4855-afe5-331d9363b784",
                                    "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",
                                                    "value": "<string>",
                                                    "type": "text"
                                                }
                                            ]
                                        }
                                    },
                                    "status": "OK",
                                    "code": 200,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "text/plain"
                                        }
                                    ],
                                    "body": "PTu11.P13g.x9c",
                                    "cookie": [],
                                    "_postman_previewlanguage": "text"
                                },
                                {
                                    "id": "f1842f97-d642-4281-8307-d84c1fb0845f",
                                    "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",
                                                    "value": "<string>",
                                                    "type": "text"
                                                }
                                            ]
                                        }
                                    },
                                    "status": "Bad Request",
                                    "code": 400,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "410f0c5d-d6bf-4a52-a98f-f5df6c6cf2a0",
                                    "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",
                                                    "value": "<string>",
                                                    "type": "text"
                                                }
                                            ]
                                        }
                                    },
                                    "status": "Unauthorized",
                                    "code": 401,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "6f41a331-e1cf-419c-bd95-3f5f9aad572b",
                                    "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",
                                                    "value": "<string>",
                                                    "type": "text"
                                                }
                                            ]
                                        }
                                    },
                                    "status": "Forbidden",
                                    "code": 403,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "b671b993-bec9-431a-812b-e42c6fc764c7",
                                    "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",
                                                    "value": "<string>",
                                                    "type": "text"
                                                }
                                            ]
                                        }
                                    },
                                    "status": "Internal Server Error",
                                    "code": 500,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                }
                            ],
                            "event": [],
                            "protocolProfileBehavior": {
                                "disableBodyPruning": true
                            }
                        }
                    ]
                },
                {
                    "name": "organizationUpload",
                    "description": "",
                    "item": [
                        {
                            "id": "8988afd0-bb72-4ecd-8c90-7037e8792054",
                            "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",
                                            "value": "<string>",
                                            "type": "text"
                                        }
                                    ]
                                },
                                "auth": null
                            },
                            "response": [
                                {
                                    "id": "114dc5e5-3ae2-4cb5-a5e4-3091a407f410",
                                    "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",
                                                    "value": "<string>",
                                                    "type": "text"
                                                }
                                            ]
                                        }
                                    },
                                    "status": "OK",
                                    "code": 200,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "text/plain"
                                        }
                                    ],
                                    "body": "dZUtRt_hXpvr5z-p96XoLCaDLbx5YbqDHAPjLCRxww36ch3NAm8AJlnR6APOsWkcF8I30toURG.PFw7XjnAirbjT5doboW",
                                    "cookie": [],
                                    "_postman_previewlanguage": "text"
                                },
                                {
                                    "id": "0c80cbac-0970-4ab4-ba2a-4e9140e7af9c",
                                    "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",
                                                    "value": "<string>",
                                                    "type": "text"
                                                }
                                            ]
                                        }
                                    },
                                    "status": "Bad Request",
                                    "code": 400,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "ef70dc3d-bc2f-459c-840b-8cc1ef5c1587",
                                    "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",
                                                    "value": "<string>",
                                                    "type": "text"
                                                }
                                            ]
                                        }
                                    },
                                    "status": "Unauthorized",
                                    "code": 401,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "e04a2e37-8c18-44cd-af48-4d089f0cf16e",
                                    "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",
                                                    "value": "<string>",
                                                    "type": "text"
                                                }
                                            ]
                                        }
                                    },
                                    "status": "Forbidden",
                                    "code": 403,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "0ceb6eb6-5dd5-4005-ae13-4c211036b8ff",
                                    "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",
                                                    "value": "<string>",
                                                    "type": "text"
                                                }
                                            ]
                                        }
                                    },
                                    "status": "Internal Server Error",
                                    "code": 500,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                }
                            ],
                            "event": [],
                            "protocolProfileBehavior": {
                                "disableBodyPruning": true
                            }
                        }
                    ]
                },
                {
                    "name": "profilesUpload",
                    "description": "",
                    "item": [
                        {
                            "id": "0ede902f-e319-4c2e-9cfe-d9d05e33c13e",
                            "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",
                                            "value": "<string>",
                                            "type": "text"
                                        }
                                    ]
                                },
                                "auth": null
                            },
                            "response": [
                                {
                                    "id": "61010d13-c3a1-46c0-b7d1-692b8f5583d0",
                                    "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",
                                                    "value": "<string>",
                                                    "type": "text"
                                                }
                                            ]
                                        }
                                    },
                                    "status": "OK",
                                    "code": 200,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "text/plain"
                                        }
                                    ],
                                    "body": "Ef83iozCGGv_BtjDk1axxmtfdcDFF0ndbG6ZVam-UH96EWEznilartdAVvoI132QvR-hEqmpli3xMG9F8cEeMOmj1rniK-TkBQ8JN7NVMjF_vgso8TV5pOIVmMP7jsET",
                                    "cookie": [],
                                    "_postman_previewlanguage": "text"
                                },
                                {
                                    "id": "836d653f-0cb1-45f5-8588-0ee6987df787",
                                    "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",
                                                    "value": "<string>",
                                                    "type": "text"
                                                }
                                            ]
                                        }
                                    },
                                    "status": "Bad Request",
                                    "code": 400,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "363a8f85-72f9-45c5-a87a-e6a1bb2a2fef",
                                    "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",
                                                    "value": "<string>",
                                                    "type": "text"
                                                }
                                            ]
                                        }
                                    },
                                    "status": "Unauthorized",
                                    "code": 401,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "d6ec6020-8c69-4bd2-a184-1117e06a92c6",
                                    "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",
                                                    "value": "<string>",
                                                    "type": "text"
                                                }
                                            ]
                                        }
                                    },
                                    "status": "Forbidden",
                                    "code": 403,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "baa977fc-e747-452c-8882-b2a1c8ae4dc8",
                                    "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",
                                                    "value": "<string>",
                                                    "type": "text"
                                                }
                                            ]
                                        }
                                    },
                                    "status": "Internal Server Error",
                                    "code": 500,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                }
                            ],
                            "event": [],
                            "protocolProfileBehavior": {
                                "disableBodyPruning": true
                            }
                        }
                    ]
                }
            ]
        },
        {
            "name": "platformloginservice",
            "description": "",
            "item": [
                {
                    "id": "756ff1d3-f796-4ff0-ba24-bd8c847d129f",
                    "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": "1fe1e06c-fb5b-40d4-91dc-827c5ac19d8f",
                            "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": "Iu1;"
                                },
                                {
                                    "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": "cdvb1V0qKxbzMZPgWhr1K4eOb6ELl3u1-Yd620CfpppVP2UJDCtHwbMMzdytTkkueQqlACwQJdlJBWFIUrJe9SBu31ttKkxKVVfmQdxeVl8KKdAZ0ZpotUkyTZuuepBq8L0HCOzCmOMW4Ze7BpCk0dlHdPPIL2IYO8bLINF-FTM7czWWaAcoiMvgPzoJVGuI32X1raEYeBC-wwEC6b3Lk1pCfHT9A41lww4"
                                }
                            ],
                            "cookie": [],
                            "_postman_previewlanguage": "text"
                        },
                        {
                            "id": "0c988fd6-cca3-4353-ab28-b719b37d551b",
                            "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                            "cookie": [],
                            "_postman_previewlanguage": "json"
                        },
                        {
                            "id": "c982a0d5-d500-47e7-8f0f-5a7dc10e6c47",
                            "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                            "cookie": [],
                            "_postman_previewlanguage": "json"
                        },
                        {
                            "id": "4de4921e-6e8b-44b0-92ef-fab009957cdf",
                            "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                            "cookie": [],
                            "_postman_previewlanguage": "json"
                        },
                        {
                            "id": "e93a2118-accc-4fb6-8581-6860fa7a5e59",
                            "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                            "cookie": [],
                            "_postman_previewlanguage": "json"
                        }
                    ],
                    "event": [],
                    "protocolProfileBehavior": {
                        "disableBodyPruning": true
                    }
                }
            ]
        },
        {
            "name": "platformlogoutservice",
            "description": "",
            "item": [
                {
                    "id": "b28907d8-ef09-402c-ae38-149385fdb94a",
                    "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": "f846d524-1025-434c-a768-2dd9c56464ec",
                            "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": "7a03d8b7-d533-466c-931c-56f46d82b749",
                            "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                            "cookie": [],
                            "_postman_previewlanguage": "json"
                        },
                        {
                            "id": "43e8ef1a-46e3-470b-b818-649d4d608154",
                            "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                            "cookie": [],
                            "_postman_previewlanguage": "json"
                        },
                        {
                            "id": "0eb4cfaf-9511-4fae-865a-9a41aab68815",
                            "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                            "cookie": [],
                            "_postman_previewlanguage": "json"
                        },
                        {
                            "id": "8f5a889d-2250-4061-b56a-2262a3400238",
                            "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  \"auted\": \"do in nostrud quis deserunt\"\n}",
                            "cookie": [],
                            "_postman_previewlanguage": "json"
                        }
                    ],
                    "event": [],
                    "protocolProfileBehavior": {
                        "disableBodyPruning": true
                    }
                }
            ]
        },
        {
            "name": "APIv2",
            "description": "",
            "item": [
                {
                    "name": "service",
                    "description": "",
                    "item": [
                        {
                            "name": "install",
                            "description": "",
                            "item": [
                                {
                                    "id": "fb979db2-a658-4b43-9567-5b2f0ae45d46",
                                    "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",
                                                    "value": "<string>",
                                                    "type": "text"
                                                }
                                            ]
                                        },
                                        "auth": null
                                    },
                                    "response": [
                                        {
                                            "id": "219996f9-ece0-4d42-b397-60dff4b3d236",
                                            "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",
                                                            "value": "<string>",
                                                            "type": "text"
                                                        }
                                                    ]
                                                }
                                            },
                                            "status": "OK",
                                            "code": 200,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "text/plain"
                                                }
                                            ],
                                            "body": "<string>",
                                            "cookie": [],
                                            "_postman_previewlanguage": "text"
                                        },
                                        {
                                            "id": "e3ef4193-c1e5-46c6-838c-78780e7deacc",
                                            "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",
                                                            "value": "<string>",
                                                            "type": "text"
                                                        }
                                                    ]
                                                }
                                            },
                                            "status": "Bad Request",
                                            "code": 400,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "93906ccc-dc74-4040-b712-d1d7a67f818e",
                                            "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",
                                                            "value": "<string>",
                                                            "type": "text"
                                                        }
                                                    ]
                                                }
                                            },
                                            "status": "Unauthorized",
                                            "code": 401,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "2d9e7cd4-662c-464d-95c3-8cb5fbdbf9d6",
                                            "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",
                                                            "value": "<string>",
                                                            "type": "text"
                                                        }
                                                    ]
                                                }
                                            },
                                            "status": "Forbidden",
                                            "code": 403,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"auted\": \"do in nostrud quis deserunt\"\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "358a1ee3-9d12-464f-a3af-3eaa690b1220",
                                            "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",
                                                            "value": "<string>",
                                                            "type": "text"
                                                        }
                                                    ]
                                                }
                                            },
                                            "status": "Internal Server Error",
                                            "code": 500,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"auted\": \"do in nostrud quis deserunt\"\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": "65f5cab4-7a38-4bcd-8b4c-50f9d5778863",
        "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. The matching policy depends on the configuration of [word-based search](https://documentation.bonitasoft.com/bonita/2022.2/api/using-list-and-search-methods#word_based_search).\n  For example, if word-based search is enabled, `s=Valid` returns 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 is disabled, `s=Valid` returns 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\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"
        }
    }
}