{
    "item": [
        {
            "name": "loginservice",
            "description": "",
            "item": [
                {
                    "id": "01ed0b3e-25aa-4672-af19-297cea87bfb0",
                    "name": "Login",
                    "request": {
                        "name": "Login",
                        "description": {
                            "content": "A call to the `/loginservice` will generates a set-cookie header in the response.\n\nThe `JSESSIONID` cookie must be transfered with each subsequent calls. (If the REST API is used in an application running in a web browser, this is handled automatically by the web browser just like any cookies).\n\nAdditional protection agains CSRF attacks is enabled by default for all fresh installations This security relies on `X-Bonita-API-Token` information.\nThe `X-Bonita-API-Token` value can be found in the cookie named: `X-Bonita-API-Token`.\n\nAll the subsequence REST API calls performing changes in the system using DELETE, POST, or PUT HTTP methods must contain the **HTTP header** below:\n\n``` X-Bonita-API-Token: example-dummy-not-be-used-value ```\n",
                            "type": "text/plain"
                        },
                        "url": {
                            "path": [
                                "loginservice"
                            ],
                            "host": [
                                "{{baseUrl}}"
                            ],
                            "query": [],
                            "variable": []
                        },
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/x-www-form-urlencoded"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "method": "POST",
                        "body": {
                            "mode": "urlencoded",
                            "urlencoded": [
                                {
                                    "disabled": false,
                                    "description": {
                                        "content": "(Required) the username",
                                        "type": "text/plain"
                                    },
                                    "key": "username",
                                    "value": "<string>"
                                },
                                {
                                    "disabled": false,
                                    "description": {
                                        "content": "(Required) the password",
                                        "type": "text/plain"
                                    },
                                    "key": "password",
                                    "value": "<string>"
                                },
                                {
                                    "disabled": false,
                                    "description": {
                                        "content": "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": "ac76ebaa-e7ae-450e-96e6-2c7068a21489",
                            "name": "Login success",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        "loginservice"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": []
                                },
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application/x-www-form-urlencoded"
                                    },
                                    {
                                        "description": {
                                            "content": "Added as a part of security scheme: apikey",
                                            "type": "text/plain"
                                        },
                                        "key": "JSESSIONID",
                                        "value": "<API Key>"
                                    }
                                ],
                                "method": "POST",
                                "body": {
                                    "mode": "urlencoded",
                                    "urlencoded": [
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "(Required) the username",
                                                "type": "text/plain"
                                            },
                                            "key": "username",
                                            "value": "<string>"
                                        },
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "(Required) the password",
                                                "type": "text/plain"
                                            },
                                            "key": "password",
                                            "value": "<string>"
                                        },
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "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": [
                                {
                                    "disabled": false,
                                    "description": {
                                        "content": "Session cookie",
                                        "type": "text/plain"
                                    },
                                    "key": "Set-Cookie",
                                    "value": "<string>"
                                },
                                {
                                    "disabled": false,
                                    "description": {
                                        "content": "X-Bonita-API-Token - CSRF token (also present in the cookie response)",
                                        "type": "text/plain"
                                    },
                                    "key": "X-Bonita-API-Token",
                                    "value": "<string>"
                                }
                            ],
                            "cookie": [],
                            "_postman_previewlanguage": "text"
                        },
                        {
                            "id": "1badea26-59b9-476b-9a29-e89f478b557f",
                            "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                            "cookie": [],
                            "_postman_previewlanguage": "json"
                        },
                        {
                            "id": "802945e0-5f57-47ce-a30f-f097ac86087f",
                            "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                            "cookie": [],
                            "_postman_previewlanguage": "json"
                        },
                        {
                            "id": "2de2e155-5a9d-4841-8ef3-bd32acc70e8d",
                            "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                            "cookie": [],
                            "_postman_previewlanguage": "json"
                        },
                        {
                            "id": "e76f620b-5147-40c9-9891-cc29cd9344d5",
                            "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                            "cookie": [],
                            "_postman_previewlanguage": "json"
                        }
                    ],
                    "event": [],
                    "protocolProfileBehavior": {
                        "disableBodyPruning": true
                    }
                }
            ]
        },
        {
            "name": "logoutservice",
            "description": "",
            "item": [
                {
                    "id": "dccb7f0c-8e91-40d4-8f94-86ce757b9ac7",
                    "name": "Logout the current user",
                    "request": {
                        "name": "Logout the current user",
                        "description": {
                            "content": "Logout the current user from the system\n",
                            "type": "text/plain"
                        },
                        "url": {
                            "path": [
                                "logoutservice"
                            ],
                            "host": [
                                "{{baseUrl}}"
                            ],
                            "query": [
                                {
                                    "disabled": false,
                                    "description": {
                                        "content": "Setting the redirect parameter to false indicates that the service should not redirect to the login page after logging out.",
                                        "type": "text/plain"
                                    },
                                    "key": "redirect",
                                    "value": "true"
                                }
                            ],
                            "variable": []
                        },
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "method": "GET",
                        "body": {},
                        "auth": null
                    },
                    "response": [
                        {
                            "id": "03cc75cd-a64b-4584-9829-008eb5bc5afe",
                            "name": "Success ",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        "logoutservice"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "Setting the redirect parameter to false indicates that the service should not redirect to the login page after logging out.",
                                                "type": "text/plain"
                                            },
                                            "key": "redirect",
                                            "value": "true"
                                        }
                                    ],
                                    "variable": []
                                },
                                "header": [
                                    {
                                        "description": {
                                            "content": "Added as a part of security scheme: apikey",
                                            "type": "text/plain"
                                        },
                                        "key": "JSESSIONID",
                                        "value": "<API Key>"
                                    }
                                ],
                                "method": "GET",
                                "body": {}
                            },
                            "status": "OK",
                            "code": 200,
                            "header": [],
                            "cookie": [],
                            "_postman_previewlanguage": "text"
                        },
                        {
                            "id": "f91a2dde-ff47-4e8c-85af-ac22db3eb064",
                            "name": "Bad request.",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        "logoutservice"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "Setting the redirect parameter to false indicates that the service should not redirect to the login page after logging out.",
                                                "type": "text/plain"
                                            },
                                            "key": "redirect",
                                            "value": "true"
                                        }
                                    ],
                                    "variable": []
                                },
                                "header": [
                                    {
                                        "key": "Accept",
                                        "value": "application/json"
                                    },
                                    {
                                        "description": {
                                            "content": "Added as a part of security scheme: apikey",
                                            "type": "text/plain"
                                        },
                                        "key": "JSESSIONID",
                                        "value": "<API Key>"
                                    }
                                ],
                                "method": "GET",
                                "body": {}
                            },
                            "status": "Bad Request",
                            "code": 400,
                            "header": [
                                {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                }
                            ],
                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                            "cookie": [],
                            "_postman_previewlanguage": "json"
                        },
                        {
                            "id": "616c8864-7cb4-4379-8ff6-74dfaa7f34d6",
                            "name": "Authorization information is missing or invalid.",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        "logoutservice"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "Setting the redirect parameter to false indicates that the service should not redirect to the login page after logging out.",
                                                "type": "text/plain"
                                            },
                                            "key": "redirect",
                                            "value": "true"
                                        }
                                    ],
                                    "variable": []
                                },
                                "header": [
                                    {
                                        "key": "Accept",
                                        "value": "application/json"
                                    },
                                    {
                                        "description": {
                                            "content": "Added as a part of security scheme: apikey",
                                            "type": "text/plain"
                                        },
                                        "key": "JSESSIONID",
                                        "value": "<API Key>"
                                    }
                                ],
                                "method": "GET",
                                "body": {}
                            },
                            "status": "Unauthorized",
                            "code": 401,
                            "header": [
                                {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                }
                            ],
                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                            "cookie": [],
                            "_postman_previewlanguage": "json"
                        },
                        {
                            "id": "02f25dec-5498-49f5-8bec-faab94c0c57d",
                            "name": "Forbidden, The request contained valid data and was understood by the server, but the server is refusing action.",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        "logoutservice"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "Setting the redirect parameter to false indicates that the service should not redirect to the login page after logging out.",
                                                "type": "text/plain"
                                            },
                                            "key": "redirect",
                                            "value": "true"
                                        }
                                    ],
                                    "variable": []
                                },
                                "header": [
                                    {
                                        "key": "Accept",
                                        "value": "application/json"
                                    },
                                    {
                                        "description": {
                                            "content": "Added as a part of security scheme: apikey",
                                            "type": "text/plain"
                                        },
                                        "key": "JSESSIONID",
                                        "value": "<API Key>"
                                    }
                                ],
                                "method": "GET",
                                "body": {}
                            },
                            "status": "Forbidden",
                            "code": 403,
                            "header": [
                                {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                }
                            ],
                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                            "cookie": [],
                            "_postman_previewlanguage": "json"
                        },
                        {
                            "id": "0c6a2d97-2846-4eea-8028-7c121b317ee1",
                            "name": "Unexpected error.",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        "logoutservice"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "Setting the redirect parameter to false indicates that the service should not redirect to the login page after logging out.",
                                                "type": "text/plain"
                                            },
                                            "key": "redirect",
                                            "value": "true"
                                        }
                                    ],
                                    "variable": []
                                },
                                "header": [
                                    {
                                        "key": "Accept",
                                        "value": "application/json"
                                    },
                                    {
                                        "description": {
                                            "content": "Added as a part of security scheme: apikey",
                                            "type": "text/plain"
                                        },
                                        "key": "JSESSIONID",
                                        "value": "<API Key>"
                                    }
                                ],
                                "method": "GET",
                                "body": {}
                            },
                            "status": "Internal Server Error",
                            "code": 500,
                            "header": [
                                {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                }
                            ],
                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                            "cookie": [],
                            "_postman_previewlanguage": "json"
                        }
                    ],
                    "event": [],
                    "protocolProfileBehavior": {
                        "disableBodyPruning": true
                    }
                }
            ]
        },
        {
            "name": "API",
            "description": "",
            "item": [
                {
                    "name": "living",
                    "description": "",
                    "item": [
                        {
                            "name": "application",
                            "description": "",
                            "item": [
                                {
                                    "id": "97b8c970-541a-4f10-8c1a-bca9e17f7af2",
                                    "name": "Finds living applications",
                                    "request": {
                                        "name": "Finds living applications",
                                        "description": {
                                            "content": "Finds living applications with pagination params and filters\n\n- can order on `id`,`creationDate`, `createdBy`, `profileId`, `token`, `displayName`, `updatedBy`, `lastUpdateDate`, `version`, `link`\n- can search on `token`, `displayName`, `version`, `link`\n- can filter on `token`, `displayName`, `version`, `link`, `profileId`, `creationDate`, `createdBy`, `updatedBy` , `lastUpdateDate`, `userId`\n",
                                            "type": "text/plain"
                                        },
                                        "url": {
                                            "path": [
                                                "API",
                                                "living",
                                                "application"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "(Required) index of the page to display",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "p",
                                                    "value": "0"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "(Required) maximum number of elements to retrieve",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "c",
                                                    "value": "20"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "can filter on attributes with the format f={filter\\_name}={filter\\_value} with the name/value pair as url encoded string.",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "f",
                                                    "value": "OaqXXp3UzSuT3bIPziPYSXtVNaVTvt6akKZQD78BZjO4tmJDYcB1AC88tJxAgWMpJATLI8RYjaylMnZhuKL6Kf1ALQ39KM5K600tIDjsV94K7bl4O2q3MJNaKOIvkN01xZEXW1SQoyKdJpxdw66R7vMoQJxTI7mWvUq9XNmmv9Ys1y0Wxx9emGXU7MerM6i3p2GKNKDRDlqjvWwHAEHFFumzXs7hFV"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "can filter on attributes with the format f={filter\\_name}={filter\\_value} with the name/value pair as url encoded string.",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "f",
                                                    "value": "foo1lEnHIhQB5fq2"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "can order on attributes",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "o",
                                                    "value": "ElsZ0Wa%AfgzOic3nqzlLHuJunQ0HKfl4yu"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "can search on attributes",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "s",
                                                    "value": "ElsZ0Wa%AfgzOic3nqzlLHuJunQ0HKfl4yu"
                                                }
                                            ],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            }
                                        ],
                                        "method": "GET",
                                        "body": {},
                                        "auth": null
                                    },
                                    "response": [
                                        {
                                            "id": "1d40f0de-e684-42ad-9a44-6bf0ff21c2d4",
                                            "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": "foo1lEnHIhQB5fq2"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "ElsZ0Wa%AfgzOic3nqzlLHuJunQ0HKfl4yu"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can search on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "s",
                                                            "value": "ElsZ0Wa%AfgzOic3nqzlLHuJunQ0HKfl4yu"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "OK",
                                            "code": 200,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "The total number of matching items",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "Content-Range",
                                                    "value": "<long>"
                                                }
                                            ],
                                            "body": "[\n  {\n    \"link\": true,\n    \"createdBy\": \"YMtIZFJ5kdu4LC5lSa3_0awwO1YWFTeO00UHHEbBKo9iRKLKNvSJ2Xyzz8F9NkBy9EuLi43NnjVsLli7BkM\",\n    \"creationDate\": \"<string>\",\n    \"description\": \"<string>\",\n    \"displayName\": \"<string>\",\n    \"id\": \"lo9P8ZJqSofzavCXbySfiDfoVN5jFWt0w3nwCBCAirMPLFSQp.NQ-sLtDfpsIFwiGBFr1_PzooMRHWy57Itcb8k8NhiBX1lNa.C2KA5D1gQcWGsLVrcOx0l98nhzeORy0B.7mPxXlZWy6I1gi6Pn3PP1h9QA9z07zE0p2q6UFbskjDf5Xeq.32aMUujURzROVjNe-T39yF3fBwq5lioQ9Se8G6mbwbgVEXzFfZabB\",\n    \"lastUpdateDate\": \"<string>\",\n    \"profileId\": \"6j8Gzr_hXNvgUmTDRjR5i.59RUDfyBjny51S5e6UjVkVB4hm33yZ5Ig4vPU7eOo1bo_C5KPeSCxRzqiPr-MIisppMqNt.CeGHTSp94BqG_b5kur6lIKgr7byya3r2KR0Ni\",\n    \"token\": \"<string>\",\n    \"updatedBy\": \"<string>\",\n    \"version\": \"<string>\",\n    \"state\": \"ACTIVATED\",\n    \"visibility\": \"TECHNICAL_USER\",\n    \"editable\": \"<boolean>\"\n  },\n  {\n    \"link\": true,\n    \"createdBy\": \"4ZgqvhkaeYOTSbl3fiZ5ux6g.n6_QeOLXQlpBKBCNqo2dLVg1qolrFkitK7HJoFRwgivQN8eDUlgFYcBlDifCcy3u3iJhJa\",\n    \"creationDate\": \"<string>\",\n    \"description\": \"<string>\",\n    \"displayName\": \"<string>\",\n    \"id\": \"rw7RqzI7fQczc9Z9RpUVM8ZyRG3C.GABAwZ7qqSEbs9oX2T7rDlkHmw35v1fsPqIgPfYcx7tzMFsRGQgsS2mUMbW9It73cqDylT.xnOVKCcmMOjJSdMJiWpj_dOrnlTafQWkCjwA_cqTnUA-sp-Ua1QCFI9_pA3858e4.h0zGF4l32nbQu4bKLE7uN8j5-yH4TgZBkt5cSOGZY_dIVzOEwfXkvtfO.a9C5V9B.Gnhz\",\n    \"lastUpdateDate\": \"<string>\",\n    \"profileId\": \"T7ECeyah1pR0DOCLmKqiRobytpbJ4T_V5kumnJ-t1wj6cVD5g8c8H4pcrKdmQMu5bDOqOercdKUCSeu_0ykyb_AdFhGBBdAPwTX1pGqwCcxvU5N3-w_3F\",\n    \"token\": \"<string>\",\n    \"updatedBy\": \"<string>\",\n    \"version\": \"<string>\",\n    \"state\": \"ACTIVATED\",\n    \"visibility\": \"ALL\",\n    \"editable\": \"<boolean>\"\n  }\n]",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "cebf1cf4-bcf8-46b8-aca4-f56866409cb4",
                                            "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": "foo1lEnHIhQB5fq2"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "ElsZ0Wa%AfgzOic3nqzlLHuJunQ0HKfl4yu"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can search on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "s",
                                                            "value": "ElsZ0Wa%AfgzOic3nqzlLHuJunQ0HKfl4yu"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "Bad Request",
                                            "code": 400,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "fd907479-fce2-4d59-aeec-2692782a26a5",
                                            "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": "foo1lEnHIhQB5fq2"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "ElsZ0Wa%AfgzOic3nqzlLHuJunQ0HKfl4yu"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can search on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "s",
                                                            "value": "ElsZ0Wa%AfgzOic3nqzlLHuJunQ0HKfl4yu"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "Unauthorized",
                                            "code": 401,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "ef727d37-8791-46f9-9d78-5ef9f3aecc9e",
                                            "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": "foo1lEnHIhQB5fq2"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "ElsZ0Wa%AfgzOic3nqzlLHuJunQ0HKfl4yu"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can search on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "s",
                                                            "value": "ElsZ0Wa%AfgzOic3nqzlLHuJunQ0HKfl4yu"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "Forbidden",
                                            "code": 403,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "6eb01b62-0482-4657-8f48-f60f0678e5e5",
                                            "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": "foo1lEnHIhQB5fq2"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "ElsZ0Wa%AfgzOic3nqzlLHuJunQ0HKfl4yu"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can search on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "s",
                                                            "value": "ElsZ0Wa%AfgzOic3nqzlLHuJunQ0HKfl4yu"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "Internal Server Error",
                                            "code": 500,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        }
                                    ],
                                    "event": [],
                                    "protocolProfileBehavior": {
                                        "disableBodyPruning": true
                                    }
                                },
                                {
                                    "id": "56af07bb-ac35-4c9f-ba05-31c6c5524fa9",
                                    "name": "Create a living application",
                                    "request": {
                                        "name": "Create a living application",
                                        "description": {
                                            "content": "Create a living application (legacy application or application link).\n\nWarning: as of 9.0.0, creating a living application using this API is deprecated.\n",
                                            "type": "text/plain"
                                        },
                                        "url": {
                                            "path": [
                                                "API",
                                                "living",
                                                "application"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"link\": \"false\",\n  \"description\": \"<string>\",\n  \"displayName\": \"<string>\",\n  \"profileId\": \"<string>\",\n  \"token\": \"<string>\",\n  \"version\": \"<string>\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        },
                                        "auth": null
                                    },
                                    "response": [
                                        {
                                            "id": "9d914a09-6856-4e31-9b2d-dd8605d31044",
                                            "name": "Success ",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "API",
                                                        "living",
                                                        "application"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Content-Type",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "POST",
                                                "body": {
                                                    "mode": "raw",
                                                    "raw": "{\n  \"link\": \"false\",\n  \"description\": \"<string>\",\n  \"displayName\": \"<string>\",\n  \"profileId\": \"<string>\",\n  \"token\": \"<string>\",\n  \"version\": \"<string>\"\n}",
                                                    "options": {
                                                        "raw": {
                                                            "headerFamily": "json",
                                                            "language": "json"
                                                        }
                                                    }
                                                }
                                            },
                                            "status": "OK",
                                            "code": 200,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"link\": true,\n  \"createdBy\": \"quMSBmnby2.1sje5uGxwc11iqaPNRIugqvLqzUxzJFxxVK7eHXYSt4f.jnh\",\n  \"creationDate\": \"<string>\",\n  \"description\": \"<string>\",\n  \"displayName\": \"<string>\",\n  \"id\": \"vupUhynZDc0We2-3oXnUwcRBQbgSDAYMyCW-YING-SD4ibDekeT2S2DmvZoAeI7ZfeerBCNqzyxzSYUU2Tq9la8TlpDxLslp.xIaFiq_NOOY3HcQHrTK-XhXsU40AL9Ln7y\",\n  \"lastUpdateDate\": \"<string>\",\n  \"profileId\": \"qajNvaX6FxgbzSFjIbORq3yV_90rEUh_osbXIvGp.l0HNnLly7dxSZmdQHfzjj1C456mvVR2d1FYKKg06FlCWa_jDHGTDqKfUGTlni9zV_IMMeYrTOx87jwKMtW48s4MljRPA_fuL68wovMNNgw.S-a6neFyP5f-gBb17zFD36OPpLb7rV1x._TPqilrn5OkFQic\",\n  \"token\": \"<string>\",\n  \"updatedBy\": \"<string>\",\n  \"version\": \"<string>\",\n  \"state\": \"ACTIVATED\",\n  \"visibility\": \"TECHNICAL_USER\",\n  \"editable\": \"<boolean>\"\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "5206e39b-6b4c-499c-9712-ccdf17fd8834",
                                            "name": "Bad request.",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "API",
                                                        "living",
                                                        "application"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Content-Type",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "POST",
                                                "body": {
                                                    "mode": "raw",
                                                    "raw": "{\n  \"link\": \"false\",\n  \"description\": \"<string>\",\n  \"displayName\": \"<string>\",\n  \"profileId\": \"<string>\",\n  \"token\": \"<string>\",\n  \"version\": \"<string>\"\n}",
                                                    "options": {
                                                        "raw": {
                                                            "headerFamily": "json",
                                                            "language": "json"
                                                        }
                                                    }
                                                }
                                            },
                                            "status": "Bad Request",
                                            "code": 400,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "4a9cd62f-abfa-428d-9028-55821be231ff",
                                            "name": "Authorization information is missing or invalid.",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "API",
                                                        "living",
                                                        "application"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Content-Type",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "POST",
                                                "body": {
                                                    "mode": "raw",
                                                    "raw": "{\n  \"link\": \"false\",\n  \"description\": \"<string>\",\n  \"displayName\": \"<string>\",\n  \"profileId\": \"<string>\",\n  \"token\": \"<string>\",\n  \"version\": \"<string>\"\n}",
                                                    "options": {
                                                        "raw": {
                                                            "headerFamily": "json",
                                                            "language": "json"
                                                        }
                                                    }
                                                }
                                            },
                                            "status": "Unauthorized",
                                            "code": 401,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "055e35b0-63b7-4b6a-b90b-fd09229b9e05",
                                            "name": "Forbidden, The request contained valid data and was understood by the server, but the server is refusing action.",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "API",
                                                        "living",
                                                        "application"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Content-Type",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "POST",
                                                "body": {
                                                    "mode": "raw",
                                                    "raw": "{\n  \"link\": \"false\",\n  \"description\": \"<string>\",\n  \"displayName\": \"<string>\",\n  \"profileId\": \"<string>\",\n  \"token\": \"<string>\",\n  \"version\": \"<string>\"\n}",
                                                    "options": {
                                                        "raw": {
                                                            "headerFamily": "json",
                                                            "language": "json"
                                                        }
                                                    }
                                                }
                                            },
                                            "status": "Forbidden",
                                            "code": 403,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "7e6712ef-51bb-4f5f-8a0e-2571740f7b82",
                                            "name": "Unexpected error.",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "API",
                                                        "living",
                                                        "application"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Content-Type",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "POST",
                                                "body": {
                                                    "mode": "raw",
                                                    "raw": "{\n  \"link\": \"false\",\n  \"description\": \"<string>\",\n  \"displayName\": \"<string>\",\n  \"profileId\": \"<string>\",\n  \"token\": \"<string>\",\n  \"version\": \"<string>\"\n}",
                                                    "options": {
                                                        "raw": {
                                                            "headerFamily": "json",
                                                            "language": "json"
                                                        }
                                                    }
                                                }
                                            },
                                            "status": "Internal Server Error",
                                            "code": 500,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        }
                                    ],
                                    "event": [],
                                    "protocolProfileBehavior": {
                                        "disableBodyPruning": true
                                    }
                                },
                                {
                                    "name": "{id}",
                                    "description": "",
                                    "item": [
                                        {
                                            "id": "06aed844-0782-46b8-a5f5-c51332b219a0",
                                            "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": "Mm0TiQX9qVyifL5kguuVDviHl5fMXZDaw_cnwAbg.5OhoRj4XZwQymp8oocbu4lKNr91jdXHa3lQXFp3FyvHHo-fttR3QuX-897sd8eXx95P5YMOZ8sU1Ydz4uLq",
                                                            "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": "7027e986-8d17-4dd5-920a-38289c2a60df",
                                                    "name": "Success ",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "living",
                                                                "application",
                                                                ":id"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": []
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "JSESSIONID",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "OK",
                                                    "code": 200,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"link\": true,\n  \"createdBy\": \"quMSBmnby2.1sje5uGxwc11iqaPNRIugqvLqzUxzJFxxVK7eHXYSt4f.jnh\",\n  \"creationDate\": \"<string>\",\n  \"description\": \"<string>\",\n  \"displayName\": \"<string>\",\n  \"id\": \"vupUhynZDc0We2-3oXnUwcRBQbgSDAYMyCW-YING-SD4ibDekeT2S2DmvZoAeI7ZfeerBCNqzyxzSYUU2Tq9la8TlpDxLslp.xIaFiq_NOOY3HcQHrTK-XhXsU40AL9Ln7y\",\n  \"lastUpdateDate\": \"<string>\",\n  \"profileId\": \"qajNvaX6FxgbzSFjIbORq3yV_90rEUh_osbXIvGp.l0HNnLly7dxSZmdQHfzjj1C456mvVR2d1FYKKg06FlCWa_jDHGTDqKfUGTlni9zV_IMMeYrTOx87jwKMtW48s4MljRPA_fuL68wovMNNgw.S-a6neFyP5f-gBb17zFD36OPpLb7rV1x._TPqilrn5OkFQic\",\n  \"token\": \"<string>\",\n  \"updatedBy\": \"<string>\",\n  \"version\": \"<string>\",\n  \"state\": \"ACTIVATED\",\n  \"visibility\": \"TECHNICAL_USER\",\n  \"editable\": \"<boolean>\"\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "c2631122-138f-462c-833e-d2821e0e7ad7",
                                                    "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "be381197-0cdf-477b-9910-9cf47141d0e4",
                                                    "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "56ae490f-232f-453e-b22e-63649d582959",
                                                    "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "4100410d-c6e9-4804-8277-eb10998d6aeb",
                                                    "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "41ed5af8-c115-4891-afa1-5b7fd15a8eae",
                                                    "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        },
                                        {
                                            "id": "b2afe3e4-9b72-4379-818e-f27efebd9e03",
                                            "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": "Mm0TiQX9qVyifL5kguuVDviHl5fMXZDaw_cnwAbg.5OhoRj4XZwQymp8oocbu4lKNr91jdXHa3lQXFp3FyvHHo-fttR3QuX-897sd8eXx95P5YMOZ8sU1Ydz4uLq",
                                                            "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": "0baf1052-b360-4c83-b644-c10e09868567",
                                                    "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": "53aa1878-6447-4606-9146-19267f425ffa",
                                                    "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "1bb56db1-a6cf-483a-bcef-edeaf8915a7f",
                                                    "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "20c732c3-5ca2-45de-ab85-eba11c39d1a2",
                                                    "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "8afd3de7-72f8-47b7-a7e3-3dca17a0f609",
                                                    "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "b7d368e7-d7b2-491f-9feb-2dbe3687f8e8",
                                                    "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        },
                                        {
                                            "id": "4996d2fb-da49-4029-975a-9d4ce00f13d2",
                                            "name": "Update a living application by ID",
                                            "request": {
                                                "name": "Update a living application by ID",
                                                "description": {
                                                    "content": "Update a single application for the given ID (legacy application or application link).\n\nWarning: as of 9.0.0, updating a living application using this API is deprecated.\n",
                                                    "type": "text/plain"
                                                },
                                                "url": {
                                                    "path": [
                                                        "API",
                                                        "living",
                                                        "application",
                                                        ":id"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": [
                                                        {
                                                            "type": "any",
                                                            "value": "Mm0TiQX9qVyifL5kguuVDviHl5fMXZDaw_cnwAbg.5OhoRj4XZwQymp8oocbu4lKNr91jdXHa3lQXFp3FyvHHo-fttR3QuX-897sd8eXx95P5YMOZ8sU1Ydz4uLq",
                                                            "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": "a62727ec-2b8e-41a4-997f-ce0a300bc235",
                                                    "name": "Success ",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "living",
                                                                "application",
                                                                ":id"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": []
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "JSESSIONID",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "PUT",
                                                        "body": {
                                                            "mode": "raw",
                                                            "raw": "{\n  \"description\": \"<string>\",\n  \"displayName\": \"<string>\",\n  \"profileId\": \"<string>\",\n  \"token\": \"<string>\",\n  \"version\": \"<string>\",\n  \"themeId\": \"<string>\",\n  \"layoutId\": \"<string>\"\n}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        }
                                                    },
                                                    "status": "OK",
                                                    "code": 200,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"link\": true,\n  \"createdBy\": \"quMSBmnby2.1sje5uGxwc11iqaPNRIugqvLqzUxzJFxxVK7eHXYSt4f.jnh\",\n  \"creationDate\": \"<string>\",\n  \"description\": \"<string>\",\n  \"displayName\": \"<string>\",\n  \"id\": \"vupUhynZDc0We2-3oXnUwcRBQbgSDAYMyCW-YING-SD4ibDekeT2S2DmvZoAeI7ZfeerBCNqzyxzSYUU2Tq9la8TlpDxLslp.xIaFiq_NOOY3HcQHrTK-XhXsU40AL9Ln7y\",\n  \"lastUpdateDate\": \"<string>\",\n  \"profileId\": \"qajNvaX6FxgbzSFjIbORq3yV_90rEUh_osbXIvGp.l0HNnLly7dxSZmdQHfzjj1C456mvVR2d1FYKKg06FlCWa_jDHGTDqKfUGTlni9zV_IMMeYrTOx87jwKMtW48s4MljRPA_fuL68wovMNNgw.S-a6neFyP5f-gBb17zFD36OPpLb7rV1x._TPqilrn5OkFQic\",\n  \"token\": \"<string>\",\n  \"updatedBy\": \"<string>\",\n  \"version\": \"<string>\",\n  \"state\": \"ACTIVATED\",\n  \"visibility\": \"TECHNICAL_USER\",\n  \"editable\": \"<boolean>\"\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "0e40d342-442c-4d0a-bd76-d8460218e6e5",
                                                    "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "e4022ea5-c315-4938-bca1-191377e5677f",
                                                    "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "f2cab68a-7939-435e-85bc-0cdd0a07c660",
                                                    "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "c1e6aca8-44ed-45aa-bf03-2b940eaac18d",
                                                    "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "0ef6d8a2-052b-4b38-8715-142dfe10d41b",
                                                    "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        }
                                    ]
                                }
                            ]
                        },
                        {
                            "name": "application-menu",
                            "description": "",
                            "item": [
                                {
                                    "id": "71e2152b-7980-4099-8f05-f5096a4c70c4",
                                    "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": "OaqXXp3UzSuT3bIPziPYSXtVNaVTvt6akKZQD78BZjO4tmJDYcB1AC88tJxAgWMpJATLI8RYjaylMnZhuKL6Kf1ALQ39KM5K600tIDjsV94K7bl4O2q3MJNaKOIvkN01xZEXW1SQoyKdJpxdw66R7vMoQJxTI7mWvUq9XNmmv9Ys1y0Wxx9emGXU7MerM6i3p2GKNKDRDlqjvWwHAEHFFumzXs7hFV"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "can filter on attributes with the format f={filter\\_name}={filter\\_value} with the name/value pair as url encoded string.",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "f",
                                                    "value": "foo1lEnHIhQB5fq2"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "can order on attributes",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "o",
                                                    "value": "ElsZ0Wa%AfgzOic3nqzlLHuJunQ0HKfl4yu"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "can search on attributes",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "s",
                                                    "value": "ElsZ0Wa%AfgzOic3nqzlLHuJunQ0HKfl4yu"
                                                }
                                            ],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            }
                                        ],
                                        "method": "GET",
                                        "body": {},
                                        "auth": null
                                    },
                                    "response": [
                                        {
                                            "id": "34f7bdac-ace5-4028-805f-ab1786af81a0",
                                            "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": "foo1lEnHIhQB5fq2"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "ElsZ0Wa%AfgzOic3nqzlLHuJunQ0HKfl4yu"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can search on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "s",
                                                            "value": "ElsZ0Wa%AfgzOic3nqzlLHuJunQ0HKfl4yu"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security 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": "77d623f1-4fae-4c9b-beaa-d903cc8399f2",
                                            "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": "foo1lEnHIhQB5fq2"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "ElsZ0Wa%AfgzOic3nqzlLHuJunQ0HKfl4yu"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can search on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "s",
                                                            "value": "ElsZ0Wa%AfgzOic3nqzlLHuJunQ0HKfl4yu"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "Bad Request",
                                            "code": 400,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "67a50ab1-de0c-4cff-b031-6eb079354d20",
                                            "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": "foo1lEnHIhQB5fq2"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "ElsZ0Wa%AfgzOic3nqzlLHuJunQ0HKfl4yu"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can search on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "s",
                                                            "value": "ElsZ0Wa%AfgzOic3nqzlLHuJunQ0HKfl4yu"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "Unauthorized",
                                            "code": 401,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "fa81af13-78c4-46bd-8bb1-bed94c8fa2f7",
                                            "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": "foo1lEnHIhQB5fq2"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "ElsZ0Wa%AfgzOic3nqzlLHuJunQ0HKfl4yu"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can search on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "s",
                                                            "value": "ElsZ0Wa%AfgzOic3nqzlLHuJunQ0HKfl4yu"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "Forbidden",
                                            "code": 403,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "38163198-bac0-47c1-ac15-8f3476f5969f",
                                            "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": "foo1lEnHIhQB5fq2"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "ElsZ0Wa%AfgzOic3nqzlLHuJunQ0HKfl4yu"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can search on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "s",
                                                            "value": "ElsZ0Wa%AfgzOic3nqzlLHuJunQ0HKfl4yu"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "Internal Server Error",
                                            "code": 500,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        }
                                    ],
                                    "event": [],
                                    "protocolProfileBehavior": {
                                        "disableBodyPruning": true
                                    }
                                },
                                {
                                    "id": "135ca0b3-129f-4d93-a7a3-e93196e644e8",
                                    "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": "18c21dba-cd8d-40f0-b900-1e78fe5d8414",
                                            "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": "0e900933-3161-4997-8f72-e024be2c9ffc",
                                            "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "d9af0967-8751-412f-8cac-2889df752015",
                                            "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "716ca702-ab74-41b7-a1f9-b0dac4784e62",
                                            "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "d0c96d7b-6b39-489d-8284-c91a474b0792",
                                            "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        }
                                    ],
                                    "event": [],
                                    "protocolProfileBehavior": {
                                        "disableBodyPruning": true
                                    }
                                },
                                {
                                    "name": "{id}",
                                    "description": "",
                                    "item": [
                                        {
                                            "id": "7f562fb1-3a16-4f50-9a81-06d322c886a8",
                                            "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": "Mm0TiQX9qVyifL5kguuVDviHl5fMXZDaw_cnwAbg.5OhoRj4XZwQymp8oocbu4lKNr91jdXHa3lQXFp3FyvHHo-fttR3QuX-897sd8eXx95P5YMOZ8sU1Ydz4uLq",
                                                            "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": "ab1cbe77-67bc-4c6d-b113-fa9d0f8177ec",
                                                    "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": "81deaed3-bee5-44c5-87fd-3b274f8d8d95",
                                                    "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "861ac9c4-4fcb-439a-8943-1f4c09e9d95b",
                                                    "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "cb90b5de-2faa-4196-a5df-e7a1bd50ddb5",
                                                    "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "e889879d-953e-4d49-9c22-1f50762ab0d9",
                                                    "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "50bc770c-d56c-47b4-968a-872e36dc9c5d",
                                                    "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        },
                                        {
                                            "id": "75bc3142-cf94-45a9-8f44-51f5189018d8",
                                            "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": "Mm0TiQX9qVyifL5kguuVDviHl5fMXZDaw_cnwAbg.5OhoRj4XZwQymp8oocbu4lKNr91jdXHa3lQXFp3FyvHHo-fttR3QuX-897sd8eXx95P5YMOZ8sU1Ydz4uLq",
                                                            "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": "47368387-3dde-41a3-ac8d-1e75c7d5cb5f",
                                                    "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": "fe672321-a2ca-4652-ba82-f3003d9ee8ce",
                                                    "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "c4f5dd0f-6f0a-4019-8836-6b5b3fbdd3c7",
                                                    "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "22535714-54a2-4cba-a77f-f1b2e41155a0",
                                                    "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "e43b6752-d788-4a84-ae27-6b385c0dd2d6",
                                                    "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "5e6414e3-d10a-45d2-ba55-5e323355c880",
                                                    "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        },
                                        {
                                            "id": "c436def0-2e92-462c-831b-951a8480f977",
                                            "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": "Mm0TiQX9qVyifL5kguuVDviHl5fMXZDaw_cnwAbg.5OhoRj4XZwQymp8oocbu4lKNr91jdXHa3lQXFp3FyvHHo-fttR3QuX-897sd8eXx95P5YMOZ8sU1Ydz4uLq",
                                                            "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": "c7cc7e7b-b240-4eb5-a371-7481a29a7bb0",
                                                    "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": "1d1719be-7489-4a76-a03d-b0d9ac72249d",
                                                    "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "e70c6b88-a6e5-4242-942d-39e679676b24",
                                                    "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "2152cb19-7e24-4f40-8686-2a786418076c",
                                                    "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "c2191b22-e836-4bb3-a107-e189afed80e1",
                                                    "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "e1bd55cc-86b4-4d40-abc9-4671fc93ca17",
                                                    "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        }
                                    ]
                                }
                            ]
                        },
                        {
                            "name": "application-page",
                            "description": "",
                            "item": [
                                {
                                    "id": "1dad403e-b91c-42aa-bb9a-2035c394bb17",
                                    "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": "OaqXXp3UzSuT3bIPziPYSXtVNaVTvt6akKZQD78BZjO4tmJDYcB1AC88tJxAgWMpJATLI8RYjaylMnZhuKL6Kf1ALQ39KM5K600tIDjsV94K7bl4O2q3MJNaKOIvkN01xZEXW1SQoyKdJpxdw66R7vMoQJxTI7mWvUq9XNmmv9Ys1y0Wxx9emGXU7MerM6i3p2GKNKDRDlqjvWwHAEHFFumzXs7hFV"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "can filter on attributes with the format f={filter\\_name}={filter\\_value} with the name/value pair as url encoded string.",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "f",
                                                    "value": "foo1lEnHIhQB5fq2"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "can order on attributes",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "o",
                                                    "value": "ElsZ0Wa%AfgzOic3nqzlLHuJunQ0HKfl4yu"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "can search on attributes",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "s",
                                                    "value": "ElsZ0Wa%AfgzOic3nqzlLHuJunQ0HKfl4yu"
                                                }
                                            ],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            }
                                        ],
                                        "method": "GET",
                                        "body": {},
                                        "auth": null
                                    },
                                    "response": [
                                        {
                                            "id": "1f3602d4-56ae-4c2e-963c-3b6e747633fa",
                                            "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": "foo1lEnHIhQB5fq2"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "ElsZ0Wa%AfgzOic3nqzlLHuJunQ0HKfl4yu"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can search on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "s",
                                                            "value": "ElsZ0Wa%AfgzOic3nqzlLHuJunQ0HKfl4yu"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "OK",
                                            "code": 200,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "The total number of matching items",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "Content-Range",
                                                    "value": "<long>"
                                                }
                                            ],
                                            "body": "[\n  {\n    \"id\": \"<string>\",\n    \"token\": \"<string>\",\n    \"applicationId\": \"<string>\",\n    \"pageId\": \"<string>\"\n  },\n  {\n    \"id\": \"<string>\",\n    \"token\": \"<string>\",\n    \"applicationId\": \"<string>\",\n    \"pageId\": \"<string>\"\n  }\n]",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "d1c1eb1f-0000-4c83-8862-db691945e335",
                                            "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": "foo1lEnHIhQB5fq2"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "ElsZ0Wa%AfgzOic3nqzlLHuJunQ0HKfl4yu"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can search on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "s",
                                                            "value": "ElsZ0Wa%AfgzOic3nqzlLHuJunQ0HKfl4yu"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "Bad Request",
                                            "code": 400,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "5556505f-e910-4cbe-8368-826a2a370600",
                                            "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": "foo1lEnHIhQB5fq2"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "ElsZ0Wa%AfgzOic3nqzlLHuJunQ0HKfl4yu"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can search on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "s",
                                                            "value": "ElsZ0Wa%AfgzOic3nqzlLHuJunQ0HKfl4yu"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "Unauthorized",
                                            "code": 401,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "fefb4f92-f23b-4a84-98e4-062570e3782f",
                                            "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": "foo1lEnHIhQB5fq2"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "ElsZ0Wa%AfgzOic3nqzlLHuJunQ0HKfl4yu"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can search on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "s",
                                                            "value": "ElsZ0Wa%AfgzOic3nqzlLHuJunQ0HKfl4yu"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "Forbidden",
                                            "code": 403,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "8a0479e4-39e2-40a6-9fbe-b70afd521add",
                                            "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": "foo1lEnHIhQB5fq2"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "ElsZ0Wa%AfgzOic3nqzlLHuJunQ0HKfl4yu"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can search on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "s",
                                                            "value": "ElsZ0Wa%AfgzOic3nqzlLHuJunQ0HKfl4yu"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "Internal Server Error",
                                            "code": 500,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        }
                                    ],
                                    "event": [],
                                    "protocolProfileBehavior": {
                                        "disableBodyPruning": true
                                    }
                                },
                                {
                                    "id": "3597a95c-d309-4d52-9969-3c236beeef50",
                                    "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": "8c465658-648b-4fdc-a864-c45f74bb2eea",
                                            "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": "1d7f5bdd-1a04-4a03-a3b3-be04811e2de8",
                                            "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "1fe10135-9a8e-4b8c-b1c4-c28ddbad1086",
                                            "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "fc522026-03a0-43d3-a5ce-5b2d60efc95f",
                                            "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "eea4bdc8-e9c3-4abf-a1ac-4b63406c5d86",
                                            "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        }
                                    ],
                                    "event": [],
                                    "protocolProfileBehavior": {
                                        "disableBodyPruning": true
                                    }
                                },
                                {
                                    "name": "{id}",
                                    "description": "",
                                    "item": [
                                        {
                                            "id": "df4d0eaf-2b13-4aad-8411-5a19664f6c2f",
                                            "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": "Mm0TiQX9qVyifL5kguuVDviHl5fMXZDaw_cnwAbg.5OhoRj4XZwQymp8oocbu4lKNr91jdXHa3lQXFp3FyvHHo-fttR3QuX-897sd8eXx95P5YMOZ8sU1Ydz4uLq",
                                                            "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": "b9cabc0f-e3eb-4077-9b27-991d7687d7fd",
                                                    "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": "8d989464-700c-4c58-8142-4b88a215fbe2",
                                                    "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "801015e2-379f-46c4-8d3c-0a0b063d6b1a",
                                                    "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "759e3754-ea65-4672-9231-a8ccb002a059",
                                                    "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "e283377e-a99e-4a76-9efa-bd2bb5442fc0",
                                                    "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "be4e1422-d006-4f32-9b0f-6bdf3482c375",
                                                    "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        },
                                        {
                                            "id": "69dff832-b8c8-4bba-8ac1-48f496567c3f",
                                            "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": "Mm0TiQX9qVyifL5kguuVDviHl5fMXZDaw_cnwAbg.5OhoRj4XZwQymp8oocbu4lKNr91jdXHa3lQXFp3FyvHHo-fttR3QuX-897sd8eXx95P5YMOZ8sU1Ydz4uLq",
                                                            "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": "f431e004-0c15-4799-89f2-6536cceed545",
                                                    "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": "6b671b0c-3a6f-49ef-9262-1d0b169455ad",
                                                    "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "a922fa62-d5ce-42d6-b8fe-fd20c323f03e",
                                                    "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "13cc8202-fc61-4caf-8c66-b22563726e1b",
                                                    "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "48c67fb7-a9d3-4daa-b5f3-9daa181c2041",
                                                    "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "a78af091-a648-41a4-9e5f-5f734ff89a66",
                                                    "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        }
                                    ]
                                }
                            ]
                        }
                    ]
                },
                {
                    "name": "bdm",
                    "description": "",
                    "item": [
                        {
                            "name": "businessData",
                            "description": "",
                            "item": [
                                {
                                    "name": "{businessDataType}",
                                    "description": "",
                                    "item": [
                                        {
                                            "id": "1b9c9185-bb8d-4990-86a1-d69a2f1926cd",
                                            "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": "Mm0TiQX9qVyifL5kguuVDviHl5fMXZDaw_cnwAbg.5OhoRj4XZwQymp8oocbu4lKNr91jdXHa3lQXFp3FyvHHo-fttR3QuX-897sd8eXx95P5YMOZ8sU1Ydz4uLq"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) index of the page to display",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "p",
                                                            "value": "0"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) maximum number of elements to retrieve",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "c",
                                                            "value": "20"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can filter on attributes with the format f={filter\\_name}={filter\\_value} with the name/value pair as url encoded string.",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "f",
                                                            "value": "OaqXXp3UzSuT3bIPziPYSXtVNaVTvt6akKZQD78BZjO4tmJDYcB1AC88tJxAgWMpJATLI8RYjaylMnZhuKL6Kf1ALQ39KM5K600tIDjsV94K7bl4O2q3MJNaKOIvkN01xZEXW1SQoyKdJpxdw66R7vMoQJxTI7mWvUq9XNmmv9Ys1y0Wxx9emGXU7MerM6i3p2GKNKDRDlqjvWwHAEHFFumzXs7hFV"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can filter on attributes with the format f={filter\\_name}={filter\\_value} with the name/value pair as url encoded string.",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "f",
                                                            "value": "foo1lEnHIhQB5fq2"
                                                        }
                                                    ],
                                                    "variable": [
                                                        {
                                                            "type": "any",
                                                            "value": "Mm0TiQX9qVyifL5kguuVDviHl5fMXZDaw_cnwAbg.5OhoRj4XZwQymp8oocbu4lKNr91jdXHa3lQXFp3FyvHHo-fttR3QuX-897sd8eXx95P5YMOZ8sU1Ydz4uLq",
                                                            "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": "e0d0c87f-cbd2-43f7-a017-b109b7f3a5cf",
                                                    "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": "Mm0TiQX9qVyifL5kguuVDviHl5fMXZDaw_cnwAbg.5OhoRj4XZwQymp8oocbu4lKNr91jdXHa3lQXFp3FyvHHo-fttR3QuX-897sd8eXx95P5YMOZ8sU1Ydz4uLq"
                                                                },
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) index of the page to display",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "p",
                                                                    "value": "0"
                                                                },
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) maximum number of elements to retrieve",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "c",
                                                                    "value": "20"
                                                                },
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "can filter on attributes with the format f={filter\\_name}={filter\\_value} with the name/value pair as url encoded string.",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "f",
                                                                    "value": "foo1lEnHIhQB5fq2"
                                                                }
                                                            ],
                                                            "variable": []
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security 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": "1179c115-4266-4f1a-b23e-606fe96df2a8",
                                                    "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": "Mm0TiQX9qVyifL5kguuVDviHl5fMXZDaw_cnwAbg.5OhoRj4XZwQymp8oocbu4lKNr91jdXHa3lQXFp3FyvHHo-fttR3QuX-897sd8eXx95P5YMOZ8sU1Ydz4uLq"
                                                                },
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) index of the page to display",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "p",
                                                                    "value": "0"
                                                                },
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) maximum number of elements to retrieve",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "c",
                                                                    "value": "20"
                                                                },
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "can filter on attributes with the format f={filter\\_name}={filter\\_value} with the name/value pair as url encoded string.",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "f",
                                                                    "value": "foo1lEnHIhQB5fq2"
                                                                }
                                                            ],
                                                            "variable": []
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "JSESSIONID",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "Bad Request",
                                                    "code": 400,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "bac64172-373d-4add-b330-ff0b6c759f66",
                                                    "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": "Mm0TiQX9qVyifL5kguuVDviHl5fMXZDaw_cnwAbg.5OhoRj4XZwQymp8oocbu4lKNr91jdXHa3lQXFp3FyvHHo-fttR3QuX-897sd8eXx95P5YMOZ8sU1Ydz4uLq"
                                                                },
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) index of the page to display",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "p",
                                                                    "value": "0"
                                                                },
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) maximum number of elements to retrieve",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "c",
                                                                    "value": "20"
                                                                },
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "can filter on attributes with the format f={filter\\_name}={filter\\_value} with the name/value pair as url encoded string.",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "f",
                                                                    "value": "foo1lEnHIhQB5fq2"
                                                                }
                                                            ],
                                                            "variable": []
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "JSESSIONID",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "Unauthorized",
                                                    "code": 401,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "50f64707-dd39-4137-ab5d-b64e0d3bdda9",
                                                    "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": "Mm0TiQX9qVyifL5kguuVDviHl5fMXZDaw_cnwAbg.5OhoRj4XZwQymp8oocbu4lKNr91jdXHa3lQXFp3FyvHHo-fttR3QuX-897sd8eXx95P5YMOZ8sU1Ydz4uLq"
                                                                },
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) index of the page to display",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "p",
                                                                    "value": "0"
                                                                },
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) maximum number of elements to retrieve",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "c",
                                                                    "value": "20"
                                                                },
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "can filter on attributes with the format f={filter\\_name}={filter\\_value} with the name/value pair as url encoded string.",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "f",
                                                                    "value": "foo1lEnHIhQB5fq2"
                                                                }
                                                            ],
                                                            "variable": []
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "JSESSIONID",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "Forbidden",
                                                    "code": 403,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "e2b8d18d-9144-4cba-b7e4-51173c556459",
                                                    "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": "Mm0TiQX9qVyifL5kguuVDviHl5fMXZDaw_cnwAbg.5OhoRj4XZwQymp8oocbu4lKNr91jdXHa3lQXFp3FyvHHo-fttR3QuX-897sd8eXx95P5YMOZ8sU1Ydz4uLq"
                                                                },
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) index of the page to display",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "p",
                                                                    "value": "0"
                                                                },
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) maximum number of elements to retrieve",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "c",
                                                                    "value": "20"
                                                                },
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "can filter on attributes with the format f={filter\\_name}={filter\\_value} with the name/value pair as url encoded string.",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "f",
                                                                    "value": "foo1lEnHIhQB5fq2"
                                                                }
                                                            ],
                                                            "variable": []
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "d13c19ec-ef5a-4d6e-8b81-cabdfe9d5641",
                                                    "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": "Mm0TiQX9qVyifL5kguuVDviHl5fMXZDaw_cnwAbg.5OhoRj4XZwQymp8oocbu4lKNr91jdXHa3lQXFp3FyvHHo-fttR3QuX-897sd8eXx95P5YMOZ8sU1Ydz4uLq"
                                                                },
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) index of the page to display",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "p",
                                                                    "value": "0"
                                                                },
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) maximum number of elements to retrieve",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "c",
                                                                    "value": "20"
                                                                },
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "can filter on attributes with the format f={filter\\_name}={filter\\_value} with the name/value pair as url encoded string.",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "f",
                                                                    "value": "foo1lEnHIhQB5fq2"
                                                                }
                                                            ],
                                                            "variable": []
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "JSESSIONID",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "Internal Server Error",
                                                    "code": 500,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        },
                                        {
                                            "name": "findByIds",
                                            "description": "",
                                            "item": [
                                                {
                                                    "id": "c768ce8b-721e-4d8b-8c59-a86b2877a193",
                                                    "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": "Mm0TiQX9qVyifL5kguuVDviHl5fMXZDaw_cnwAbg.5OhoRj4XZwQymp8oocbu4lKNr91jdXHa3lQXFp3FyvHHo-fttR3QuX-897sd8eXx95P5YMOZ8sU1Ydz4uLq"
                                                                }
                                                            ],
                                                            "variable": [
                                                                {
                                                                    "type": "any",
                                                                    "value": "Mm0TiQX9qVyifL5kguuVDviHl5fMXZDaw_cnwAbg.5OhoRj4XZwQymp8oocbu4lKNr91jdXHa3lQXFp3FyvHHo-fttR3QuX-897sd8eXx95P5YMOZ8sU1Ydz4uLq",
                                                                    "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": "8dbd4a5e-893f-4458-a94c-c8e83deb4405",
                                                            "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": "Mm0TiQX9qVyifL5kguuVDviHl5fMXZDaw_cnwAbg.5OhoRj4XZwQymp8oocbu4lKNr91jdXHa3lQXFp3FyvHHo-fttR3QuX-897sd8eXx95P5YMOZ8sU1Ydz4uLq"
                                                                        }
                                                                    ],
                                                                    "variable": []
                                                                },
                                                                "header": [
                                                                    {
                                                                        "key": "Accept",
                                                                        "value": "application/json"
                                                                    },
                                                                    {
                                                                        "description": {
                                                                            "content": "Added as a part of security scheme: apikey",
                                                                            "type": "text/plain"
                                                                        },
                                                                        "key": "JSESSIONID",
                                                                        "value": "<API Key>"
                                                                    }
                                                                ],
                                                                "method": "GET",
                                                                "body": {}
                                                            },
                                                            "status": "OK",
                                                            "code": 200,
                                                            "header": [
                                                                {
                                                                    "key": "Content-Type",
                                                                    "value": "application/json"
                                                                }
                                                            ],
                                                            "body": "[\n  {\n    \"persistenceId_string\": \"<string>\",\n    \"persistenceVersion_string\": \"<string>\"\n  },\n  {\n    \"persistenceId_string\": \"<string>\",\n    \"persistenceVersion_string\": \"<string>\",\n    \"labore44_\": false,\n    \"cillum2__\": true,\n    \"est_e\": true\n  }\n]",
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "json"
                                                        },
                                                        {
                                                            "id": "6b921557-c35f-435b-9899-e2890d923b01",
                                                            "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": "Mm0TiQX9qVyifL5kguuVDviHl5fMXZDaw_cnwAbg.5OhoRj4XZwQymp8oocbu4lKNr91jdXHa3lQXFp3FyvHHo-fttR3QuX-897sd8eXx95P5YMOZ8sU1Ydz4uLq"
                                                                        }
                                                                    ],
                                                                    "variable": []
                                                                },
                                                                "header": [
                                                                    {
                                                                        "key": "Accept",
                                                                        "value": "application/json"
                                                                    },
                                                                    {
                                                                        "description": {
                                                                            "content": "Added as a part of security scheme: apikey",
                                                                            "type": "text/plain"
                                                                        },
                                                                        "key": "JSESSIONID",
                                                                        "value": "<API Key>"
                                                                    }
                                                                ],
                                                                "method": "GET",
                                                                "body": {}
                                                            },
                                                            "status": "Bad Request",
                                                            "code": 400,
                                                            "header": [
                                                                {
                                                                    "key": "Content-Type",
                                                                    "value": "application/json"
                                                                }
                                                            ],
                                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "json"
                                                        },
                                                        {
                                                            "id": "b0cca85f-c4fa-4e90-a573-a4ec3b13761e",
                                                            "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": "Mm0TiQX9qVyifL5kguuVDviHl5fMXZDaw_cnwAbg.5OhoRj4XZwQymp8oocbu4lKNr91jdXHa3lQXFp3FyvHHo-fttR3QuX-897sd8eXx95P5YMOZ8sU1Ydz4uLq"
                                                                        }
                                                                    ],
                                                                    "variable": []
                                                                },
                                                                "header": [
                                                                    {
                                                                        "key": "Accept",
                                                                        "value": "application/json"
                                                                    },
                                                                    {
                                                                        "description": {
                                                                            "content": "Added as a part of security scheme: apikey",
                                                                            "type": "text/plain"
                                                                        },
                                                                        "key": "JSESSIONID",
                                                                        "value": "<API Key>"
                                                                    }
                                                                ],
                                                                "method": "GET",
                                                                "body": {}
                                                            },
                                                            "status": "Unauthorized",
                                                            "code": 401,
                                                            "header": [
                                                                {
                                                                    "key": "Content-Type",
                                                                    "value": "application/json"
                                                                }
                                                            ],
                                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "json"
                                                        },
                                                        {
                                                            "id": "271039d2-b49a-47df-aff8-d1e6e1372488",
                                                            "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": "Mm0TiQX9qVyifL5kguuVDviHl5fMXZDaw_cnwAbg.5OhoRj4XZwQymp8oocbu4lKNr91jdXHa3lQXFp3FyvHHo-fttR3QuX-897sd8eXx95P5YMOZ8sU1Ydz4uLq"
                                                                        }
                                                                    ],
                                                                    "variable": []
                                                                },
                                                                "header": [
                                                                    {
                                                                        "key": "Accept",
                                                                        "value": "application/json"
                                                                    },
                                                                    {
                                                                        "description": {
                                                                            "content": "Added as a part of security scheme: apikey",
                                                                            "type": "text/plain"
                                                                        },
                                                                        "key": "JSESSIONID",
                                                                        "value": "<API Key>"
                                                                    }
                                                                ],
                                                                "method": "GET",
                                                                "body": {}
                                                            },
                                                            "status": "Forbidden",
                                                            "code": 403,
                                                            "header": [
                                                                {
                                                                    "key": "Content-Type",
                                                                    "value": "application/json"
                                                                }
                                                            ],
                                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "json"
                                                        },
                                                        {
                                                            "id": "1c50ca0d-401f-44da-a97f-1305855aac18",
                                                            "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": "Mm0TiQX9qVyifL5kguuVDviHl5fMXZDaw_cnwAbg.5OhoRj4XZwQymp8oocbu4lKNr91jdXHa3lQXFp3FyvHHo-fttR3QuX-897sd8eXx95P5YMOZ8sU1Ydz4uLq"
                                                                        }
                                                                    ],
                                                                    "variable": []
                                                                },
                                                                "header": [
                                                                    {
                                                                        "key": "Accept",
                                                                        "value": "application/json"
                                                                    },
                                                                    {
                                                                        "description": {
                                                                            "content": "Added as a part of security scheme: apikey",
                                                                            "type": "text/plain"
                                                                        },
                                                                        "key": "JSESSIONID",
                                                                        "value": "<API Key>"
                                                                    }
                                                                ],
                                                                "method": "GET",
                                                                "body": {}
                                                            },
                                                            "status": "Internal Server Error",
                                                            "code": 500,
                                                            "header": [
                                                                {
                                                                    "key": "Content-Type",
                                                                    "value": "application/json"
                                                                }
                                                            ],
                                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "json"
                                                        }
                                                    ],
                                                    "event": [],
                                                    "protocolProfileBehavior": {
                                                        "disableBodyPruning": true
                                                    }
                                                }
                                            ]
                                        },
                                        {
                                            "name": "{persistenceId}",
                                            "description": "",
                                            "item": [
                                                {
                                                    "id": "ca5c84ee-097f-4f16-b7d2-298092eedfbb",
                                                    "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": "Mm0TiQX9qVyifL5kguuVDviHl5fMXZDaw_cnwAbg.5OhoRj4XZwQymp8oocbu4lKNr91jdXHa3lQXFp3FyvHHo-fttR3QuX-897sd8eXx95P5YMOZ8sU1Ydz4uLq",
                                                                    "key": "businessDataType",
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) Business Data Type",
                                                                        "type": "text/plain"
                                                                    }
                                                                },
                                                                {
                                                                    "type": "any",
                                                                    "value": "Mm0TiQX9qVyifL5kguuVDviHl5fMXZDaw_cnwAbg.5OhoRj4XZwQymp8oocbu4lKNr91jdXHa3lQXFp3FyvHHo-fttR3QuX-897sd8eXx95P5YMOZ8sU1Ydz4uLq",
                                                                    "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": "4aed905d-829b-4279-908a-9f1f9bd8348f",
                                                            "name": "Success ",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "API",
                                                                        "bdm",
                                                                        "businessData",
                                                                        ":businessDataType",
                                                                        ":persistenceId"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [],
                                                                    "variable": []
                                                                },
                                                                "header": [
                                                                    {
                                                                        "key": "Accept",
                                                                        "value": "application/json"
                                                                    },
                                                                    {
                                                                        "description": {
                                                                            "content": "Added as a part of security scheme: apikey",
                                                                            "type": "text/plain"
                                                                        },
                                                                        "key": "JSESSIONID",
                                                                        "value": "<API Key>"
                                                                    }
                                                                ],
                                                                "method": "GET",
                                                                "body": {}
                                                            },
                                                            "status": "OK",
                                                            "code": 200,
                                                            "header": [
                                                                {
                                                                    "key": "Content-Type",
                                                                    "value": "application/json"
                                                                }
                                                            ],
                                                            "body": "{\n  \"persistenceId_string\": \"<string>\",\n  \"persistenceVersion_string\": \"<string>\"\n}",
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "json"
                                                        },
                                                        {
                                                            "id": "5c3ae019-62c8-4c0b-9787-67d74a1319bc",
                                                            "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "json"
                                                        },
                                                        {
                                                            "id": "2a64e994-eab2-4fd0-9b6d-39e6fec250e7",
                                                            "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "json"
                                                        },
                                                        {
                                                            "id": "d3915782-1a74-40a8-9f9e-296b507b2ebb",
                                                            "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "json"
                                                        },
                                                        {
                                                            "id": "376caa0e-d055-41e9-b0ae-45eb2654d729",
                                                            "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "json"
                                                        }
                                                    ],
                                                    "event": [],
                                                    "protocolProfileBehavior": {
                                                        "disableBodyPruning": true
                                                    }
                                                },
                                                {
                                                    "name": "{attributeName}",
                                                    "description": "",
                                                    "item": [
                                                        {
                                                            "id": "a9ca6157-46a4-4ff5-92b6-548d333e0004",
                                                            "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": "Mm0TiQX9qVyifL5kguuVDviHl5fMXZDaw_cnwAbg.5OhoRj4XZwQymp8oocbu4lKNr91jdXHa3lQXFp3FyvHHo-fttR3QuX-897sd8eXx95P5YMOZ8sU1Ydz4uLq",
                                                                            "key": "businessDataType",
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) Business Data Type",
                                                                                "type": "text/plain"
                                                                            }
                                                                        },
                                                                        {
                                                                            "type": "any",
                                                                            "value": "Mm0TiQX9qVyifL5kguuVDviHl5fMXZDaw_cnwAbg.5OhoRj4XZwQymp8oocbu4lKNr91jdXHa3lQXFp3FyvHHo-fttR3QuX-897sd8eXx95P5YMOZ8sU1Ydz4uLq",
                                                                            "key": "persistenceId",
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) Business data ID",
                                                                                "type": "text/plain"
                                                                            }
                                                                        },
                                                                        {
                                                                            "type": "any",
                                                                            "value": "Mm0TiQX9qVyifL5kguuVDviHl5fMXZDaw_cnwAbg.5OhoRj4XZwQymp8oocbu4lKNr91jdXHa3lQXFp3FyvHHo-fttR3QuX-897sd8eXx95P5YMOZ8sU1Ydz4uLq",
                                                                            "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": "afead29a-b80b-4e2a-aaae-fd7d28d11c33",
                                                                    "name": "Success ",
                                                                    "originalRequest": {
                                                                        "url": {
                                                                            "path": [
                                                                                "API",
                                                                                "bdm",
                                                                                "businessData",
                                                                                ":businessDataType",
                                                                                ":persistenceId",
                                                                                ":attributeName"
                                                                            ],
                                                                            "host": [
                                                                                "{{baseUrl}}"
                                                                            ],
                                                                            "query": [],
                                                                            "variable": []
                                                                        },
                                                                        "header": [
                                                                            {
                                                                                "key": "Accept",
                                                                                "value": "application/json"
                                                                            },
                                                                            {
                                                                                "description": {
                                                                                    "content": "Added as a part of security scheme: apikey",
                                                                                    "type": "text/plain"
                                                                                },
                                                                                "key": "JSESSIONID",
                                                                                "value": "<API Key>"
                                                                            }
                                                                        ],
                                                                        "method": "GET",
                                                                        "body": {}
                                                                    },
                                                                    "status": "OK",
                                                                    "code": 200,
                                                                    "header": [
                                                                        {
                                                                            "key": "Content-Type",
                                                                            "value": "application/json"
                                                                        }
                                                                    ],
                                                                    "body": "{\n  \"persistenceId_string\": \"<string>\",\n  \"persistenceVersion_string\": \"<string>\"\n}",
                                                                    "cookie": [],
                                                                    "_postman_previewlanguage": "json"
                                                                },
                                                                {
                                                                    "id": "3c978f9f-ed04-4606-b777-78c17e33ae54",
                                                                    "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                                                    "cookie": [],
                                                                    "_postman_previewlanguage": "json"
                                                                },
                                                                {
                                                                    "id": "2e61669d-700b-45d3-9fbe-6c77d1b56e4a",
                                                                    "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                                                    "cookie": [],
                                                                    "_postman_previewlanguage": "json"
                                                                },
                                                                {
                                                                    "id": "09858bb9-21d0-4307-86f5-47f9e7f7aa96",
                                                                    "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                                                    "cookie": [],
                                                                    "_postman_previewlanguage": "json"
                                                                },
                                                                {
                                                                    "id": "097096f6-679e-45b6-a473-26b15c929ed2",
                                                                    "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                                                    "cookie": [],
                                                                    "_postman_previewlanguage": "json"
                                                                },
                                                                {
                                                                    "id": "38e67e02-6d03-4c0d-862e-a20c918e0a4e",
                                                                    "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                                                    "cookie": [],
                                                                    "_postman_previewlanguage": "json"
                                                                }
                                                            ],
                                                            "event": [],
                                                            "protocolProfileBehavior": {
                                                                "disableBodyPruning": true
                                                            }
                                                        }
                                                    ]
                                                }
                                            ]
                                        }
                                    ]
                                }
                            ]
                        }
                    ]
                },
                {
                    "name": "accessControl",
                    "description": "",
                    "item": [
                        {
                            "name": "bdm",
                            "description": "",
                            "item": [
                                {
                                    "id": "ad0ea549-15a8-42b1-8e97-0ba8a548302a",
                                    "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": "80afcabe-35a3-4330-bebb-900189733900",
                                            "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": "268be9da-099b-41cb-afe8-dfa4d72435f4",
                                            "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "401ac8aa-43e1-4539-a245-41982bc1aece",
                                            "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "10886cf0-3107-43d7-8167-03890066d374",
                                            "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "c46e41cc-2c0c-4f1c-87c4-406e65b6c697",
                                            "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        }
                                    ],
                                    "event": [],
                                    "protocolProfileBehavior": {
                                        "disableBodyPruning": true
                                    }
                                },
                                {
                                    "id": "d2975e14-0a57-4145-8af0-1a6a69b771b5",
                                    "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": "c0fe550b-f853-4033-ac6a-1e885985017f",
                                            "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": "edf427e3-d477-4a6d-9006-17f765c11fb5",
                                            "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "a7d329ad-106b-4b25-9d51-ad5988e7294c",
                                            "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "d5d065b9-6638-4f45-9f12-8c7cc131859c",
                                            "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "3378ce13-0d2c-4806-86d8-2caa530a6cbb",
                                            "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        }
                                    ],
                                    "event": [],
                                    "protocolProfileBehavior": {
                                        "disableBodyPruning": true
                                    }
                                }
                            ]
                        }
                    ]
                },
                {
                    "name": "bpm",
                    "description": "",
                    "item": [
                        {
                            "name": "activity",
                            "description": "",
                            "item": [
                                {
                                    "id": "b90bd803-769a-4bfa-b77b-64a3cd79f732",
                                    "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": "OaqXXp3UzSuT3bIPziPYSXtVNaVTvt6akKZQD78BZjO4tmJDYcB1AC88tJxAgWMpJATLI8RYjaylMnZhuKL6Kf1ALQ39KM5K600tIDjsV94K7bl4O2q3MJNaKOIvkN01xZEXW1SQoyKdJpxdw66R7vMoQJxTI7mWvUq9XNmmv9Ys1y0Wxx9emGXU7MerM6i3p2GKNKDRDlqjvWwHAEHFFumzXs7hFV"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "can filter on attributes with the format f={filter\\_name}={filter\\_value} with the name/value pair as url encoded string.",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "f",
                                                    "value": "foo1lEnHIhQB5fq2"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "can order on attributes",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "o",
                                                    "value": "ElsZ0Wa%AfgzOic3nqzlLHuJunQ0HKfl4yu"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "can search on attributes",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "s",
                                                    "value": "ElsZ0Wa%AfgzOic3nqzlLHuJunQ0HKfl4yu"
                                                }
                                            ],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            }
                                        ],
                                        "method": "GET",
                                        "body": {},
                                        "auth": null
                                    },
                                    "response": [
                                        {
                                            "id": "f9dede61-4f6c-46c6-a4e7-2da96171066e",
                                            "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": "foo1lEnHIhQB5fq2"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "ElsZ0Wa%AfgzOic3nqzlLHuJunQ0HKfl4yu"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can search on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "s",
                                                            "value": "ElsZ0Wa%AfgzOic3nqzlLHuJunQ0HKfl4yu"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security 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\": \"94vj17864hzeJod.07-vHId1BIbB65T8o3.Zqt5JmHzUnUYjlDw8ko822ttwpwWGa7KomrldZMn17.4SEXbYczbBw\",\n    \"type\": \"HUMAN_TASK\",\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\": \"highest\",\n    \"processId\": \"nXW2uCsCY6Z8BGdGiJMqoxx0sYix4ZDzj4-Bqd.dwWDDQqA3kUZxBd2Eeh7JPPOGCFThQ0v0B1E03-ogEaF3mkzwX0s3KYlTwcai06O3J_cAJ85H-2TK-jzzTmWJ0RNy.PqHi5Np.gpkFERcnB8267LKwRa28Hy7.p72Kl.UihSb2BPBJwKNnxEDbzm7AxTinNNVxeeRlBJENg1gLWNhsXPpvZWEk6rX\",\n    \"parentCaseId\": \"l7KtJwnE-rUT.L9iUWpa8ZMM0jSKMOLYwGpRHC2sDa1_C4Ap_F_IxIT6eJNiS6HgseGc6roh6cJlVYK3XlK.dw5PpchbL4VVLj3cNfSEZrHkB8Mf8t_rEEG.btlkSmE5LBAmMPiRqmk8z8XE6gxEOPka7bRh1El5qaA_IZDvTd3Te.aNtaRUvVvt_VY1NlKFfBe_Ujz9Qt5BgxiftOvJxj\",\n    \"rootCaseId\": \"388cA3HQv61n6hlzNKGlupUhXHZO5yMS36equVLsnJcVl1VZmB6BSfSTSVJ0ZMHtBQQXUD6xaVQ\",\n    \"rootContainerId\": \"6JsvSLxjBfnBxeFOGQWyMoSjBBEqjVTOB\",\n    \"executedBy\": \"A6DX5xGku7yl.LVN6rzm_jo6evTeS8HkxVaOO4FXJvFjefZ7mlLWtpSFlhcwutds-vtCmpHbvWfThvrX5LdEO_2mkXLeZ8xRLN0WMYufcVq5x8KX2oUt2hUywRPMlI.H27Wuf4lS3K6\",\n    \"executedBySubstitute\": \"<string>\",\n    \"actorId\": \"TuV8rXTkMoXLWsneS1GrAXzHc0AMJHgvuysExa56Bm50p-OLpAiyTpYn4f17FPQY6qz3OduGhj2V0-U9RxILMEjDocPYYVglXfy1-5RhPXTxhdI6fP0W4fYqFPZSepQ8e5Qw\",\n    \"assigned_id\": \"ZDqbneNquKa0dW1q0_RUyobYPtsX8a9Amb3BmCWkQkeXHqt\",\n    \"assigned_date\": \"2318-73-56\\n904266:54775:9.0998726\"\n  },\n  {\n    \"id\": \"8HKHl.5NF9HAN_kCl06A-Ipu-QDGcdygi1jsky6e.L3H3dG18Z86u5-NlY0BVtsoqjDi5up6vYbNRwmTlapCstZxU3RbyVpW9p9-THy_ybwCHbXHTQhts.5vSCluoCp33gnK9hTKkv5W.rtLqGA0H5pDX46umHMSKxUfsA_Q9zf3ezkgHXtqbORxiDFX-NBoZl1_du_DcLSefk1qo4LuYrsmwmmKwmiCYddWLc1\",\n    \"type\": \"MANUAL_TASK\",\n    \"name\": \"<string>\",\n    \"displayName\": \"<string>\",\n    \"description\": \"<string>\",\n    \"displayDescription\": \"<string>\",\n    \"state\": \"skipped\",\n    \"reached_state_date\": \"<string>\",\n    \"last_update_date\": \"<string>\",\n    \"dueDate\": \"<string>\",\n    \"priority\": \"above_normal\",\n    \"processId\": \"qNqQc.bUGG_N4.yebcHuwizDjcy\",\n    \"parentCaseId\": \"wv_RLKq77Sr3P0SmfXtS0EbwILszt-VmKmjTIQ-3V2kq6C\",\n    \"rootCaseId\": \"0ZInFokKsV5m-s8yzzSU6S0a455hvi3DfQAuaJYlabiMXv5eWj6xcqnVLiDCXJpZMcVK2FHI4WuzdK0.GDiYmNGIJ6vTDqv-sSqHxyKaDlHu5gsZuTyMYY2GVK8XegD9Z7Uc8vQa3rVD2ZPy4aOHxPT88vsXlJ7PZZlyQyk5fA0aW_ufyk6fzOodjynfJYW-W4zFS25dF8.n90fHu\",\n    \"rootContainerId\": \"O2hiaDyYLLEqLWYpgFZ0EC.VWWtjPZSe59-balu43YGKarf_2Y19RHd4RK4kGo_MD_E9VTDltyt8UlopeYAW9fsot8UDK.M4fwX0z35z_Qg5X9dAThsitisl1W8xKj2EFi34-VwLEsSsMYxmhMSkuvNyy56XBpnPfjOe9QzEeSVDxfCfBLOQKijP49CvsmD2nLD1D1xK6o1.smP8Vyxo5cB-beVo59jERXqLtY4AsXsNcF\",\n    \"executedBy\": \"IoylzWX8URo2UsZOlJKNJ.A5_ysvhSsMyazeAjcKrsS.YIMYhuqmlDvZu5tL42QPpSZfkIn96583Is84CAhNEp_sPCo5FQkyeoCkURqyGIKYeC5X2Dp2oo79UCIT6-jnbodRDhL30Q7olrD4K.m\",\n    \"executedBySubstitute\": \"<string>\",\n    \"actorId\": \"JR9hcc4M4HTqybY20yVdiehJIRKqoU7aJi3CV2ZS0-eUzb06.IGT9Zn6wqvdZeWAeNXz-l-ZoqxYxWoIeZWKg.0BO81Vn2XLbRnrZQ-Rw71lwXan-cUycQSHgCCsZb2zs5RT12VPQ7qkVdZmfvhggSIS7L.iATh3HvSbX8yvJ_iBGu3T3-sZg09WiO0W58a4ah6baZ1lEa0eD2nxSh\",\n    \"assigned_id\": \"OA3Rtey_xGNASnZSdY34dwSRrLL_KNrYtoDSy3S\",\n    \"assigned_date\": \"4743-20-03 02144286:138702:536352.1501\"\n  }\n]",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "a72f674c-02ef-4de5-90bf-0ffb54eaaba9",
                                            "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": "foo1lEnHIhQB5fq2"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "ElsZ0Wa%AfgzOic3nqzlLHuJunQ0HKfl4yu"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can search on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "s",
                                                            "value": "ElsZ0Wa%AfgzOic3nqzlLHuJunQ0HKfl4yu"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "Bad Request",
                                            "code": 400,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "c94f983c-759e-45dc-80e0-9bbc41bfbd57",
                                            "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": "foo1lEnHIhQB5fq2"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "ElsZ0Wa%AfgzOic3nqzlLHuJunQ0HKfl4yu"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can search on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "s",
                                                            "value": "ElsZ0Wa%AfgzOic3nqzlLHuJunQ0HKfl4yu"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "Unauthorized",
                                            "code": 401,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "657d66e2-6314-48a2-a78a-2df263a5a520",
                                            "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": "foo1lEnHIhQB5fq2"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "ElsZ0Wa%AfgzOic3nqzlLHuJunQ0HKfl4yu"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can search on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "s",
                                                            "value": "ElsZ0Wa%AfgzOic3nqzlLHuJunQ0HKfl4yu"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "Forbidden",
                                            "code": 403,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "314f37c4-f334-40f6-8e58-f199bdc90c67",
                                            "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": "foo1lEnHIhQB5fq2"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "ElsZ0Wa%AfgzOic3nqzlLHuJunQ0HKfl4yu"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can search on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "s",
                                                            "value": "ElsZ0Wa%AfgzOic3nqzlLHuJunQ0HKfl4yu"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "Internal Server Error",
                                            "code": 500,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        }
                                    ],
                                    "event": [],
                                    "protocolProfileBehavior": {
                                        "disableBodyPruning": true
                                    }
                                },
                                {
                                    "name": "{id}",
                                    "description": "",
                                    "item": [
                                        {
                                            "id": "004aca99-5bd2-487b-9486-9b93478042ca",
                                            "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": "Mm0TiQX9qVyifL5kguuVDviHl5fMXZDaw_cnwAbg.5OhoRj4XZwQymp8oocbu4lKNr91jdXHa3lQXFp3FyvHHo-fttR3QuX-897sd8eXx95P5YMOZ8sU1Ydz4uLq",
                                                            "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": "3d25d63f-faee-45d5-989d-350310ec342d",
                                                    "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\": \"X_rDK94K.kXMHUOHu24lLKtcTTOd4IGSFlVbbIIZTJ8xKLeC9WugdP1.oI3M4EvumUs0SaBnvVCjerxFdlhFkOr3NQlC\",\n  \"type\": \"USER_TASK\",\n  \"name\": \"<string>\",\n  \"displayName\": \"<string>\",\n  \"description\": \"<string>\",\n  \"displayDescription\": \"<string>\",\n  \"state\": \"completing\",\n  \"reached_state_date\": \"<string>\",\n  \"last_update_date\": \"<string>\",\n  \"dueDate\": \"<string>\",\n  \"priority\": \"above_normal\",\n  \"processId\": \"66lKvYdeCXW6azGo80zxQPIHAgUz0Xz2LKkSStMz3pc6ZvKgIyg26X5ccW_Z3kMtT37hOGPNLPXEp5LCjAXWBdOiUNklLTqBTz87T5suvm0epZExNzqZpZUiCj6WEhUXM40yeSy546Y6SO7nIXaOizl.-lLsRtz8uYzV34naEYuxEx36Fm7EZ_tQr--fqNnxzMHF4JSoEX\",\n  \"parentCaseId\": \"lfbaKR4ehH3.xWsTjH5iE6g6-0uVxGmzsL0Tp.GXWV\",\n  \"rootCaseId\": \"bIrLDYuHu3b8ekJQ8j93RgU4kHHR1_dEUiooPNObi_fu8tUm13gJ7.4ye-lVRu9L9W5fcMWU.RKLbTG6ZnJ.KtS\",\n  \"rootContainerId\": \".7vb4HrIrCSJa4tgXkSJfM_HNjIVBHgHDkLdTPke_vJjWOGUqlV1tlsvwghvHKIyybHyDCWqEtQy9ZM\",\n  \"executedBy\": \"XYImYihYA0p4yGnFuTojj0EAlNprAiNr2eJvAEMwHZypacFpUKyqkEiBu73QkPtBjgu31LinbXcqCOYrR-aY5HQBvNugELY.a9qjqXSJdcUVH_R11SkXfuWHb9NM-XIHZIXCgs.YEFG8wCR.-nLhhZrXi75nkgCrtCOYOUou6foa7VPQHEPX4Qt88JpTD.U4sqWBTo08x9HmDcyghjEnX-QMIUJFauF0ZrmBqRI\",\n  \"executedBySubstitute\": \"<string>\",\n  \"actorId\": \"FFITI2HZmvm0BKoNkDbzjINBieZRmC2GM.QKpK.PuFyHbY5IgPBjX0j8FHiM4kq5uIzETZRbVQnMEz85D.HIG11iCl8OT.t8IY0U1QEOIOZ_n5vt3a8SkjVdudFUDcBuPlTCtpJQ1T2VbeMRKHJfUZfcwgjj2gGgFuX5TLhYEQ227aq4r08JS3AumEDO3_qIxkWE7-.8nXgnz_7-\",\n  \"assigned_id\": \"5aTEARQ4oBr.R9.GHGwpnUxNYTink8OwGALEilaYwLlpSZJEYuGSK0QqcaIUKzs\",\n  \"assigned_date\": \"1800-13-92 24:833359067:38984208905.4665312464\"\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "3d9ccc7c-b861-456f-89f9-5afc0a62bbb7",
                                                    "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "65799d7a-da13-4173-a5da-38e92bd7c368",
                                                    "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "cdc2fa85-10d1-44fd-b993-625c769148da",
                                                    "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "710bcc81-11d4-4d51-92c1-ef8aac525915",
                                                    "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "111d53c1-098c-45a4-a78a-d0fda7653f59",
                                                    "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        },
                                        {
                                            "id": "828c1a0b-fb9d-478b-9c0f-ab01532ac0c5",
                                            "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": "Mm0TiQX9qVyifL5kguuVDviHl5fMXZDaw_cnwAbg.5OhoRj4XZwQymp8oocbu4lKNr91jdXHa3lQXFp3FyvHHo-fttR3QuX-897sd8eXx95P5YMOZ8sU1Ydz4uLq",
                                                            "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": "be5ae3ac-4502-48f1-b613-864797632329",
                                                    "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": "277c5681-de22-4fbc-9125-beaae5843ee5",
                                                    "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "59fabc6b-2649-45de-84c4-55c3b2516f19",
                                                    "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "b5486d16-0f88-4901-bbcb-b772d10da416",
                                                    "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "44f00081-3bfd-4875-9c34-edae70b0325a",
                                                    "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "e232941d-553d-4044-bc21-74364af38bc4",
                                                    "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        }
                                    ]
                                }
                            ]
                        },
                        {
                            "name": "archivedActivity",
                            "description": "",
                            "item": [
                                {
                                    "id": "8db17c5a-143c-45d8-81ab-89db68330bda",
                                    "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": "OaqXXp3UzSuT3bIPziPYSXtVNaVTvt6akKZQD78BZjO4tmJDYcB1AC88tJxAgWMpJATLI8RYjaylMnZhuKL6Kf1ALQ39KM5K600tIDjsV94K7bl4O2q3MJNaKOIvkN01xZEXW1SQoyKdJpxdw66R7vMoQJxTI7mWvUq9XNmmv9Ys1y0Wxx9emGXU7MerM6i3p2GKNKDRDlqjvWwHAEHFFumzXs7hFV"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "can filter on attributes with the format f={filter\\_name}={filter\\_value} with the name/value pair as url encoded string.",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "f",
                                                    "value": "foo1lEnHIhQB5fq2"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "can order on attributes",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "o",
                                                    "value": "ElsZ0Wa%AfgzOic3nqzlLHuJunQ0HKfl4yu"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "can search on attributes",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "s",
                                                    "value": "ElsZ0Wa%AfgzOic3nqzlLHuJunQ0HKfl4yu"
                                                }
                                            ],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            }
                                        ],
                                        "method": "GET",
                                        "body": {},
                                        "auth": null
                                    },
                                    "response": [
                                        {
                                            "id": "3310c6df-83d9-470e-88db-30b7de28388d",
                                            "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": "foo1lEnHIhQB5fq2"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "ElsZ0Wa%AfgzOic3nqzlLHuJunQ0HKfl4yu"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can search on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "s",
                                                            "value": "ElsZ0Wa%AfgzOic3nqzlLHuJunQ0HKfl4yu"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "OK",
                                            "code": 200,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "The total number of matching items",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "Content-Range",
                                                    "value": "<long>"
                                                }
                                            ],
                                            "body": "[\n  {\n    \"id\": \"<string>\",\n    \"type\": \"HUMAN_TASK\",\n    \"name\": \"<string>\",\n    \"displayName\": \"<string>\",\n    \"description\": \"<string>\",\n    \"displayDescription\": \"<string>\",\n    \"state\": \"completing\",\n    \"reached_state_date\": \"<string>\",\n    \"last_update_date\": \"<string>\",\n    \"dueDate\": \"<string>\",\n    \"priority\": \"above_normal\",\n    \"processId\": \"<string>\",\n    \"parentCaseId\": \"<string>\",\n    \"rootCaseId\": \"<string>\",\n    \"rootContainerId\": \"<string>\",\n    \"executedBy\": \"<string>\",\n    \"executedBySubstitute\": \"<string>\",\n    \"actorId\": \"<string>\",\n    \"assigned_id\": \"<string>\",\n    \"assigned_date\": \"<string>\",\n    \"sourceObjectId\": \"<string>\",\n    \"archivedDate\": \"<string>\"\n  },\n  {\n    \"id\": \"<string>\",\n    \"type\": \"CALL_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\": \"above_normal\",\n    \"processId\": \"<string>\",\n    \"parentCaseId\": \"<string>\",\n    \"rootCaseId\": \"<string>\",\n    \"rootContainerId\": \"<string>\",\n    \"executedBy\": \"<string>\",\n    \"executedBySubstitute\": \"<string>\",\n    \"actorId\": \"<string>\",\n    \"assigned_id\": \"<string>\",\n    \"assigned_date\": \"<string>\",\n    \"sourceObjectId\": \"<string>\",\n    \"archivedDate\": \"<string>\"\n  }\n]",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "87254ea5-ddca-4824-bc94-dd0e329cd9a4",
                                            "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": "foo1lEnHIhQB5fq2"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "ElsZ0Wa%AfgzOic3nqzlLHuJunQ0HKfl4yu"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can search on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "s",
                                                            "value": "ElsZ0Wa%AfgzOic3nqzlLHuJunQ0HKfl4yu"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "Bad Request",
                                            "code": 400,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "9f0c3550-0766-4501-86ca-8685e5598040",
                                            "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": "foo1lEnHIhQB5fq2"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "ElsZ0Wa%AfgzOic3nqzlLHuJunQ0HKfl4yu"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can search on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "s",
                                                            "value": "ElsZ0Wa%AfgzOic3nqzlLHuJunQ0HKfl4yu"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "Unauthorized",
                                            "code": 401,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "65c6d284-7060-4d88-8cac-df87327b8edf",
                                            "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": "foo1lEnHIhQB5fq2"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "ElsZ0Wa%AfgzOic3nqzlLHuJunQ0HKfl4yu"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can search on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "s",
                                                            "value": "ElsZ0Wa%AfgzOic3nqzlLHuJunQ0HKfl4yu"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "Forbidden",
                                            "code": 403,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "a82ac732-8741-4489-9512-738b5f81e521",
                                            "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": "foo1lEnHIhQB5fq2"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "ElsZ0Wa%AfgzOic3nqzlLHuJunQ0HKfl4yu"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can search on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "s",
                                                            "value": "ElsZ0Wa%AfgzOic3nqzlLHuJunQ0HKfl4yu"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "Internal Server Error",
                                            "code": 500,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        }
                                    ],
                                    "event": [],
                                    "protocolProfileBehavior": {
                                        "disableBodyPruning": true
                                    }
                                },
                                {
                                    "name": "{id}",
                                    "description": "",
                                    "item": [
                                        {
                                            "id": "d9c32de2-d4a9-4bec-bc78-c10f4fbf5c4d",
                                            "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": "Mm0TiQX9qVyifL5kguuVDviHl5fMXZDaw_cnwAbg.5OhoRj4XZwQymp8oocbu4lKNr91jdXHa3lQXFp3FyvHHo-fttR3QuX-897sd8eXx95P5YMOZ8sU1Ydz4uLq",
                                                            "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": "2524915a-f10d-4a5b-a8a8-c772d95b13ef",
                                                    "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\": \"LOOP_ACTIVITY\",\n  \"name\": \"<string>\",\n  \"displayName\": \"<string>\",\n  \"description\": \"<string>\",\n  \"displayDescription\": \"<string>\",\n  \"state\": \"cancelled\",\n  \"reached_state_date\": \"<string>\",\n  \"last_update_date\": \"<string>\",\n  \"dueDate\": \"<string>\",\n  \"priority\": \"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}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "11dd369e-1146-4fec-93ee-1762d74efdda",
                                                    "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "44e25191-8abc-43af-93f8-4af1ad464d47",
                                                    "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "477388c1-85d4-4707-a2f7-f38bc029664e",
                                                    "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "bdc34460-fb78-408c-b963-c6c95c35b0ac",
                                                    "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "83b29661-c14b-4cc6-ac91-9fad832b8f4b",
                                                    "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        }
                                    ]
                                }
                            ]
                        },
                        {
                            "name": "humanTask",
                            "description": "",
                            "item": [
                                {
                                    "id": "bacec425-97fb-42a4-b9b1-6338ba4529e3",
                                    "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": "OaqXXp3UzSuT3bIPziPYSXtVNaVTvt6akKZQD78BZjO4tmJDYcB1AC88tJxAgWMpJATLI8RYjaylMnZhuKL6Kf1ALQ39KM5K600tIDjsV94K7bl4O2q3MJNaKOIvkN01xZEXW1SQoyKdJpxdw66R7vMoQJxTI7mWvUq9XNmmv9Ys1y0Wxx9emGXU7MerM6i3p2GKNKDRDlqjvWwHAEHFFumzXs7hFV"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "can filter on attributes with the format f={filter\\_name}={filter\\_value} with the name/value pair as url encoded string.",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "f",
                                                    "value": "foo1lEnHIhQB5fq2"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "can order on attributes",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "o",
                                                    "value": "ElsZ0Wa%AfgzOic3nqzlLHuJunQ0HKfl4yu"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "can search on attributes",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "s",
                                                    "value": "ElsZ0Wa%AfgzOic3nqzlLHuJunQ0HKfl4yu"
                                                }
                                            ],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            }
                                        ],
                                        "method": "GET",
                                        "body": {},
                                        "auth": null
                                    },
                                    "response": [
                                        {
                                            "id": "078ffc7d-1a6d-432a-90fc-e3c0699aea67",
                                            "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": "foo1lEnHIhQB5fq2"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "ElsZ0Wa%AfgzOic3nqzlLHuJunQ0HKfl4yu"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can search on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "s",
                                                            "value": "ElsZ0Wa%AfgzOic3nqzlLHuJunQ0HKfl4yu"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security 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\": \"3fgEkcPLx5cKyuq1lFc0uQjhpwm-m_x7KZjwMJp.JJ4Oe5Ia7dwJzV-AsRqGfc0.2YTCeXE84kjLcP5KI.q7j8G2wwM7Kcw8Iefc4E0KTjlJXzXuZcil7htQS4Yddgap5W4e7B0meWD-MQ8mpl5fVzyyvcFLQeeGO.N0koKrRAvuBhqqXtQFgp1p7ZlG63IfS\",\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\": \"6869-05-30 23:27:55\",\n    \"last_update_date\": \"4679-11-20 06:28:01\",\n    \"dueDate\": \"4032-12-31 23:00:44\",\n    \"priority\": \"<string>\",\n    \"processId\": \"1-TaHQEURAKTdTa_I97Q7vH7ZT2jOFAqJGpXVwX-QnWMu43Mif2jVa3W7ZZtDXKoenjF4mLfL4wWy3u3pjAtUfeeTaa8-_BEiKcaVNjuPT6abDvbNiI43daBO3jIVFeAm.fOBd_YTPv7PXx\",\n    \"parentCaseId\": \"8N8S3sXOVJ39yfLJ7v19XAckBESXLkSvUR5Q_QCHIrgmr2I9paYETDFz3ZNYAbZ6LMUnnYljk3JDKU6\",\n    \"parentTaskId\": \"Z2IvEYei6Qpo.fmkLPqTAdtO_zUwYYQ2G5WKBTqmLAO8PBv0gNk7kGRsFygvxA5WncXBkeVwvQjBVGdJkcngaq.OJlngKSXV22Jq2S-Mx9fEtynDVUV2dtGqbuizsxdzvtlH-DBtLVg0O5TJInKZUBu1Duh.IRsPaNAV9Ofxyxmb3PCbvS78JbLNiI3kMVRNRtx2etyVxopD2XZ6BuSvPKAX3v1hAbZRnNrU1\",\n    \"rootCaseId\": \"dxDaVH-SlHyiMs1gxVF0DBMzj0tNGhPN7MGu\",\n    \"rootContainerId\": \"H4ah7fvezVRVBMSZApLRIU9.KY0J96B289GU30J-3208jH38MfAlLO6PP6wf8Q7A2wTpIlF1YS0_LPOTJ2J193tqAxK9ONPDhNx3LBCc7icG\",\n    \"executedBy\": \"NjV6V3mQq-_gqhA5o3HtnRIei0JGl4I2HyQ.fNcQKEgRpdsZL.V3..kdMG9n8ipG.kOiltK3x0Rx.oPHqyGWRF4T0XY55KJ7LxP0cTsEs_vj0FGWWVF3k.l8oVDWLWMmxx2nXUuIm4nZ3hw_5eR27PLhuo_Rtsnf1\",\n    \"executedBySubstitute\": \"<string>\",\n    \"actorId\": \"55QaebfoNXML7lxs3blXyS1jAhDJQMHIK0Xb-r8a8Y4QyLx68zJXeHnqpVHSf.mS1XCcKefAJWkoxMck70mrWRQS5apaP9JuEBb3g8NsqzHUcOSJasWUHJogQ\",\n    \"assigned_id\": \"xpTkHchC3OmuA2_GPAU0P.vTLPQs-0__INGxCMK3LiJ3CQVlPv4iAGPy3ujnYjGTMlgTQD8L7KSdm3j5wkW72z7n9v1-ux0uGLw2eRO9HxkupFdXMoNvJOnqx8mpQVJQSaEIXb\",\n    \"assigned_date\": \"4414-02-31 06:47:38\",\n    \"isTerminal\": \"<boolean>\"\n  },\n  {\n    \"id\": \"8XajG1EwooN839jMtLxfwn9C_1hUlI5S_Le4Dc5CsRxQM1Lt7t2OitIM5cxBoGEcek48kwDxoFzeHWqEl.o.LKFBfDvhCuToY0wetr.TJaeZuzxTGA4gqMD-dZ7xOc0XT7NH9R744IR1tGfZlJ8oFS9.lqxJeQxX51f08QwsTo8SWgvyxMNuq6Eu0\",\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\": \"3115-02-27 19:33:20\",\n    \"last_update_date\": \"0640-06-31 08:48:12\",\n    \"dueDate\": \"5644-10-31 13:40:35\",\n    \"priority\": \"<string>\",\n    \"processId\": \"p29YuKdWtMkC-bZz9jbyIZZoMw9qD7KeOtiRI_PHjKTHZpEF5ZAiseqi80Ym7XzqfSFOscq6uGpu10tRMD5pcE21nk.TEQ8fDxgIJODrkrHtYrY6V7mZQn1O\",\n    \"parentCaseId\": \"_jkGHgNyH_NBxPV2oglhyutHeQd21eNm-9SDnMi6LavvSQTOHvr4v67aF-rVf038NoJR-tjz\",\n    \"parentTaskId\": \"1MjWoDBu5yYkYR.4FnoCg-QNo1RJlRKHAIpLwGKfDuIkpotF23F0IwCxhVBOnbFt4CzYKjhn9tjTuwGymmraFIWNMcfcZjkyngD.Az9oznvnYH7D5Ii7t34-rfQZpV1gH2mqkwmgdF_tFo7Xn94cIhFLZJj7hnhph-m4b36HajZpcloUpSOA_7t.aOJosabDiq1GL6XMWVuAmIdKqVm2ew636mPzXy-JmdW\",\n    \"rootCaseId\": \"rIz-oeXB6luP6azrEy4_o.hsG8R0iV61abn8-giKu1tUJBKm8WM48p3wkzZp934IcEgE1Oq_c.Li9l1Gx.omof_k\",\n    \"rootContainerId\": \"bpWVJ3QAEtt8wcnBnLPrhj132gtvBW-9KDoBXKSiW8NJ7.-b1HFw0bRrLPb6OBiqAi-M8ElEsJFzq2Lv-xrAxlNjH34R3wgNACg19QGNl7ndY\",\n    \"executedBy\": \"5LyAj3Dsh4Lx2jjJW18YYVHczAJsn912nsY8sGNBuQUhKyBDlxPChOH0fgNh7eDm51x4vyVx3mkslnKJWIpbkWXJso_I-e5YXBOT41fmfUxVHaJmZI9ytLHdEpTQfKP-2g9zkj-D_3nwlcBWvQ5Cgik1UAUITWLMAnFQpl6OTNpn-YCNrmPAY0evOSQS8CSbrFP_VTmBDAXU5DWnn8S3yT8ua\",\n    \"executedBySubstitute\": \"<string>\",\n    \"actorId\": \"TlA9lCcESiEItSIC-xRVOimEaHtcrF_0q_d377U9hkq3RmWJbXi9chSozdPAzbF6uhbU9dtzriIS8dZgU.rB.E8jv.VRjAYXAXD\",\n    \"assigned_id\": \"v8o.RAiit1EOcHJTb5jCVE4LYho6RPL9X7q0mWSUhWg81Wad9_wjRMovcGSYeW.bYDVPKNNIO-SBQlxHCHis-xH7v37-x_bqJ18ovxxFPcAERupDb_384uqjJ3WRya9\",\n    \"assigned_date\": \"4246-12-05 03:23:23\",\n    \"isTerminal\": \"<boolean>\"\n  }\n]",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "b2d58c75-361e-45fa-a535-45795b7062a9",
                                            "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": "foo1lEnHIhQB5fq2"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "ElsZ0Wa%AfgzOic3nqzlLHuJunQ0HKfl4yu"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can search on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "s",
                                                            "value": "ElsZ0Wa%AfgzOic3nqzlLHuJunQ0HKfl4yu"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "Bad Request",
                                            "code": 400,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "c3556e5b-ba41-4ea4-b065-158d260d03e0",
                                            "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": "foo1lEnHIhQB5fq2"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "ElsZ0Wa%AfgzOic3nqzlLHuJunQ0HKfl4yu"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can search on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "s",
                                                            "value": "ElsZ0Wa%AfgzOic3nqzlLHuJunQ0HKfl4yu"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "Unauthorized",
                                            "code": 401,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "1cc67a97-c853-47de-aca3-aee2b3427258",
                                            "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": "foo1lEnHIhQB5fq2"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "ElsZ0Wa%AfgzOic3nqzlLHuJunQ0HKfl4yu"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can search on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "s",
                                                            "value": "ElsZ0Wa%AfgzOic3nqzlLHuJunQ0HKfl4yu"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "Forbidden",
                                            "code": 403,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "3324a668-3259-4b6d-9288-e11b4646d46e",
                                            "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": "foo1lEnHIhQB5fq2"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "ElsZ0Wa%AfgzOic3nqzlLHuJunQ0HKfl4yu"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can search on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "s",
                                                            "value": "ElsZ0Wa%AfgzOic3nqzlLHuJunQ0HKfl4yu"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "Internal Server Error",
                                            "code": 500,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        }
                                    ],
                                    "event": [],
                                    "protocolProfileBehavior": {
                                        "disableBodyPruning": true
                                    }
                                },
                                {
                                    "name": "{id}",
                                    "description": "",
                                    "item": [
                                        {
                                            "id": "271020e4-f857-45c9-8098-88fa238738f2",
                                            "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": "Mm0TiQX9qVyifL5kguuVDviHl5fMXZDaw_cnwAbg.5OhoRj4XZwQymp8oocbu4lKNr91jdXHa3lQXFp3FyvHHo-fttR3QuX-897sd8eXx95P5YMOZ8sU1Ydz4uLq",
                                                            "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": "dff011ef-15a6-4b95-ab5f-37aa1b9ca00d",
                                                    "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\": \"-cZfyV2SKm0H8VXykhTGRpOBro599skHDqQvGg1U6cHrzPiDpgo8I\",\n  \"type\": \"<string>\",\n  \"name\": \"<string>\",\n  \"displayName\": \"<string>\",\n  \"description\": \"<string>\",\n  \"displayDescription\": \"<string>\",\n  \"state\": \"waiting\",\n  \"reached_state_date\": \"0070-11-11 22:53:48\",\n  \"last_update_date\": \"8267-01-24 15:13:45\",\n  \"dueDate\": \"5595-03-31 21:30:01\",\n  \"priority\": \"<string>\",\n  \"processId\": \"oLQpSEsSKjCnMWAxPtEoNbBTN95gLI1ImS3F186Z-JyxuB_dXArVkqfGQEO4BozEo0XCyn-1iilSsFNuLAZ.7.uVEiMckdiMJXk84OSl3ezHQ85QFRYYsHUotrSkWAPT\",\n  \"parentCaseId\": \"fGu61IpT12wp.YG5d9qciB_TT_N1L-J.osJaiD8PxWXokzZzLk5k33_DQp8b30IUzjhbmjLveBBwhgFeC4GJovrz.ugheP4I3Z_dWx-9_0955dOLr5JpoG51LQnWuX4p9l-h5_0HPpiSFJKYNcFXSf0soe5HXVHf8OxhFIbR\",\n  \"parentTaskId\": \"2SpSxpzPa7.01kl0t-AYGEhs1N-zjmbOBaQ72DtGOLM332yIcBlaYpBvXe60ykY\",\n  \"rootCaseId\": \"gc0Cr21An.SN-f7mnX2wxl0d0bOWulfjJOP8nA1Eb_z6vr_0xd3xtUP7bM-.Co.y9FMh4lg9780PC0xIX4ULNehufwe3KR1BYM3Iw_JDTaYtZzDk-JvXaIeDRyanRpyVWU_Zr7u_fm4OvhSl6\",\n  \"rootContainerId\": \"UoKtgeihSA4D5lUDb7VF6fdYUSd7ETmuQdFxKgpS4VhsmkgvPx94K5Z1KJKllkIL_niNGE60vXg-x-vol8KXNwofj0yyDG4JWA4vNX-PCBgp__Vzf7rq3fvkTbZB.OE4kpxH6iMZvoSZcPvJmdaJ4yV-q8Q7CyJdKQ53Fuy-oCGIz7I6-HjSvMY6iWbZKhyCKIUoCFKK2yJl0kRffpx5LVOOh.wkvcMmjw2Ta2f-C9Obv5tFtuNh0k2jTC\",\n  \"executedBy\": \"TIP_MJ8Jmbws0APPOb5prv-k0.rwBhd7P6.LnE03umQiLH86ihNQdKzZE3nj8E3KDihVN3qxzPwAvFqhnRjvIONErYtnwDFeSb84avjGBN4wUuaRODiMdfu060U2urL06Jatmr\",\n  \"executedBySubstitute\": \"<string>\",\n  \"actorId\": \"7Kp1P0CZ4bOTMsDw8WrJfthqw9l8F.ej4lEbGOJcJWv92jIHb8GuCmUHbrZ-akQJhqVCUJoX-aNXj4Qfo9SEb0Hn2foNYB\",\n  \"assigned_id\": \"91gO1cpQlyGAQbFI1E13hlLbQDImp35oJYoyYANq7mqHxpLXhUd10U42mG8ZMadoJH0PJnYTrp-eMyVEPIunUBik0ZbZiuI_5.5uudzRnQGjgUVWfzIfxsVxDqOLBsrYRRFZ4\",\n  \"assigned_date\": \"7096-12-07 11:47:00\",\n  \"isTerminal\": \"<boolean>\"\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "12133b60-b91d-4f93-9fac-337665ac83f1",
                                                    "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "e391efe7-25ab-428e-8080-5b8eb5be348b",
                                                    "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "502e7221-2867-413f-ba75-d1f3f649630c",
                                                    "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "62063a05-a753-42e2-a965-d65237c76cf8",
                                                    "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "7bcbec2b-0755-4acd-ab38-bcc63a07b7fe",
                                                    "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        },
                                        {
                                            "id": "febbd230-c48b-44a5-9870-5b0a53ec4577",
                                            "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": "Mm0TiQX9qVyifL5kguuVDviHl5fMXZDaw_cnwAbg.5OhoRj4XZwQymp8oocbu4lKNr91jdXHa3lQXFp3FyvHHo-fttR3QuX-897sd8eXx95P5YMOZ8sU1Ydz4uLq",
                                                            "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": "dca312e8-5db0-48db-b5a0-743838c3da34",
                                                    "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": "5427f31b-6039-4cc7-a7e0-70918cf1a2ff",
                                                    "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "0dcd1e23-5019-4b37-a462-54e30aed402a",
                                                    "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "a8f28554-b160-4c25-871f-b6790d21c39b",
                                                    "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "b98433b8-dd12-47be-99a2-5e043a363db8",
                                                    "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "b93a7d6f-fec4-478b-83f0-1ffdd3589e71",
                                                    "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        }
                                    ]
                                }
                            ]
                        },
                        {
                            "name": "manualTask",
                            "description": "",
                            "item": [
                                {
                                    "id": "e3dfff18-37e5-4c4e-858f-69c8a8571dbb",
                                    "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": "OaqXXp3UzSuT3bIPziPYSXtVNaVTvt6akKZQD78BZjO4tmJDYcB1AC88tJxAgWMpJATLI8RYjaylMnZhuKL6Kf1ALQ39KM5K600tIDjsV94K7bl4O2q3MJNaKOIvkN01xZEXW1SQoyKdJpxdw66R7vMoQJxTI7mWvUq9XNmmv9Ys1y0Wxx9emGXU7MerM6i3p2GKNKDRDlqjvWwHAEHFFumzXs7hFV"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "can filter on attributes with the format f={filter\\_name}={filter\\_value} with the name/value pair as url encoded string.",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "f",
                                                    "value": "foo1lEnHIhQB5fq2"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "can order on attributes",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "o",
                                                    "value": "ElsZ0Wa%AfgzOic3nqzlLHuJunQ0HKfl4yu"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "can search on attributes",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "s",
                                                    "value": "ElsZ0Wa%AfgzOic3nqzlLHuJunQ0HKfl4yu"
                                                }
                                            ],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            }
                                        ],
                                        "method": "GET",
                                        "body": {},
                                        "auth": null
                                    },
                                    "response": [
                                        {
                                            "id": "bc2c2f38-fb0b-426a-b50b-9ff2a4db554b",
                                            "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": "foo1lEnHIhQB5fq2"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "ElsZ0Wa%AfgzOic3nqzlLHuJunQ0HKfl4yu"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can search on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "s",
                                                            "value": "ElsZ0Wa%AfgzOic3nqzlLHuJunQ0HKfl4yu"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security 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\": \"WiKCBEf777Wp2_NrxtvY3dg9gqxv9oCtGubOwOaUpMM6R_-uNYQesnDRHxxSP69.6RimjnY.ovvx0DQIlphxGK0nZhVqTzynrY8xPjfzx2LYs5\",\n    \"type\": \"<string>\",\n    \"name\": \"<string>\",\n    \"displayName\": \"<string>\",\n    \"description\": \"<string>\",\n    \"displayDescription\": \"<string>\",\n    \"state\": \"cancelling subtasks\",\n    \"reached_state_date\": \"8275-12-31 04:35:37\",\n    \"last_update_date\": \"6799-12-30 03:28:38\",\n    \"dueDate\": \"0223-05-08 16:36:33\",\n    \"priority\": \"<string>\",\n    \"processId\": \"YeB-2E53UDxwumJXvDztUwdHls_Lk5IpUY8P_MLneZlY1sJHXaFK19lmzkNUy5JE1J5uDxz\",\n    \"parentCaseId\": \"ZDUHW0G8Qwy1t9x42vHpMMg3aKEPckvOYa5iw5SpOcMMubtSv9nTwfrTAHfpfSFmEDp--bcT.lmt-ck7zDjPJMenpZN7DuKO2AVyMTBhSWp84CnHnYWQ_awNxSf_1Ggs14UxgUTl-9a8e5LbtKxQfK1F7-fxcifAqGOOuLfIdA6EUA8C1G7zO-vpvmh5dOMYqXD4qCA6_wBtCXjmVqK3CybgOj8q8aOO8mJBhHaaxdVf58iGEHV0vE\",\n    \"parentTaskId\": \"trmLkk4-RYtvHt7ohLND.7lvxSW-XNVnyjNr0iuuKLlYZHJpPV2zl5hPKzKJJTjSbz4xzqz2MbgPZFo8Ruce-ecWKjuO8rf12iocLAGr_RWnu.XQEU3LsM7MDhyoZ65W8GAgUnH4tOW48WIkNAsWYzRRVZp.ceyDtImvOlIwBapUwqqn\",\n    \"rootCaseId\": \"0s5kBkQpCh542O-rXmCkOmrvmZXJ9YIW0o-xveitKYQpB-LRSnCCW3xSsjgJLvWmuEoN5X1GZBQSYy7Z6.AHThhHfSulge-VNbghu8lt3c3DuxOAcBx_btQ36\",\n    \"rootContainerId\": \"wvFKFoqDjyZ9dt.JE28hlcwVpK7BVQ8iyYzgPdUq93xSeKA-83.MUbyQusjDM8W7iEf3rybLBKENO7UZuGr5bc_Q1kk_jD536vHHufLolVZf.YK4bj-hxhe9mklkyl6KeGeF2bsvp.HYwUm7KouyDTfVdEuqxAVG.kq4eIA528fVyWHXZD4bNC8MC0aPkiudKblMDX.I6Xb0HVqQG3iDS4sLr0HC.pYO4Y3as8\",\n    \"executedBy\": \"t0x8U8Clu3vBxRfZGDEALCV4hzhms-1vDj4LnESwNrM8n8wAB6wLjJ_rGXOx3rLOTPH3j756PoMiHpOsyMzsQaQfVCv4VxvyZ.r9QgnAIhu7jfT9a_aAx32vad9pyGQjrXw7f.JFV3Fzjv4bFRn0aCEWzfizYc\",\n    \"executedBySubstitute\": \"<string>\",\n    \"actorId\": \"VKqhggH8rjpOmHrcWrPizs7qb6VBXQAKylvKqk3Grq4tX8sxHhvLoLlnGBfWDomOamqLig8VM-c9AgCBw-kfWHTOnl1ZPj6R6yJk4umO3Uyja4iE7msv79gJ0QO4QEZEQurkEhxaw6mVvzwhhmZwfVz3K7u9_ZE_OIF4AB0vEi9vI.EAOXNN-ZYiyDKvWA2nnmMwI2ko42K4XapoXgt7DQK.p2nAa.aqHKyXtHggQ0jZXFUnnK\",\n    \"assigned_id\": \"0QHRAD_5v0So0-tfK2Nlw.pL5bzN9mM8.rJLhzsPcYR-DrSEYeMHmpaXhZ8lbcDlRFnko-Mf-90Z5MN_qwbjzMM5YcKZ2vFq_8OquB5vAvQ76GXf6NsCYhTkIn4ZSWY-XUhSgvMQDnBu3DQ23wiNzS7d4kuykjlfIp7Om6hePt1GzqbtKEz.-36stF0H1ESQHuFx2kDQm6k79_3vfe\",\n    \"assigned_date\": \"7901-09-16 15:43:25\",\n    \"isTerminal\": \"<boolean>\"\n  },\n  {\n    \"id\": \"xY.gK9LdnuNjSRXLMNGcisDRgyLq67uquaMQ-bOV0k1oS69K01vL0smFhQwLweoltiHF.axQDZgooQaf2glbmYWAP1tuzVrXmpmlGxGEMdRqEViWivGnpJ06Gkv4zlxxTt5xgF.j0tTUh6TzbxMV_QVuRrV-s4rF.1S0nJgNhwlq3WIqHLEY5D4s.ksqVo\",\n    \"type\": \"<string>\",\n    \"name\": \"<string>\",\n    \"displayName\": \"<string>\",\n    \"description\": \"<string>\",\n    \"displayDescription\": \"<string>\",\n    \"state\": \"failed\",\n    \"reached_state_date\": \"0351-10-31 02:43:16\",\n    \"last_update_date\": \"0846-11-30 11:17:35\",\n    \"dueDate\": \"9723-01-07 05:37:41\",\n    \"priority\": \"<string>\",\n    \"processId\": \"hPVT4MltdREq5gAA.8.7dNl8dedUQozMTtd2Pgwxpi2XSoSmBLECy0y7C9cP\",\n    \"parentCaseId\": \"dN0XLLArUGz_hiPcUMDbxBkxjioF90rQEJVNPtQOGuoZPRg73D17LjxaKuS9z9vI7f86ChbVzrRPXMBWLb8Kt3itJIWPSYW68ihTL7WBf3SOP8ubXfWaCe1Qf4Nf3q3S_1OfzCmoJHWjLmt.DfAUOIihMz71JZVqDq3Vtbphbx_4px9-mQACefESKl4RPCgdQVHlzQcrQmkeT6oEBhkqgSS40127XMNYr1-qUE.4ahQ2KeCX14C\",\n    \"parentTaskId\": \"T.9ZWuOctmht27cPe2OQ9ZTsilUerTBxPKPVnV9HLzKd6j2wqI-e8VT6XMoMyuhXb42nxDE4Af6x.DkwGtABE-9hyK7UWvdwdDRfEUX3ACABGUNgkevcJT88tKqSkBw1HzW.bXGYj0GEMA3Kses_m._ob1RnaQh4jHEpiDHkLX3PJgRM-Zj-o_EVA.r8PBUN8OoXOZkpXmZ4DaVRiCibnFOeothHDfEhaNqikUHRUAgL6dS23XwVOPX9nJ\",\n    \"rootCaseId\": \"IlUYhDGyfpKyvCMDcmlna3UZYEVzHuAxl9pU0rYI-6M.lrBvqiIdBYV8HfJZ1BZ9u439FXSLLgRpmdh.nlG-BpSp6r_fN-rDLrWkdhP1M7KBaJLtR2g6pnRePXk4sgR_Wv1yYgZEaxa96im_emYffMAW8yJ8leySlOFDyp43EBhfhLtdkUsunZf\",\n    \"rootContainerId\": \"h2fEtni0QBgDMG-WXSLNZ0X1yMjfnsOTn8Kj-x_pvKD0CA9b_uxuISV9IEG5hUGKtOtUGeNcV84Bl1am0A85ZW_wAp2jVORQNSLRz.OMB-FLU3.y4kHqltWVOg86mhCxTZP46exLbXugKpiZXSTKAwv\",\n    \"executedBy\": \"gNMXGaSKqnzEfvD8xE51ArSPlzxAZ8wswnwtqz9Z1uHzPoOjHZzTE\",\n    \"executedBySubstitute\": \"<string>\",\n    \"actorId\": \"wecBu9_FMNZ-KBP4Xm6txJGiDx1M-iNUuCFmlv5mb2TRxS38909MOovv8aPJX7lVi-X.VXD0LhqaG6ALsp-V5U_ufjVkmFZdGs2WY-y62jVYVHymKTn-t74mgOA-fR_FX0pu0bTpdHNy6yN62mfnZFtnuRriUh7s9EKaz0mLIfLBwPK\",\n    \"assigned_id\": \"eqZMVM6uoObWDjnHX-Ay0S1PfVqu0yFjrBfiU7m-4F4RsThrE6murdRi_Py64lBAJo9zO9Yj4zsHRWi49dQt13JvgN1TUoEg1K8yv76tEMNOC9eYvSmGkfa-tqkIERpvQlwp7V_t_EzTEdEnWUUcnqOejG3kGRNhrA2g8lR\",\n    \"assigned_date\": \"8047-07-30 22:37:36\",\n    \"isTerminal\": \"<boolean>\"\n  }\n]",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "23d729c0-ca53-4615-8db0-3ff88696c2c1",
                                            "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": "foo1lEnHIhQB5fq2"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "ElsZ0Wa%AfgzOic3nqzlLHuJunQ0HKfl4yu"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can search on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "s",
                                                            "value": "ElsZ0Wa%AfgzOic3nqzlLHuJunQ0HKfl4yu"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "Bad Request",
                                            "code": 400,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "c2b3c9ec-ac8b-4db5-b645-5bf330cf9d1d",
                                            "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": "foo1lEnHIhQB5fq2"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "ElsZ0Wa%AfgzOic3nqzlLHuJunQ0HKfl4yu"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can search on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "s",
                                                            "value": "ElsZ0Wa%AfgzOic3nqzlLHuJunQ0HKfl4yu"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "Unauthorized",
                                            "code": 401,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "831bc9c7-8f5f-49bb-9d05-882cfcf04621",
                                            "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": "foo1lEnHIhQB5fq2"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "ElsZ0Wa%AfgzOic3nqzlLHuJunQ0HKfl4yu"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can search on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "s",
                                                            "value": "ElsZ0Wa%AfgzOic3nqzlLHuJunQ0HKfl4yu"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "Forbidden",
                                            "code": 403,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "5a7cbdc4-49a5-4c93-9774-e35e3eaebb40",
                                            "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": "foo1lEnHIhQB5fq2"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "ElsZ0Wa%AfgzOic3nqzlLHuJunQ0HKfl4yu"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can search on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "s",
                                                            "value": "ElsZ0Wa%AfgzOic3nqzlLHuJunQ0HKfl4yu"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "Internal Server Error",
                                            "code": 500,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        }
                                    ],
                                    "event": [],
                                    "protocolProfileBehavior": {
                                        "disableBodyPruning": true
                                    }
                                },
                                {
                                    "id": "47e4c63a-76df-4938-b307-abb2ac66ea24",
                                    "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": "0243b942-b332-4b64-895f-b6b5fa30cf42",
                                            "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\": \"btT4_Z1tbeeQPiK.5AF125QPM-VbRX9fjQh9UjuyIs-MDO.n-o1g8653veezxcV-selSbXAaQlmUtcz1OwKLqXLWSQ-H3x1bcJNYVmscGf2r.xDR5DnE.3UNWz5TMNtRAQbjJ.aqPWa..6TWFCy_uo7j62.pqhpai7zaeMZKf7T7ei_SUAMbHs2sboSHnsl_ifX0nReRV5ukdEk-Zn0US\",\n  \"type\": \"<string>\",\n  \"name\": \"<string>\",\n  \"displayName\": \"<string>\",\n  \"description\": \"<string>\",\n  \"displayDescription\": \"<string>\",\n  \"state\": \"executing\",\n  \"reached_state_date\": \"3859-06-03 18:17:25\",\n  \"last_update_date\": \"3816-11-03 22:53:42\",\n  \"dueDate\": \"6236-10-31 03:54:02\",\n  \"priority\": \"<string>\",\n  \"processId\": \"18BeMQsXK6wQePj_K6IZ4llo4JaYCnF5PVaNQdReXYpxH\",\n  \"parentCaseId\": \"L4Wo-f-4B9Yu1Q2TzJYcqGHXoXAbhlSXjtiR6hyIC19u36z-zBxZQJQ\",\n  \"parentTaskId\": \"NtWVCET2sMlm52c6K8XiN-QvO5835i7\",\n  \"rootCaseId\": \"5r7Ff\",\n  \"rootContainerId\": \"gCqb61JlX.wzaSx5EfPGunpBO9OY.089bWo7Ss063F-DnwHVrb8OeoKlerALbYW7v4BOu0MVzncPWXJGVkvTMV5KNT4D2tB72HNpnOLRBUoKyVC8MSBK3kdqRGtKB9GA33wKmDCkl2Lw-eoGpWLYvdgn3LjLDNq1SKNFvLsgSm6ll.mObJ143uW8CEELa_Cfh_G.CuoUuJSw2-KSQ95ad3Bqfb04bg\",\n  \"executedBy\": \"VnZT90hRm0OnTMkk7.Ryx4Fpa.REXwZeFWLqP71uL5yIuMITevNWDmN59Qy7RyvsvZBEkrB6xjXNY6hEhwOSlVL8_ZfS7SNH2wmS09XxhYGftblgtWgh7R5a4nFROU6DCn8go.Qhgv.4fTFlhp17yfz2OSDUHpNL2sVMqCJcnF5joBMWkmlndRCLnjV-c3PC6Uu3hr1ShQxqgqkyvmtNf2b0NvRZdZvLCkPqvKHupp0ggWj3\",\n  \"executedBySubstitute\": \"<string>\",\n  \"actorId\": \"\",\n  \"assigned_id\": \"vztwY5dSVlbhStF0YhRKVlfFEtw4wSQz3.n.6Vi31z2eK-3iRPS28Q8W4zLraj6ZUJRNDqY9ug79q2SNmvFEVd3NLmsDs_9lS4HBxG9c1f5PgEf-hhZZEHDixN-4f2jRkFD8tLdID97rGaar40qBRMCzxrrCvuTKmnHOKf.9Surs3RaLPHb1MD4NDM42hHu\",\n  \"assigned_date\": \"2695-04-06 00:06:34\",\n  \"isTerminal\": \"<boolean>\"\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "7d961481-f60b-4a9f-afd3-f45319c4c3eb",
                                            "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "96dac344-6d77-4651-9a55-682329656e81",
                                            "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "1edded4f-9880-4593-a01e-1b97f8436c2e",
                                            "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "ddbfcf04-9859-4f07-9542-81aa7a006a8c",
                                            "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        }
                                    ],
                                    "event": [],
                                    "protocolProfileBehavior": {
                                        "disableBodyPruning": true
                                    }
                                },
                                {
                                    "name": "{id}",
                                    "description": "",
                                    "item": [
                                        {
                                            "id": "d4a059ca-ddd5-4013-8757-263f0c13fc41",
                                            "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": "Mm0TiQX9qVyifL5kguuVDviHl5fMXZDaw_cnwAbg.5OhoRj4XZwQymp8oocbu4lKNr91jdXHa3lQXFp3FyvHHo-fttR3QuX-897sd8eXx95P5YMOZ8sU1Ydz4uLq",
                                                            "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": "3b128c0c-cdd9-4ad2-8e3f-3b79add6c13c",
                                                    "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\": \"btT4_Z1tbeeQPiK.5AF125QPM-VbRX9fjQh9UjuyIs-MDO.n-o1g8653veezxcV-selSbXAaQlmUtcz1OwKLqXLWSQ-H3x1bcJNYVmscGf2r.xDR5DnE.3UNWz5TMNtRAQbjJ.aqPWa..6TWFCy_uo7j62.pqhpai7zaeMZKf7T7ei_SUAMbHs2sboSHnsl_ifX0nReRV5ukdEk-Zn0US\",\n  \"type\": \"<string>\",\n  \"name\": \"<string>\",\n  \"displayName\": \"<string>\",\n  \"description\": \"<string>\",\n  \"displayDescription\": \"<string>\",\n  \"state\": \"executing\",\n  \"reached_state_date\": \"3859-06-03 18:17:25\",\n  \"last_update_date\": \"3816-11-03 22:53:42\",\n  \"dueDate\": \"6236-10-31 03:54:02\",\n  \"priority\": \"<string>\",\n  \"processId\": \"18BeMQsXK6wQePj_K6IZ4llo4JaYCnF5PVaNQdReXYpxH\",\n  \"parentCaseId\": \"L4Wo-f-4B9Yu1Q2TzJYcqGHXoXAbhlSXjtiR6hyIC19u36z-zBxZQJQ\",\n  \"parentTaskId\": \"NtWVCET2sMlm52c6K8XiN-QvO5835i7\",\n  \"rootCaseId\": \"5r7Ff\",\n  \"rootContainerId\": \"gCqb61JlX.wzaSx5EfPGunpBO9OY.089bWo7Ss063F-DnwHVrb8OeoKlerALbYW7v4BOu0MVzncPWXJGVkvTMV5KNT4D2tB72HNpnOLRBUoKyVC8MSBK3kdqRGtKB9GA33wKmDCkl2Lw-eoGpWLYvdgn3LjLDNq1SKNFvLsgSm6ll.mObJ143uW8CEELa_Cfh_G.CuoUuJSw2-KSQ95ad3Bqfb04bg\",\n  \"executedBy\": \"VnZT90hRm0OnTMkk7.Ryx4Fpa.REXwZeFWLqP71uL5yIuMITevNWDmN59Qy7RyvsvZBEkrB6xjXNY6hEhwOSlVL8_ZfS7SNH2wmS09XxhYGftblgtWgh7R5a4nFROU6DCn8go.Qhgv.4fTFlhp17yfz2OSDUHpNL2sVMqCJcnF5joBMWkmlndRCLnjV-c3PC6Uu3hr1ShQxqgqkyvmtNf2b0NvRZdZvLCkPqvKHupp0ggWj3\",\n  \"executedBySubstitute\": \"<string>\",\n  \"actorId\": \"\",\n  \"assigned_id\": \"vztwY5dSVlbhStF0YhRKVlfFEtw4wSQz3.n.6Vi31z2eK-3iRPS28Q8W4zLraj6ZUJRNDqY9ug79q2SNmvFEVd3NLmsDs_9lS4HBxG9c1f5PgEf-hhZZEHDixN-4f2jRkFD8tLdID97rGaar40qBRMCzxrrCvuTKmnHOKf.9Surs3RaLPHb1MD4NDM42hHu\",\n  \"assigned_date\": \"2695-04-06 00:06:34\",\n  \"isTerminal\": \"<boolean>\"\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "bd4284ed-785b-460b-b811-860d1d567065",
                                                    "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "1e8421f1-01e8-4be6-a706-72a1bee6b515",
                                                    "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "beef4532-3368-46cb-b7db-044252ea42cc",
                                                    "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "59d3c422-aebb-4062-bafc-028a4d5a250a",
                                                    "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "c8b64993-d857-43ef-aade-336fafb9c622",
                                                    "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        },
                                        {
                                            "id": "3e018cc8-0e5c-42b1-bca7-0d2a09e74c08",
                                            "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": "Mm0TiQX9qVyifL5kguuVDviHl5fMXZDaw_cnwAbg.5OhoRj4XZwQymp8oocbu4lKNr91jdXHa3lQXFp3FyvHHo-fttR3QuX-897sd8eXx95P5YMOZ8sU1Ydz4uLq",
                                                            "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": "aac01591-0358-4d2f-9dbf-45f94bd2fe4f",
                                                    "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": "4a83adb3-e7de-4f6c-a247-87a4f5c0fef7",
                                                    "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "abcc56e9-aee9-44cb-bbe0-c0a632c4b233",
                                                    "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "08aa5b7c-2b76-4340-a40a-f56cee7e8893",
                                                    "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "575fccdb-7ba2-4414-90f1-6dd18ef84293",
                                                    "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "45dcd9c5-2809-4ae5-a67f-b811d823ca3f",
                                                    "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        }
                                    ]
                                }
                            ]
                        },
                        {
                            "name": "task",
                            "description": "",
                            "item": [
                                {
                                    "id": "52dd7f9e-2eae-47e7-9a78-bac64f9dd097",
                                    "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": "OaqXXp3UzSuT3bIPziPYSXtVNaVTvt6akKZQD78BZjO4tmJDYcB1AC88tJxAgWMpJATLI8RYjaylMnZhuKL6Kf1ALQ39KM5K600tIDjsV94K7bl4O2q3MJNaKOIvkN01xZEXW1SQoyKdJpxdw66R7vMoQJxTI7mWvUq9XNmmv9Ys1y0Wxx9emGXU7MerM6i3p2GKNKDRDlqjvWwHAEHFFumzXs7hFV"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "can filter on attributes with the format f={filter\\_name}={filter\\_value} with the name/value pair as url encoded string.",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "f",
                                                    "value": "foo1lEnHIhQB5fq2"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "can order on attributes",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "o",
                                                    "value": "ElsZ0Wa%AfgzOic3nqzlLHuJunQ0HKfl4yu"
                                                }
                                            ],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            }
                                        ],
                                        "method": "GET",
                                        "body": {},
                                        "auth": null
                                    },
                                    "response": [
                                        {
                                            "id": "eedc615d-d344-41aa-8745-b7b60f0ee6d0",
                                            "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": "foo1lEnHIhQB5fq2"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "ElsZ0Wa%AfgzOic3nqzlLHuJunQ0HKfl4yu"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security 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\": \"m0S1nL8BHTEOyoOkYgkhC.ZNK5wF0bhoKnSHGBWU7-Q7B1P43LznJp13mKfby6_fApunvTTox6zOy2nOONGa_AOlKL6yrQ6A-lTUot-ptepxeZZ_qSdYjjG.RPRA27_uoccRoaBz4PxuT4r-HiC3zLMBVJ8iFD8z-DYsUwbA09XoXhio_wRSVyHLeOWpR7-caZqZG3V\",\n    \"type\": \"<string>\",\n    \"name\": \"<string>\",\n    \"displayName\": \"<string>\",\n    \"description\": \"<string>\",\n    \"displayDescription\": \"<string>\",\n    \"state\": \"failed\",\n    \"reached_state_date\": \"7950-11-07 18:50:13\",\n    \"last_update_date\": \"8910-11-12 03:54:45\",\n    \"dueDate\": \"6916-07-01 20:23:06\",\n    \"priority\": \"<string>\",\n    \"processId\": \"B20EzEbim_ybL_Pvnf5nZYWNMy_qSH1O.r5m6E8RSvybzHzBhZkqydZAnxsztpvEOvUHg6yDOoTkXyuMNKqVx_ZsEkFPiizAYbEFKyLOR5C6rZRjMVltgnmJpl6ktHzs4uHHc1I-yytCXDmkXti0O-k9L-r3n-I5bxVycPg_-xQ87W2pERu1jlRfqPCYx2JOksUVhXKtLZeh17Wk6fb-wsmcMRS8DGjv-\",\n    \"parentCaseId\": \"ys9qOg8M2X_PTof0u4e0zHMMSMJHXFZ9hIsMMvtQVJZilgtchzMlbzC4mhYAKFghtpS9DttM8huVdm6YeXAtULd54hflvC7QfdZ6J_6P-sZdhh6CXyW5IpCut6Pcvfjk8Js9bNN9i1LKgE59drcY2v4FMxX4MadbBpah-cyODJ3J757h2ebt8wPmadgRmRo\",\n    \"parentTaskId\": \"uGEOvPfBjcpD.xEtYxaEcSeDa2MT2vTFy_FGr.nPFFKE2Tccs-ux5X_yCKa-TpUAm7M6W1Yg0LuG2KpvZcfg1L\",\n    \"rootCaseId\": \"wU4dWR_tPAPPHcWqqMFKQ6-y6cBW06ZzdfN2IHgDD5nxDjqKFlZT7ABHFGu1yBmbp794dXRFfV-_wy0DHF.eZ.Qn3RfjwAMz1-LEmY1aO044wIpGVHqVzTFor1ST.NcKgjLSFG-\",\n    \"rootContainerId\": \"ICptPvDPWCQc4.xA7I_dgs.ClluIDDbKvmWZUA-Y9ZWChe-jzf7lEM3jBUvUbG.k93gkXiYtuI4BXuHu0qx5hEPbh-2b3vSo1uiCLb4zRNrVreJvg4CDN8oo9Jf2F1RM3qE3R_Ddm9uYFAaYD1_..jkn_QlebcuwD6bo-bDLJKVOyTOWMdu6Q_xmSmrdiddO63cwj8qm4flCcmKHmxI_bJqVbTjSMXb-hH.GmCz\",\n    \"executedBy\": \"TUphgiWtm-blALqsEXPt5Rk1Udwn0zT4TspZt5LlLfYrB\",\n    \"executedBySubstitute\": \"<string>\",\n    \"actorId\": \"vYAAY.RuMtu56LBAZ8AhY3Ld_4eRmFveYf-dTmPhp7nHXbvFzI8jEsFJY6OgL8DKn1agaiFBA5dMI1K1Ec9OJHYHgq4J2htQfQGisd1jX0iBMcvdxZhyy-nopCH86gGgtFFNiJU6iXxPFkG4_snl-94OYcs5.R1g4vX9pyTWogBu4a8Gx26uaY9xm1Xk_s.i8L1dCVqjLWIhlFwzy4WP\",\n    \"assigned_id\": \"0V-PY.mR9WjC-hx9fpd3FZzu.evw35DypawEeY_8.V1Oj_dwqDXu7Hstn7FzTJ8IksHRiQot2PT9yCRZpIHKiMfSRseGm0ExMUOUEJWaduA8JOSu6wXX9SDbs2Xx9cNgo_rl38QpcFjldT3ku51Cl2gFYYBuc40UUGkWuX-h4FNfdkqfGJtx65eKTeFBtvP.TFJiS3MVdGOY7TmZm9DX9nBihfSPPZ4tearULr7ZDE1lDqZx\",\n    \"assigned_date\": \"7641-11-20 21:52:22\",\n    \"isTerminal\": \"<boolean>\"\n  },\n  {\n    \"id\": \"8apVwBjjKI2LSn3di49zYeAggUw9wWUiQxU25OqBfXYTihzox-iqBUnEz_QB1F.YOCO9-f.rhA5Q1JuaY.lz4Ho78VGwPtxXm87StCoS6F_.SYBVOuPMz9C1zHIjt9YVhDrtB3i_A_QNUq0Bhwy4IDWTD0h.RBe9cCScitrzmHswmgsw_jDgEjY3IVS94xP16AV96kRCggSnVcW8_VcNbi3_k6vll2z1Z-jh5xKBb5GGry\",\n    \"type\": \"<string>\",\n    \"name\": \"<string>\",\n    \"displayName\": \"<string>\",\n    \"description\": \"<string>\",\n    \"displayDescription\": \"<string>\",\n    \"state\": \"ready\",\n    \"reached_state_date\": \"8100-05-23 13:24:32\",\n    \"last_update_date\": \"4337-12-09 20:01:57\",\n    \"dueDate\": \"8701-11-17 14:27:20\",\n    \"priority\": \"<string>\",\n    \"processId\": \"z6Qt2UL33pfPNpy3SoPKodLfXxX0egDW.yccaj9Mmey7DH0FGvWRobkWRJaY9ZoMPcAcI1TISKRhepqI2ujW3WlQKZabbJ_7iz0XvUtZJ2AuPhPvLJ-sqHO-yGrSCSKdluf7JL6E6yALhgd8-N3WYSi_ORKfaUR8rFV-ot9TZb053r7lNkyl\",\n    \"parentCaseId\": \"DysPQc1DRVjgZxN-4Hm6w6l1FlThtLNr5NXRcnwOCGTTZxr1hyMt4iU_0h7UgvGiBxRPEu433skct3nQkpUsg2-HUW6yVre.N9rPhenD0308ZRUR\",\n    \"parentTaskId\": \"W6TNmm5McRDnAEpfI5BImkYWEu_3MWG-osa-mGKywGft2Chxv.TWz_i68lYtDm26Ad-sC4eFGuD-30Xiu5acSXdcKwaJOoNzEpQLWwvaY55-kpOtwOpGEI\",\n    \"rootCaseId\": \"6Ozaffb66HreMxzve0vkajOlbxKRR0mbt4EBc\",\n    \"rootContainerId\": \"p1muWo.iMXkNPLWLvBRRosdC3an-j5s62vDmXYtyYpO-WshpTrXnTmOWtg7Im7ccYTlvidb0tYPzjqZLiSj_FfItlnsY4Qz09WoWMNwKOJja5koHOLW4jOIY_7uRurvAkEqdNea5Gblj1jLuDxpGIs9JBu-ooZ1uf3M20EsH.dBVdvwlMJURQ78GyMifNZua5JH\",\n    \"executedBy\": \"1FIc1o6.CdVD2KRn75pqZiAhY6NxT3CwmqWT.0d1fs8DzLsNPMWJg4AnuGwZsPjATO5iUtbaF7HpdzVppyRloS.dKDhb4DEPfY3RsBO_tdtpKlRM\",\n    \"executedBySubstitute\": \"<string>\",\n    \"actorId\": \"6EZ4Zu._Hx1k16ToVMC44YfbsZn727r2PhAoVCr9c9omCJyYiU5idvfzJqLw.yNnrk9TB-ePU5wnb_0.mGiNSbrR5ZJtBnnroF_TX8QImOEXeCasaI20ak0xkVACKwxBFLnMxlu.qwJXt2Ism7rx.WMcfgIkYF.iDHZrvThXQl46cimz4M0z..KzFTv5Qv_ey\",\n    \"assigned_id\": \"1D4kWeRQLqw\",\n    \"assigned_date\": \"1405-10-30 22:55:13\",\n    \"isTerminal\": \"<boolean>\"\n  }\n]",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "130f6d81-f3fa-4f7f-ba92-5c20b38ba951",
                                            "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": "foo1lEnHIhQB5fq2"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "ElsZ0Wa%AfgzOic3nqzlLHuJunQ0HKfl4yu"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "Bad Request",
                                            "code": 400,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "1e5d0619-a4b1-48d1-b261-5ca05d52215c",
                                            "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": "foo1lEnHIhQB5fq2"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "ElsZ0Wa%AfgzOic3nqzlLHuJunQ0HKfl4yu"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "Unauthorized",
                                            "code": 401,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "0a634059-1897-412d-9469-efc5f433b67d",
                                            "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": "foo1lEnHIhQB5fq2"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "ElsZ0Wa%AfgzOic3nqzlLHuJunQ0HKfl4yu"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "Forbidden",
                                            "code": 403,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "cf26ffc0-e743-4b1e-ab38-edc52e4a9480",
                                            "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": "foo1lEnHIhQB5fq2"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "ElsZ0Wa%AfgzOic3nqzlLHuJunQ0HKfl4yu"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "Internal Server Error",
                                            "code": 500,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        }
                                    ],
                                    "event": [],
                                    "protocolProfileBehavior": {
                                        "disableBodyPruning": true
                                    }
                                },
                                {
                                    "name": "{id}",
                                    "description": "",
                                    "item": [
                                        {
                                            "id": "9b3eb91e-a60a-4827-b7fb-ae0db286dd8b",
                                            "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": "Mm0TiQX9qVyifL5kguuVDviHl5fMXZDaw_cnwAbg.5OhoRj4XZwQymp8oocbu4lKNr91jdXHa3lQXFp3FyvHHo-fttR3QuX-897sd8eXx95P5YMOZ8sU1Ydz4uLq",
                                                            "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": "cdfa86e8-17f7-439d-9b1a-b22455cbedb3",
                                                    "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\": \"pJj.c42T01576LUhaTDRCCxCf7FaoLXRXFucGv7AbTOfTA17o.Qzl6h28RZUoiM3tc7KMWqWwKB.LcD1sVZxqbes5PgYY-ulhPIiu8Sws.3weU7PEgjhQdr4XPpfMqo.SWKP58V-8oe7HdTMNGIgGJPPd6BOvO5LXDyrS-LXVFgIK.d.PFhviB-X7vl89hbnQAV\",\n  \"type\": \"<string>\",\n  \"name\": \"<string>\",\n  \"displayName\": \"<string>\",\n  \"description\": \"<string>\",\n  \"displayDescription\": \"<string>\",\n  \"state\": \"cancelled\",\n  \"reached_state_date\": \"4134-01-31 20:22:53\",\n  \"last_update_date\": \"1729-06-17 03:55:40\",\n  \"dueDate\": \"6656-10-07 22:23:03\",\n  \"priority\": \"<string>\",\n  \"processId\": \"J8yUVsFg054mE-Mo7IKN7mS4qWKzpg28GBT3S10UDr-HRN0593QiMMH4Z4CrBHY7v5hAdChy8yySebAJHNZUOlHQeJEtAS9TCyGz95XprLY6ReSvhsZIHMw5_I1s\",\n  \"parentCaseId\": \"\",\n  \"parentTaskId\": \"dYDAPO84U5gw9aYH3hJ.U0mSS4cjmlOWfomKmcdTbhY4q6GvSpg.k14DQhCumAVAfqN-ucmyiGx1ugqt0fAmMHm0xWynWXM.JYhmO8t-VPEQ2WLO_Ud_9gc8tUt8lDV3yvKlc2bPxe1zTfhoR0tR7M9Vr1Fjuo1cZBbTmXpXKrLDoqAGYkev7hyYc4gQFUE01yquLu.naD2hLyH88F6Z01Bp\",\n  \"rootCaseId\": \"YTwlCb3jKuJxFKjPWc89OXggyuuekzjHqRPGhbxGjVF-AJFRpZLKCanm4i4vY0KmQjWBA7\",\n  \"rootContainerId\": \"w3jkG-wtXalxAcygSABhhneDhJ2ZWwpQceJ.IuW8n1a6Q0X_.SmDOC8iLWThS0EjjDkjoCbFahdKeLVk46Ca.Umsh49w7tmdD_MYGvAO1UZBWUA3Cfg3WJeI74bWLzsKmzb1Ss-OJwN-rmuBs7a3xRkaeBhKH_uzckO8M.SyBLx2P8P_P\",\n  \"executedBy\": \"_knCiIx7sLFnAWv7h9GaCHL7\",\n  \"executedBySubstitute\": \"<string>\",\n  \"actorId\": \"wCT\",\n  \"assigned_id\": \"rqFVc.oGoRvS5KOAJko7D9hy2aHTOtTc-ppCKGVtRBFxr1rK8z64IZG.T4i85acXM9psawma8PNbm78XhEN5UuK_qHRof-1DxrgSlSE-VEcQcd.vXfyELKIZ15khX3YlMNT0m1v5oCdJS9FbDre3z8DydwWD3HJCoILkLBP8zZLFVw.ubJL4P2A-G.FMCrPFOaDgLFH9R1gY4AvXnW33JaTYDYnbEp37XDLQx7k-eyoMXDud7YfQCVp\",\n  \"assigned_date\": \"2866-10-30 22:36:02\",\n  \"isTerminal\": \"<boolean>\"\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "483b7856-19b5-47f3-a8e4-0da2a5b0a025",
                                                    "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "df078724-087b-42a0-8d85-c8a843c44c70",
                                                    "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "f8702d78-852c-41f1-9448-c9b18b3be38a",
                                                    "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "01f8b3e8-e343-4196-aa46-af12d5a1f040",
                                                    "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "307f980e-2b0f-40e6-9aae-633b307673df",
                                                    "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        },
                                        {
                                            "id": "322b2127-2496-4a2c-92fc-9a00c76f1290",
                                            "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": "Mm0TiQX9qVyifL5kguuVDviHl5fMXZDaw_cnwAbg.5OhoRj4XZwQymp8oocbu4lKNr91jdXHa3lQXFp3FyvHHo-fttR3QuX-897sd8eXx95P5YMOZ8sU1Ydz4uLq",
                                                            "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  \"aute_89\": \"dolor veniam eiusmod nostrud\",\n  \"cupidatatd\": true,\n  \"ipsum957\": \"est ea consectetur laboris pariatur\"\n}",
                                                    "options": {
                                                        "raw": {
                                                            "headerFamily": "json",
                                                            "language": "json"
                                                        }
                                                    }
                                                },
                                                "auth": null
                                            },
                                            "response": [
                                                {
                                                    "id": "d04252bc-daf6-4e8b-837d-2bec4f198666",
                                                    "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  \"aute_89\": \"dolor veniam eiusmod nostrud\",\n  \"cupidatatd\": true,\n  \"ipsum957\": \"est ea consectetur laboris pariatur\"\n}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        }
                                                    },
                                                    "status": "OK",
                                                    "code": 200,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                },
                                                {
                                                    "id": "d4c39311-ea11-4332-8e46-708252954ec1",
                                                    "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  \"aute_89\": \"dolor veniam eiusmod nostrud\",\n  \"cupidatatd\": true,\n  \"ipsum957\": \"est ea consectetur laboris pariatur\"\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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "dc37fe4a-a22a-416a-9bb0-65b5f595c0d3",
                                                    "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  \"aute_89\": \"dolor veniam eiusmod nostrud\",\n  \"cupidatatd\": true,\n  \"ipsum957\": \"est ea consectetur laboris pariatur\"\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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "1559432f-c99a-4906-aab5-6d9eb6f82add",
                                                    "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  \"aute_89\": \"dolor veniam eiusmod nostrud\",\n  \"cupidatatd\": true,\n  \"ipsum957\": \"est ea consectetur laboris pariatur\"\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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "2fb974cd-85c5-463b-917f-4c8ee1f102a9",
                                                    "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  \"aute_89\": \"dolor veniam eiusmod nostrud\",\n  \"cupidatatd\": true,\n  \"ipsum957\": \"est ea consectetur laboris pariatur\"\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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "ade551e1-67ee-4602-a337-e7db94d84c3d",
                                                    "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  \"aute_89\": \"dolor veniam eiusmod nostrud\",\n  \"cupidatatd\": true,\n  \"ipsum957\": \"est ea consectetur laboris pariatur\"\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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        }
                                    ]
                                }
                            ]
                        },
                        {
                            "name": "userTask",
                            "description": "",
                            "item": [
                                {
                                    "id": "349dfac5-af7a-4831-a29b-1ac5f2eedfb7",
                                    "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": "OaqXXp3UzSuT3bIPziPYSXtVNaVTvt6akKZQD78BZjO4tmJDYcB1AC88tJxAgWMpJATLI8RYjaylMnZhuKL6Kf1ALQ39KM5K600tIDjsV94K7bl4O2q3MJNaKOIvkN01xZEXW1SQoyKdJpxdw66R7vMoQJxTI7mWvUq9XNmmv9Ys1y0Wxx9emGXU7MerM6i3p2GKNKDRDlqjvWwHAEHFFumzXs7hFV"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "can filter on attributes with the format f={filter\\_name}={filter\\_value} with the name/value pair as url encoded string.",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "f",
                                                    "value": "foo1lEnHIhQB5fq2"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "can order on attributes",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "o",
                                                    "value": "ElsZ0Wa%AfgzOic3nqzlLHuJunQ0HKfl4yu"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "can search on attributes",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "s",
                                                    "value": "ElsZ0Wa%AfgzOic3nqzlLHuJunQ0HKfl4yu"
                                                }
                                            ],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            }
                                        ],
                                        "method": "GET",
                                        "body": {},
                                        "auth": null
                                    },
                                    "response": [
                                        {
                                            "id": "290c32dc-a53e-4896-b4e9-467ee2df2fd5",
                                            "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": "foo1lEnHIhQB5fq2"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "ElsZ0Wa%AfgzOic3nqzlLHuJunQ0HKfl4yu"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can search on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "s",
                                                            "value": "ElsZ0Wa%AfgzOic3nqzlLHuJunQ0HKfl4yu"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security 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\": \"XLTUo9-b.uPWiV_rTP.G_l-c_zmlDlTypEhR0lN105uByUqXHEsPnQ3GOQ9X3kjMHoAO-qV2u_r9amdm51RWSf-ljfcFBLx4DaoAiAoemj5q2YbTh9k\",\n    \"type\": \"<string>\",\n    \"name\": \"<string>\",\n    \"displayName\": \"<string>\",\n    \"description\": \"<string>\",\n    \"displayDescription\": \"<string>\",\n    \"state\": \"cancelling subtasks\",\n    \"reached_state_date\": \"1063-05-09 22:49:44\",\n    \"last_update_date\": \"6905-05-30 22:24:32\",\n    \"dueDate\": \"7499-08-06 21:19:18\",\n    \"priority\": \"<string>\",\n    \"processId\": \"yJlFfC97PtA9n90BM1YciPIqGNrGkZ4OOgF4..BoQOlvnhkiIy9ssHLIrt9hkWQgTZR7sXtCvW_yk-XeqgDgAMM_Aft2Shuv-p3fRPxJXVef51DEJuLSpVnhcKiE5R9_CqgzwBXbJLxi0bOso0FpAAjQ42hiyaD8-HAtIjoqp7zjpivvVr\",\n    \"parentCaseId\": \"r_wLpD.bqtNWIFI0-0IJOAjfEGTofQfYyzNyeC2YLWLjwSQbNCDDi7f.YbOqZf0H1PkGYF\",\n    \"parentTaskId\": \"eS0CZQPWrXyYPlhBgdnbVEDt4mQgSRMq8ZNPENcbg\",\n    \"rootCaseId\": \"ouNrucZL82QAjgMtLzdUZz7_LkL5w7OXMb2uDs0tNmR6KrilSzJ.QP1yPSw3mB3LicvwZC8.bddTz4vkKV.H-eZL.hOnEEWI0AWNGcoB0wcNY69EBfa_UquF.mvbxKhvwR7yvNzmD.-fHdsfHUONbakvDrXjWCBK3balQ1-B\",\n    \"rootContainerId\": \"s48YbF1YBxrZqcSGwa\",\n    \"executedBy\": \"0b8yh1zJHEoWw2uFwa9L7ayqbNXgWnM_j0tXtXTeiCe9WP19h0ZkEo-28RwP9ko__Xh02PchAPetYX.JknvS0.K_I007gvJWlW_Kqln7G1tPTgHXOxRxrVrgERSn03Z-BLn8yo0U0biYCTbo6qj5e6mn9gxeEwJJTXpM8Dt3Sks2MblrBRSwNAwYsoFUglypbc\",\n    \"executedBySubstitute\": \"<string>\",\n    \"actorId\": \"5AW738KpFkPZT_7FjBCjrPLQyk3WJHk0HrC0u5HaOIsKXey1hlHM9PWxV-7eurDbUvZJIiIu9Bdjb\",\n    \"assigned_id\": \"rTGIoE3VX9v.TYEC0YdDRgMJ1tdxUkfwa6SCzI\",\n    \"assigned_date\": \"5368-11-31 21:19:58\",\n    \"isTerminal\": \"<boolean>\"\n  },\n  {\n    \"id\": \"csENR9Niwa-RjhDp2xxwVwT3LqDjUgIDlM0Eodcls2rl6\",\n    \"type\": \"<string>\",\n    \"name\": \"<string>\",\n    \"displayName\": \"<string>\",\n    \"description\": \"<string>\",\n    \"displayDescription\": \"<string>\",\n    \"state\": \"initializing\",\n    \"reached_state_date\": \"1837-04-24 17:23:19\",\n    \"last_update_date\": \"8883-12-12 04:15:30\",\n    \"dueDate\": \"3810-11-09 15:48:43\",\n    \"priority\": \"<string>\",\n    \"processId\": \"DMzBB2kl_KDw_iCTiBPr0SxAnJbR-dCq8LgCl4FP5uh5xJ5al2S3B4apJTlL-j0dPZYB6OWjVOFQaYeTPL74s1UVAu-8Dm-\",\n    \"parentCaseId\": \"j_p3PEeoYY-t6Pgdk7NohGLd0_F.9HCv_0CTHs0D87K1hx--w9Y0120pmo2VXUnsIp-9tVA09mfvP3m7OCyzyQ8\",\n    \"parentTaskId\": \"g2FufvkDuuOHS1gQvO7rVvj_yFgM_EkpMgt4tDQG7i-h9TMthdjCPPiFW.5XyXvZIhMRehr_2azc9AOuwzC0bP0oPa80d7HekKeAyjBIP2f6i-DCv2JUxjffCJgIWq1tDwMmrZEIJk4m..ks\",\n    \"rootCaseId\": \"CHhU71cRcMvmGKYFSdzBt6YFh6t8n.d9Rv8CJ1ho0c2t-NT-RL_EAU4k3Qul5NCYeTYqiWz9ctskDFd-D3TkbRKyJ-N3DDPCn90aSQY-bJ8Fce20cd3YsNgvc.XcKYiqUPeQanzBdGRl\",\n    \"rootContainerId\": \"osvtT9DSx12C.xF-IUfuTZFIKhX596vsAKAu1QY66ZqYbxVx1WN8a1US8TAitlqszYRL7BeUv-1LWjl_b92WPu1tWbqL3QtxutPJFcNjvUUzKsnR8gfsM45UWmMSmMSYqfWkDjlnBKE-WoReVixNZT1tn7SuxDo2BLHDj-.hxu1EUxahCpsRoD7o50zOVEiDT-s6byV67n9yRTBt61B-pNZRs35Vvs5Xf\",\n    \"executedBy\": \"xU98oqEzLvAPcTei1o7z_g.GcL888DrmwhMYjlel2fjdzdELySIwe6L_60c4.OXT6rg-mPu23irb2WyscOPoul5u614knSH2LJtKrdoAhIu_oRuQmzOD1FA1NN3P-Ntv.JYD8ChrVU.yvdqJ0u-yq-KPaTTYLaJilG36P3FvVUH2ib7XXVa7GJCZOnKIIxYj1Nb13yHxRiUb4hYLXIDeVNdnKLg6M0TICdIIJeGnMOSF8_XRRJ\",\n    \"executedBySubstitute\": \"<string>\",\n    \"actorId\": \"MegvC_NYtlufFLDSY6vq6RqCX.xXrDl4VL2uPuQ3pv_OorUQjh.IeSaZuIlh\",\n    \"assigned_id\": \"zywz5Le-FjBuKC4.C9_pQY7G_FAqFY.5l0U9AFAcCs4OhQSq.-9_XYMOBtmHdm2OpNukfzHHjo2HHb\",\n    \"assigned_date\": \"2201-03-30 14:13:41\",\n    \"isTerminal\": \"<boolean>\"\n  }\n]",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "9b041c1a-5261-4124-b0f3-728b378994ce",
                                            "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": "foo1lEnHIhQB5fq2"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "ElsZ0Wa%AfgzOic3nqzlLHuJunQ0HKfl4yu"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can search on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "s",
                                                            "value": "ElsZ0Wa%AfgzOic3nqzlLHuJunQ0HKfl4yu"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "Bad Request",
                                            "code": 400,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "60de79fd-ae32-4e57-b114-179f638f85f1",
                                            "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": "foo1lEnHIhQB5fq2"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "ElsZ0Wa%AfgzOic3nqzlLHuJunQ0HKfl4yu"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can search on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "s",
                                                            "value": "ElsZ0Wa%AfgzOic3nqzlLHuJunQ0HKfl4yu"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "Unauthorized",
                                            "code": 401,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "ec570307-4a46-4e3c-8489-fa62002b42cb",
                                            "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": "foo1lEnHIhQB5fq2"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "ElsZ0Wa%AfgzOic3nqzlLHuJunQ0HKfl4yu"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can search on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "s",
                                                            "value": "ElsZ0Wa%AfgzOic3nqzlLHuJunQ0HKfl4yu"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "Forbidden",
                                            "code": 403,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "64199979-45b8-47fd-a3a4-8a7054af8139",
                                            "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": "foo1lEnHIhQB5fq2"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "ElsZ0Wa%AfgzOic3nqzlLHuJunQ0HKfl4yu"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can search on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "s",
                                                            "value": "ElsZ0Wa%AfgzOic3nqzlLHuJunQ0HKfl4yu"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "Internal Server Error",
                                            "code": 500,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        }
                                    ],
                                    "event": [],
                                    "protocolProfileBehavior": {
                                        "disableBodyPruning": true
                                    }
                                },
                                {
                                    "name": "{id}",
                                    "description": "",
                                    "item": [
                                        {
                                            "id": "38983b20-263b-4b18-9eb1-123238b10f75",
                                            "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": "Mm0TiQX9qVyifL5kguuVDviHl5fMXZDaw_cnwAbg.5OhoRj4XZwQymp8oocbu4lKNr91jdXHa3lQXFp3FyvHHo-fttR3QuX-897sd8eXx95P5YMOZ8sU1Ydz4uLq",
                                                            "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": "3ee05d00-86f4-4281-b943-5422a7f57ab2",
                                                    "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\": \"UXdFGp1V1fiaMt0SjfgP19.R6YtUR1i3QxKDIsLDpB_rQIN32tGLfWTINOyMd3DM1-mukN.QiZ3.yZqhqYoaDJT1-cMV\",\n  \"type\": \"<string>\",\n  \"name\": \"<string>\",\n  \"displayName\": \"<string>\",\n  \"description\": \"<string>\",\n  \"displayDescription\": \"<string>\",\n  \"state\": \"cancelled\",\n  \"reached_state_date\": \"7630-11-12 22:01:06\",\n  \"last_update_date\": \"0212-06-29 00:16:47\",\n  \"dueDate\": \"2319-11-30 19:02:31\",\n  \"priority\": \"<string>\",\n  \"processId\": \"RsMhb50lO9r2iExGzWFc89e0kXeGKbL\",\n  \"parentCaseId\": \"zYEUKRdBajZfSEIGCw.vfJE4Sx1IOngVbULD\",\n  \"parentTaskId\": \"mD8FvATEmgzrU3kzK9G_GskA.CldfkNCw1GYMuIYsh7F9Q_7fHQiXemJ3VetQzfZFvr6ic-1WxM4mdjGH.dqRXsXVz694YoiObifDITB_VU.ofaJn8.QXF8ZvunqRQNLMVaaCrZVJxRd9J7tQeKkIvModvKbK9KgF14Lb2RAptJerqHR1qw2Mf-QB-751K6xqpuG9.PKLqsy6eBM0u..L4MWt1IVqjW-y5IG_x.XFfRbKb6kvuh.J_\",\n  \"rootCaseId\": \"5rDk-OHaQLkgn17QmizGUSfQR21Kjlg-73s_h-S\",\n  \"rootContainerId\": \"wPkbG26WWnv-OYRdpxCkNTSt07Q6J80n3I6M_sfobkFn02L0MzJi9OU_N6UKLVfSrCFMGwZ6HvOlrvT9PnUA4gWmfy2RisaBY-eV6NcMZCo-8ERh25LZgcsLgiCz0Ck7iJkNqYx4O6x5trviL70XkIbTJ5__.cgNSSTz0I59SLRbRFgqruJIlDDVkTXOXTHXFlBiP85.wfNNEKzg8H\",\n  \"executedBy\": \"2MvzD.c2nMUo9b-0LjF36UHNs.9Q1P\",\n  \"executedBySubstitute\": \"<string>\",\n  \"actorId\": \"UvnQre7tycljYOw9_EJbbrE.1JJf2uxJQKsSjONsflqWrFtCkKyXbvXknLD2CnK5WJd9mCZDDNkvduwqgUWH2l7ieqqRcTEA5-IXpKaE-LxHfaHi29alVQvsHOg2Li-lCamgOntK7vf0CyDLj60OQOKxjWU64TSG7dDq4.8XxkQles4rsq-J34f9Lbcl0\",\n  \"assigned_id\": \"TwD1H4lpQwJ3\",\n  \"assigned_date\": \"2692-11-30 23:35:05\",\n  \"isTerminal\": \"<boolean>\"\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "b739eb00-d693-4008-b14b-80917f155046",
                                                    "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "a0bd2b15-a6ae-4a00-957f-39e1c220c23e",
                                                    "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "9d286ace-caec-4b12-a6d5-2c5fe3fd76bf",
                                                    "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "ca0c6753-6b03-406d-9b03-68dcc2b40183",
                                                    "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "33a0d333-688a-44b1-b7ab-910c9205e916",
                                                    "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        },
                                        {
                                            "id": "2f80fb59-ec29-47b9-a787-ed6185273bad",
                                            "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": "Mm0TiQX9qVyifL5kguuVDviHl5fMXZDaw_cnwAbg.5OhoRj4XZwQymp8oocbu4lKNr91jdXHa3lQXFp3FyvHHo-fttR3QuX-897sd8eXx95P5YMOZ8sU1Ydz4uLq",
                                                            "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": "7fc49fc0-e586-4e49-af71-32d47d9189f5",
                                                    "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": "d310fef8-203f-4928-8bbf-5d412a20a3ac",
                                                    "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "d7ecefbf-b5af-484c-8f4e-7ee41a8d9a3d",
                                                    "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "9ce9df9a-6504-4cce-a669-0b6503617bc1",
                                                    "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "bfb92b7e-279d-4a85-b13a-0930716728f9",
                                                    "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "b41580db-eb07-4907-82f2-274d0f7f9520",
                                                    "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        },
                                        {
                                            "name": "contract",
                                            "description": "",
                                            "item": [
                                                {
                                                    "id": "2e744b44-7c11-4208-a095-d99430f4b30a",
                                                    "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": "Mm0TiQX9qVyifL5kguuVDviHl5fMXZDaw_cnwAbg.5OhoRj4XZwQymp8oocbu4lKNr91jdXHa3lQXFp3FyvHHo-fttR3QuX-897sd8eXx95P5YMOZ8sU1Ydz4uLq",
                                                                    "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": "08326eba-0356-45f0-8f83-6d7176305174",
                                                            "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\": \"LOCALDATE\",\n      \"inputs\": [\n        {\n          \"value\": \"<Circular reference to #/components/schemas/ContractInput detected>\"\n        },\n        {\n          \"value\": \"<Circular reference to #/components/schemas/ContractInput detected>\"\n        }\n      ]\n    },\n    {\n      \"description\": \"<string>\",\n      \"name\": \"<string>\",\n      \"multiple\": \"<string>\",\n      \"type\": \"FILE\",\n      \"inputs\": [\n        {\n          \"value\": \"<Circular reference to #/components/schemas/ContractInput detected>\"\n        },\n        {\n          \"value\": \"<Circular reference to #/components/schemas/ContractInput detected>\"\n        }\n      ]\n    }\n  ]\n}",
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "json"
                                                        },
                                                        {
                                                            "id": "9f4c08fe-5dce-4aaa-9c34-9b100cb76cef",
                                                            "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "json"
                                                        },
                                                        {
                                                            "id": "a5b76e06-969f-44e8-b7c2-2e73126a45eb",
                                                            "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "json"
                                                        },
                                                        {
                                                            "id": "3e193371-775f-4443-abef-b13451a7cfb2",
                                                            "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "json"
                                                        },
                                                        {
                                                            "id": "1f40cf36-ad14-4c90-8afe-9b583e4851d4",
                                                            "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "json"
                                                        },
                                                        {
                                                            "id": "97064904-04da-46fd-9fac-4940363fab87",
                                                            "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "json"
                                                        }
                                                    ],
                                                    "event": [],
                                                    "protocolProfileBehavior": {
                                                        "disableBodyPruning": true
                                                    }
                                                }
                                            ]
                                        },
                                        {
                                            "name": "execution",
                                            "description": "",
                                            "item": [
                                                {
                                                    "id": "9ce2db12-e2a2-4a7c-a4e7-44ddb09c5863",
                                                    "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": "Mm0TiQX9qVyifL5kguuVDviHl5fMXZDaw_cnwAbg.5OhoRj4XZwQymp8oocbu4lKNr91jdXHa3lQXFp3FyvHHo-fttR3QuX-897sd8eXx95P5YMOZ8sU1Ydz4uLq",
                                                                    "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  \"laborumba4\": false\n}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        },
                                                        "auth": null
                                                    },
                                                    "response": [
                                                        {
                                                            "id": "bc24570c-a0b3-4769-bdb1-934c8c262a5b",
                                                            "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  \"laborumba4\": false\n}",
                                                                    "options": {
                                                                        "raw": {
                                                                            "headerFamily": "json",
                                                                            "language": "json"
                                                                        }
                                                                    }
                                                                }
                                                            },
                                                            "status": "No Content",
                                                            "code": 204,
                                                            "header": [],
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "text"
                                                        },
                                                        {
                                                            "id": "0aaeef55-6134-43e6-85ed-54fa67d728ac",
                                                            "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  \"laborumba4\": false\n}",
                                                                    "options": {
                                                                        "raw": {
                                                                            "headerFamily": "json",
                                                                            "language": "json"
                                                                        }
                                                                    }
                                                                }
                                                            },
                                                            "status": "Bad Request",
                                                            "code": 400,
                                                            "header": [
                                                                {
                                                                    "key": "Content-Type",
                                                                    "value": "application/json"
                                                                }
                                                            ],
                                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "json"
                                                        },
                                                        {
                                                            "id": "830c05db-c07e-4af5-ad03-51fc07471495",
                                                            "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  \"laborumba4\": false\n}",
                                                                    "options": {
                                                                        "raw": {
                                                                            "headerFamily": "json",
                                                                            "language": "json"
                                                                        }
                                                                    }
                                                                }
                                                            },
                                                            "status": "Unauthorized",
                                                            "code": 401,
                                                            "header": [
                                                                {
                                                                    "key": "Content-Type",
                                                                    "value": "application/json"
                                                                }
                                                            ],
                                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "json"
                                                        },
                                                        {
                                                            "id": "9b9177c5-55e9-433a-b635-45ea7d22fece",
                                                            "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  \"laborumba4\": false\n}",
                                                                    "options": {
                                                                        "raw": {
                                                                            "headerFamily": "json",
                                                                            "language": "json"
                                                                        }
                                                                    }
                                                                }
                                                            },
                                                            "status": "Forbidden",
                                                            "code": 403,
                                                            "header": [
                                                                {
                                                                    "key": "Content-Type",
                                                                    "value": "application/json"
                                                                }
                                                            ],
                                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "json"
                                                        },
                                                        {
                                                            "id": "a1b8b8d5-8f62-4197-83f6-87dbeeb418be",
                                                            "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  \"laborumba4\": false\n}",
                                                                    "options": {
                                                                        "raw": {
                                                                            "headerFamily": "json",
                                                                            "language": "json"
                                                                        }
                                                                    }
                                                                }
                                                            },
                                                            "status": "Internal Server Error",
                                                            "code": 500,
                                                            "header": [
                                                                {
                                                                    "key": "Content-Type",
                                                                    "value": "application/json"
                                                                }
                                                            ],
                                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "json"
                                                        }
                                                    ],
                                                    "event": [],
                                                    "protocolProfileBehavior": {
                                                        "disableBodyPruning": true
                                                    }
                                                }
                                            ]
                                        },
                                        {
                                            "name": "context",
                                            "description": "",
                                            "item": [
                                                {
                                                    "id": "de6ea574-0ac2-4bfd-b300-b96803992633",
                                                    "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": "Mm0TiQX9qVyifL5kguuVDviHl5fMXZDaw_cnwAbg.5OhoRj4XZwQymp8oocbu4lKNr91jdXHa3lQXFp3FyvHHo-fttR3QuX-897sd8eXx95P5YMOZ8sU1Ydz4uLq",
                                                                    "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": "f82826dc-8243-4116-9730-d0ba20f864d8",
                                                            "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  \"laborumba4\": false\n}",
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "json"
                                                        },
                                                        {
                                                            "id": "3c41425d-e3f3-4338-9c49-3d1842a00813",
                                                            "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "json"
                                                        },
                                                        {
                                                            "id": "39d2ea95-12f2-4c46-b575-27f4ff490c3d",
                                                            "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "json"
                                                        },
                                                        {
                                                            "id": "7ab19b60-6539-4b03-8907-02ddcf67d975",
                                                            "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "json"
                                                        },
                                                        {
                                                            "id": "6bd65d4a-6fc8-4b99-8efa-cc7d1a3fd6c6",
                                                            "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "json"
                                                        },
                                                        {
                                                            "id": "da70c8ad-7f6b-4c16-94bb-da6257b2d768",
                                                            "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "json"
                                                        }
                                                    ],
                                                    "event": [],
                                                    "protocolProfileBehavior": {
                                                        "disableBodyPruning": true
                                                    }
                                                }
                                            ]
                                        }
                                    ]
                                }
                            ]
                        },
                        {
                            "name": "archivedHumanTask",
                            "description": "",
                            "item": [
                                {
                                    "id": "a1c191df-e4e9-4527-81c0-8780bb34f8b6",
                                    "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": "OaqXXp3UzSuT3bIPziPYSXtVNaVTvt6akKZQD78BZjO4tmJDYcB1AC88tJxAgWMpJATLI8RYjaylMnZhuKL6Kf1ALQ39KM5K600tIDjsV94K7bl4O2q3MJNaKOIvkN01xZEXW1SQoyKdJpxdw66R7vMoQJxTI7mWvUq9XNmmv9Ys1y0Wxx9emGXU7MerM6i3p2GKNKDRDlqjvWwHAEHFFumzXs7hFV"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "can filter on attributes with the format f={filter\\_name}={filter\\_value} with the name/value pair as url encoded string.",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "f",
                                                    "value": "foo1lEnHIhQB5fq2"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "can order on attributes",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "o",
                                                    "value": "ElsZ0Wa%AfgzOic3nqzlLHuJunQ0HKfl4yu"
                                                }
                                            ],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            }
                                        ],
                                        "method": "GET",
                                        "body": {},
                                        "auth": null
                                    },
                                    "response": [
                                        {
                                            "id": "0e3c6b35-325b-4738-bda7-bc2bfb07a756",
                                            "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": "foo1lEnHIhQB5fq2"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "ElsZ0Wa%AfgzOic3nqzlLHuJunQ0HKfl4yu"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security 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\": \"SPl68Oq_GvaAtVmK9aS1Mvuk.OvD7EJLz8gAWQt8c8-7\",\n    \"type\": \"<string>\",\n    \"name\": \"<string>\",\n    \"displayName\": \"<string>\",\n    \"description\": \"<string>\",\n    \"displayDescription\": \"<string>\",\n    \"state\": \"executing\",\n    \"reached_state_date\": \"6044-05-05 20:03:28\",\n    \"last_update_date\": \"6511-02-06 04:38:20\",\n    \"dueDate\": \"1406-01-05 22:06:46\",\n    \"priority\": \"<string>\",\n    \"processId\": \"u.X3LhuTDnxSiGBYWmLc_0Cvpv0mbO.jqY.LCR0L\",\n    \"parentCaseId\": \"I36Ho2pqs4AWQOUvSJCzU5zsjS-HS0pTbpJX.3O56aQWFTSAGZkpuIi-lJdQcg_2te69j0TyqrB2jrf4PRBn.tA6odO36RBPVIqb4I1S4IIqf9yhVCX1qe.0RSm04CYP6xfz2cdALwYEukfS4mymPb9.5u9qE_SD.QohkzNRxP\",\n    \"parentTaskId\": \"rn_5sueJlOrJlWG-VtAvTllBTeNT9j1O9KBfeBC5XExkF2XU_bNkjs_JyuJp.rjmqcOrbOv-sxIYyk9t_xpgDw0iJy4TZUTHb70C4kaa-UVcF4dBh-M9WJMOfrur301Q2RX-BH\",\n    \"rootCaseId\": \"ftJMIDpsORNhK1YhR8IYyFzUYVUv3nxajMypF8mPvfPZ9TFFADVQuQH-WpbkbqLIxDzX0Q0MM-0Ptg3zbkCpnhVCMFLvY6cTiDGCzSo7QsEMpdmtdHaq-lIrPBkEfWGCjxuJD2SwtqsvRw-bq9D30qVtWQ4R9vmCyzQgARTqSE2W\",\n    \"rootContainerId\": \"aETbrMYtMspeV5dC6cy3pfrrp_WdaM41iOjO6d9ozX1lwuA1oTzFDLoVkfG_abtuXEsFY3hVRWiMyrSe8fT59j8dYcz2yKMLpQjDA_7KFL2qAihDBXwUMPM-8tB7ys-TRomtiVAwZO_o1RsyFrt7X3vyAmJ5knq9E.0IGY7KACL.pmEVNGY2p2_agL_0nu5nvwFIUNz45vQ_hX.AKsFkjhgt_tAv5LNJBUi.netLjuLhOY\",\n    \"executedBy\": \"1xYyweWyP2lu3GN1WJhiIIGQnEPDruwF95aa.GNKTK1Z6F1FRasLe7OThf_pKJHvmFW5psLZzglrTyK6SBJQXv7NSNU1MEDXyM4Y-BbewctMgMe-CJBlIb0dGao3tmuDq4YEKs7k.dTNktsmkx7S8O20.hwF82uHHpFGodljUQn0Oiv5_u1q7UW06Fl1S._u0ShCi0B8ZPfL\",\n    \"executedBySubstitute\": \"<string>\",\n    \"actorId\": \"ft1X6tiMQypbz249cO2hePfdj-lv9K47bW1q30b6FRBGbOKO\",\n    \"assigned_id\": \"Je8X7pVocpQ0CkbIT5cZZkLUbuDmkn.SVF.ccvC4ZOrbEhmcVXGjl9kb69TsXBogfxeU5r5XEvi-Q9pXUw0Xu1ksgeYQAwiIryfKSWZqv2HDBf8gTS1BL9bMCc9JJXguzkoU4fWcRUQUZA_rEDE2-8Acymz9y6RP54hN5FxFJlup_aRSD8jKvU7OjTtVtpB6gakXnVfxTp8ZLsqwhwx1AU.4pfuCmm-4wxZiK9wViZvjNozAhIEs_TZOj\",\n    \"assigned_date\": \"2466-11-30 23:28:53\",\n    \"isTerminal\": \"<boolean>\",\n    \"sourceObjectId\": \"S15UwbUlRxE-d_yJ6lkT8Pi-7GboJyHXcR1m4NQqB--gt8.ffqR8TxEZT-Ypw7HFoAUj8zMB7KkQzBAM.V.FfLelxTRbE2W-c.Ofs5_ui9FFn\",\n    \"archivedDate\": \"1291-03-31 21:18:17\"\n  },\n  {\n    \"id\": \"kSNsIFVZCqDTqmrdxTqgFEw4vPsMghKIe_3Vf.uLmpgw6lSFi_NWX_sUNMSXkyxB.wjILuInh8GfznX7J156_Hv7K4UIMV-RRE7KQukj0h6ZYwixLCRz6SCZ4N06u0LzVmvqb7MeYSmIRR_TuI2Htxc5dZ9ryhIyn0y7NxV-MmqsP0DRol0-_fxgQ7f6dV30Nb9ShqQwgqVxv48HtwgiRMVEfI1SnFWr8sRZ9EvsqJ7oCICO05C9Yi\",\n    \"type\": \"<string>\",\n    \"name\": \"<string>\",\n    \"displayName\": \"<string>\",\n    \"description\": \"<string>\",\n    \"displayDescription\": \"<string>\",\n    \"state\": \"initializing\",\n    \"reached_state_date\": \"5153-11-05 23:42:56\",\n    \"last_update_date\": \"4172-08-07 22:44:10\",\n    \"dueDate\": \"9686-10-30 15:13:36\",\n    \"priority\": \"<string>\",\n    \"processId\": \"EqAeYRVMWKvDNOrIevlviGmL-K\",\n    \"parentCaseId\": \"vDgQ-FbsSoZF3p.auDZO2iVjM8PFxh2kgrnRHamNHVnXs9QaxRagGbNUzqEFTjSydl22\",\n    \"parentTaskId\": \"v-RYFkp9MfPBZpFMvaIHQqvaCogVVqF2VsqKpSNnEOEmMR3__oMJTyCFGeCe83tbQ1xfiPWUBbQ_szcy_v4l-Qek9xjPrgGPHAx5IML8LSzyaUQ24jlBhsO-siNov-8F3FmLsp6QgXAfwI1rQ.HZT-sEn-2XhJKoSHKMb2ekCNJH4txPpyU\",\n    \"rootCaseId\": \"TIG7qew6P\",\n    \"rootContainerId\": \"IyIx2pzQCNc.V4Ym9sFYCXF3baX1NGDiNc_fbZN-uxpDQWcJsNWnzOirpV7T4Tmw66\",\n    \"executedBy\": \"aqM_L0mf.gTKQIYSYKDhooJ63WqZauLe3rahArzQRGZ21RqyyegPDx1Zetxu-YP-\",\n    \"executedBySubstitute\": \"<string>\",\n    \"actorId\": \"b9qcazY4i4QnOjzIH-1Rqya8VWPJLXVwMD_zucCtm4ySNpMExIiAKVR5uFIhQrFpIMe86-8oDIp8vfSQmGQzjI3sqsV3fTZed0P_wy45kWuGhok4PCuRdL.r38\",\n    \"assigned_id\": \"m642s5sd1r-EzdfLTJByCrxGFho0rVV457Q0ncN2bK6t_xlijNefXvrBlk0mOk7V483sLOyPitz79YTlgqh27p4aK8zJAg7og3BBH.kqITH1pN0tuVv-h1EsBScZht4me\",\n    \"assigned_date\": \"4622-03-24 23:28:46\",\n    \"isTerminal\": \"<boolean>\",\n    \"sourceObjectId\": \"5SlrN72Ik_YST3SZVwj7m5_u7yC6fbpo7unDWXOwjk3U24L9kCMxMNAGqyGCMhILFACSR.i2R47j3oQrXIbilurNmSw\",\n    \"archivedDate\": \"6563-05-06 07:05:39\"\n  }\n]",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "52f0f123-334f-4107-85bc-efea1db69bc7",
                                            "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": "foo1lEnHIhQB5fq2"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "ElsZ0Wa%AfgzOic3nqzlLHuJunQ0HKfl4yu"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "Bad Request",
                                            "code": 400,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "8bc99717-23d5-4933-88ee-803bb0ba603b",
                                            "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": "foo1lEnHIhQB5fq2"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "ElsZ0Wa%AfgzOic3nqzlLHuJunQ0HKfl4yu"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "Unauthorized",
                                            "code": 401,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "507dde59-a8f2-42c4-80ee-232ec677dcfe",
                                            "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": "foo1lEnHIhQB5fq2"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "ElsZ0Wa%AfgzOic3nqzlLHuJunQ0HKfl4yu"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "Forbidden",
                                            "code": 403,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "84aa446e-5751-49ec-b9dc-914412c3d66b",
                                            "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": "foo1lEnHIhQB5fq2"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "ElsZ0Wa%AfgzOic3nqzlLHuJunQ0HKfl4yu"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "Internal Server Error",
                                            "code": 500,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        }
                                    ],
                                    "event": [],
                                    "protocolProfileBehavior": {
                                        "disableBodyPruning": true
                                    }
                                },
                                {
                                    "name": "{id}",
                                    "description": "",
                                    "item": [
                                        {
                                            "id": "61707cb9-1038-454d-8239-d4d49b07f3ef",
                                            "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": "Mm0TiQX9qVyifL5kguuVDviHl5fMXZDaw_cnwAbg.5OhoRj4XZwQymp8oocbu4lKNr91jdXHa3lQXFp3FyvHHo-fttR3QuX-897sd8eXx95P5YMOZ8sU1Ydz4uLq",
                                                            "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": "c8698d57-709a-430b-9ab2-056698db12be",
                                                    "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\": \"_4_dm689LBW_JGU98H9B5.1KiuHCgKPBRVr63Kn\",\n  \"type\": \"<string>\",\n  \"name\": \"<string>\",\n  \"displayName\": \"<string>\",\n  \"description\": \"<string>\",\n  \"displayDescription\": \"<string>\",\n  \"state\": \"aborted\",\n  \"reached_state_date\": \"4977-09-08 21:18:12\",\n  \"last_update_date\": \"3212-12-12 00:27:19\",\n  \"dueDate\": \"9750-10-04 20:15:18\",\n  \"priority\": \"<string>\",\n  \"processId\": \"x0LK.N336tAdzfpuO.E1jSNexiYyznHGySj47oBop-jprJ6FcJb81i6X07NRjKdy_1UfActlXOpMWCASvR\",\n  \"parentCaseId\": \"-CzkuoAKucmz-uVr5z6e6FCPlQrZ9NK8RTAASaq4OjUJIH-T0.0HwZipWq6kKoxWLsiwzvnTAY412u3Tc3Iq8opAPv4qPWCmDZQ2OXmNZ-BigwKW9\",\n  \"parentTaskId\": \"SDE2lZsg4BOtPDcBZhuC7srEf7nR-GA2OuR6xRFB\",\n  \"rootCaseId\": \"r06yePQ3SfsBmSCqDplaV-2-35S2.zHWrVWTQRknt.RPIsWZrXuk4O0kOMp2IGgOOjEijr1RD7.WIzWUQlnAinYUd_UvtBZSRYftJlO7y6_6p\",\n  \"rootContainerId\": \"1Kh38Bay41Y_WIeyqBYH7g9a2ijEUuHxxdAyLQOql.lvkx4QVhZcBi_EthS3qPh8kNCM5LHAKvTsUX43aZOX3up9-ihhJ2GeLQzwlPJOQTILrPLh8ryja86rS4LjKVDcH595tbVBw-r7cCFrLJblzT9rngxJe_7JQw0idvJwn5SZTF4OWmVlVAlNqr8dvn.n4QsBHQXeL2\",\n  \"executedBy\": \"9KPRZgqE9TY_SoCE0996hglUyr2MhjQNPConG17SKKTvOshenO_H6dlVsrL-JfEFAGRB1_-OehwxxdqZvHPsSsuGaxZyTBqOcZz-wqyBA7JDNSdzZc1y6xO.sBgT7Yxfmuiqd4JW7OBws9cm5RB7h2sDgj61hR4ZT-g3isiEhwYv9PaykLo3b6dyiLu9SjviYqaIZ-OajLFhXWzfTq4Dc5MQ9\",\n  \"executedBySubstitute\": \"<string>\",\n  \"actorId\": \"l.NR25.VZalr_jq6HkJLtSIMJz6XW6ucA8ne6h35tsd-hZ8lnGVJJw_7lv0N7xJa.AOUNcfZmKwgxu8itghw3P16MmVOU1dgMvPotjGlK0AJd_5eKAUourI86406jRwWoeu-PztOJ1N1wejVo.KCc19\",\n  \"assigned_id\": \"8LYoYV-m3ekXe.NyRNOqi1r5u23o1Jsia50NvyyNms8vr15vwwkpvn1RBPNqkJ7eu_rt3Nwin.YXq-68zUHNzD5BEE2TnY3ns74u6OgG5nGamtdzkfbbsR2Qf9HHsOLdS5AE_aVP8J.xh3tynA4LBgb2Pex8sM.bVA_oSzQKfNVp\",\n  \"assigned_date\": \"5889-08-23 23:47:11\",\n  \"isTerminal\": \"<boolean>\",\n  \"sourceObjectId\": \"i.VIgKXUy2oV7oZmxmZbguxKNfidIxpGbcJ8y_kRW8YxIYveFmvGC7ncS9mht1vA9XA7AvOYuAZ5o5S0E2lmFUkfgn\",\n  \"archivedDate\": \"8166-08-31 23:47:41\"\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "1a63bae9-b64e-4fd5-b5d4-0f3c1364f8e2",
                                                    "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "8775b911-aa9b-4670-9c32-63571fbfec1c",
                                                    "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "685fd52c-b4bf-44d5-9deb-5ccb717392c0",
                                                    "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "cc3b30a1-3a54-4dd8-bb5c-c4e6a83ac9d8",
                                                    "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "6510fc4d-bc26-4540-8281-bbb3897093db",
                                                    "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        }
                                    ]
                                }
                            ]
                        },
                        {
                            "name": "archivedManualTask",
                            "description": "",
                            "item": [
                                {
                                    "id": "251f3b58-02ba-4079-a96a-636b3ab04c23",
                                    "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": "OaqXXp3UzSuT3bIPziPYSXtVNaVTvt6akKZQD78BZjO4tmJDYcB1AC88tJxAgWMpJATLI8RYjaylMnZhuKL6Kf1ALQ39KM5K600tIDjsV94K7bl4O2q3MJNaKOIvkN01xZEXW1SQoyKdJpxdw66R7vMoQJxTI7mWvUq9XNmmv9Ys1y0Wxx9emGXU7MerM6i3p2GKNKDRDlqjvWwHAEHFFumzXs7hFV"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "can filter on attributes with the format f={filter\\_name}={filter\\_value} with the name/value pair as url encoded string.",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "f",
                                                    "value": "foo1lEnHIhQB5fq2"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "can order on attributes",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "o",
                                                    "value": "ElsZ0Wa%AfgzOic3nqzlLHuJunQ0HKfl4yu"
                                                }
                                            ],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            }
                                        ],
                                        "method": "GET",
                                        "body": {},
                                        "auth": null
                                    },
                                    "response": [
                                        {
                                            "id": "aec1387a-e4be-4ef4-9e7f-7c947dbc3025",
                                            "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": "foo1lEnHIhQB5fq2"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "ElsZ0Wa%AfgzOic3nqzlLHuJunQ0HKfl4yu"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security 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\": \"SPl68Oq_GvaAtVmK9aS1Mvuk.OvD7EJLz8gAWQt8c8-7\",\n    \"type\": \"<string>\",\n    \"name\": \"<string>\",\n    \"displayName\": \"<string>\",\n    \"description\": \"<string>\",\n    \"displayDescription\": \"<string>\",\n    \"state\": \"executing\",\n    \"reached_state_date\": \"6044-05-05 20:03:28\",\n    \"last_update_date\": \"6511-02-06 04:38:20\",\n    \"dueDate\": \"1406-01-05 22:06:46\",\n    \"priority\": \"<string>\",\n    \"processId\": \"u.X3LhuTDnxSiGBYWmLc_0Cvpv0mbO.jqY.LCR0L\",\n    \"parentCaseId\": \"I36Ho2pqs4AWQOUvSJCzU5zsjS-HS0pTbpJX.3O56aQWFTSAGZkpuIi-lJdQcg_2te69j0TyqrB2jrf4PRBn.tA6odO36RBPVIqb4I1S4IIqf9yhVCX1qe.0RSm04CYP6xfz2cdALwYEukfS4mymPb9.5u9qE_SD.QohkzNRxP\",\n    \"parentTaskId\": \"rn_5sueJlOrJlWG-VtAvTllBTeNT9j1O9KBfeBC5XExkF2XU_bNkjs_JyuJp.rjmqcOrbOv-sxIYyk9t_xpgDw0iJy4TZUTHb70C4kaa-UVcF4dBh-M9WJMOfrur301Q2RX-BH\",\n    \"rootCaseId\": \"ftJMIDpsORNhK1YhR8IYyFzUYVUv3nxajMypF8mPvfPZ9TFFADVQuQH-WpbkbqLIxDzX0Q0MM-0Ptg3zbkCpnhVCMFLvY6cTiDGCzSo7QsEMpdmtdHaq-lIrPBkEfWGCjxuJD2SwtqsvRw-bq9D30qVtWQ4R9vmCyzQgARTqSE2W\",\n    \"rootContainerId\": \"aETbrMYtMspeV5dC6cy3pfrrp_WdaM41iOjO6d9ozX1lwuA1oTzFDLoVkfG_abtuXEsFY3hVRWiMyrSe8fT59j8dYcz2yKMLpQjDA_7KFL2qAihDBXwUMPM-8tB7ys-TRomtiVAwZO_o1RsyFrt7X3vyAmJ5knq9E.0IGY7KACL.pmEVNGY2p2_agL_0nu5nvwFIUNz45vQ_hX.AKsFkjhgt_tAv5LNJBUi.netLjuLhOY\",\n    \"executedBy\": \"1xYyweWyP2lu3GN1WJhiIIGQnEPDruwF95aa.GNKTK1Z6F1FRasLe7OThf_pKJHvmFW5psLZzglrTyK6SBJQXv7NSNU1MEDXyM4Y-BbewctMgMe-CJBlIb0dGao3tmuDq4YEKs7k.dTNktsmkx7S8O20.hwF82uHHpFGodljUQn0Oiv5_u1q7UW06Fl1S._u0ShCi0B8ZPfL\",\n    \"executedBySubstitute\": \"<string>\",\n    \"actorId\": \"ft1X6tiMQypbz249cO2hePfdj-lv9K47bW1q30b6FRBGbOKO\",\n    \"assigned_id\": \"Je8X7pVocpQ0CkbIT5cZZkLUbuDmkn.SVF.ccvC4ZOrbEhmcVXGjl9kb69TsXBogfxeU5r5XEvi-Q9pXUw0Xu1ksgeYQAwiIryfKSWZqv2HDBf8gTS1BL9bMCc9JJXguzkoU4fWcRUQUZA_rEDE2-8Acymz9y6RP54hN5FxFJlup_aRSD8jKvU7OjTtVtpB6gakXnVfxTp8ZLsqwhwx1AU.4pfuCmm-4wxZiK9wViZvjNozAhIEs_TZOj\",\n    \"assigned_date\": \"2466-11-30 23:28:53\",\n    \"isTerminal\": \"<boolean>\",\n    \"sourceObjectId\": \"S15UwbUlRxE-d_yJ6lkT8Pi-7GboJyHXcR1m4NQqB--gt8.ffqR8TxEZT-Ypw7HFoAUj8zMB7KkQzBAM.V.FfLelxTRbE2W-c.Ofs5_ui9FFn\",\n    \"archivedDate\": \"1291-03-31 21:18:17\"\n  },\n  {\n    \"id\": \"kSNsIFVZCqDTqmrdxTqgFEw4vPsMghKIe_3Vf.uLmpgw6lSFi_NWX_sUNMSXkyxB.wjILuInh8GfznX7J156_Hv7K4UIMV-RRE7KQukj0h6ZYwixLCRz6SCZ4N06u0LzVmvqb7MeYSmIRR_TuI2Htxc5dZ9ryhIyn0y7NxV-MmqsP0DRol0-_fxgQ7f6dV30Nb9ShqQwgqVxv48HtwgiRMVEfI1SnFWr8sRZ9EvsqJ7oCICO05C9Yi\",\n    \"type\": \"<string>\",\n    \"name\": \"<string>\",\n    \"displayName\": \"<string>\",\n    \"description\": \"<string>\",\n    \"displayDescription\": \"<string>\",\n    \"state\": \"initializing\",\n    \"reached_state_date\": \"5153-11-05 23:42:56\",\n    \"last_update_date\": \"4172-08-07 22:44:10\",\n    \"dueDate\": \"9686-10-30 15:13:36\",\n    \"priority\": \"<string>\",\n    \"processId\": \"EqAeYRVMWKvDNOrIevlviGmL-K\",\n    \"parentCaseId\": \"vDgQ-FbsSoZF3p.auDZO2iVjM8PFxh2kgrnRHamNHVnXs9QaxRagGbNUzqEFTjSydl22\",\n    \"parentTaskId\": \"v-RYFkp9MfPBZpFMvaIHQqvaCogVVqF2VsqKpSNnEOEmMR3__oMJTyCFGeCe83tbQ1xfiPWUBbQ_szcy_v4l-Qek9xjPrgGPHAx5IML8LSzyaUQ24jlBhsO-siNov-8F3FmLsp6QgXAfwI1rQ.HZT-sEn-2XhJKoSHKMb2ekCNJH4txPpyU\",\n    \"rootCaseId\": \"TIG7qew6P\",\n    \"rootContainerId\": \"IyIx2pzQCNc.V4Ym9sFYCXF3baX1NGDiNc_fbZN-uxpDQWcJsNWnzOirpV7T4Tmw66\",\n    \"executedBy\": \"aqM_L0mf.gTKQIYSYKDhooJ63WqZauLe3rahArzQRGZ21RqyyegPDx1Zetxu-YP-\",\n    \"executedBySubstitute\": \"<string>\",\n    \"actorId\": \"b9qcazY4i4QnOjzIH-1Rqya8VWPJLXVwMD_zucCtm4ySNpMExIiAKVR5uFIhQrFpIMe86-8oDIp8vfSQmGQzjI3sqsV3fTZed0P_wy45kWuGhok4PCuRdL.r38\",\n    \"assigned_id\": \"m642s5sd1r-EzdfLTJByCrxGFho0rVV457Q0ncN2bK6t_xlijNefXvrBlk0mOk7V483sLOyPitz79YTlgqh27p4aK8zJAg7og3BBH.kqITH1pN0tuVv-h1EsBScZht4me\",\n    \"assigned_date\": \"4622-03-24 23:28:46\",\n    \"isTerminal\": \"<boolean>\",\n    \"sourceObjectId\": \"5SlrN72Ik_YST3SZVwj7m5_u7yC6fbpo7unDWXOwjk3U24L9kCMxMNAGqyGCMhILFACSR.i2R47j3oQrXIbilurNmSw\",\n    \"archivedDate\": \"6563-05-06 07:05:39\"\n  }\n]",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "d57d9d48-7d54-4b69-a698-6c51e47700c6",
                                            "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": "foo1lEnHIhQB5fq2"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "ElsZ0Wa%AfgzOic3nqzlLHuJunQ0HKfl4yu"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "Bad Request",
                                            "code": 400,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "394c5918-aa77-4117-b4e7-972090d435b2",
                                            "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": "foo1lEnHIhQB5fq2"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "ElsZ0Wa%AfgzOic3nqzlLHuJunQ0HKfl4yu"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "Unauthorized",
                                            "code": 401,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "fb2557f6-aa89-4ae4-b3a8-2e4858886723",
                                            "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": "foo1lEnHIhQB5fq2"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "ElsZ0Wa%AfgzOic3nqzlLHuJunQ0HKfl4yu"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "Forbidden",
                                            "code": 403,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "d80bda2d-3bbb-41f4-93e1-193ff1df6e5e",
                                            "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": "foo1lEnHIhQB5fq2"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "ElsZ0Wa%AfgzOic3nqzlLHuJunQ0HKfl4yu"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "Internal Server Error",
                                            "code": 500,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        }
                                    ],
                                    "event": [],
                                    "protocolProfileBehavior": {
                                        "disableBodyPruning": true
                                    }
                                },
                                {
                                    "name": "{id}",
                                    "description": "",
                                    "item": [
                                        {
                                            "id": "6318e52f-b413-4058-8708-bd0fd1ac4832",
                                            "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": "Mm0TiQX9qVyifL5kguuVDviHl5fMXZDaw_cnwAbg.5OhoRj4XZwQymp8oocbu4lKNr91jdXHa3lQXFp3FyvHHo-fttR3QuX-897sd8eXx95P5YMOZ8sU1Ydz4uLq",
                                                            "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": "a8c193a5-3b2e-45e2-a841-3d83bb4e07b7",
                                                    "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\": \"_4_dm689LBW_JGU98H9B5.1KiuHCgKPBRVr63Kn\",\n  \"type\": \"<string>\",\n  \"name\": \"<string>\",\n  \"displayName\": \"<string>\",\n  \"description\": \"<string>\",\n  \"displayDescription\": \"<string>\",\n  \"state\": \"aborted\",\n  \"reached_state_date\": \"4977-09-08 21:18:12\",\n  \"last_update_date\": \"3212-12-12 00:27:19\",\n  \"dueDate\": \"9750-10-04 20:15:18\",\n  \"priority\": \"<string>\",\n  \"processId\": \"x0LK.N336tAdzfpuO.E1jSNexiYyznHGySj47oBop-jprJ6FcJb81i6X07NRjKdy_1UfActlXOpMWCASvR\",\n  \"parentCaseId\": \"-CzkuoAKucmz-uVr5z6e6FCPlQrZ9NK8RTAASaq4OjUJIH-T0.0HwZipWq6kKoxWLsiwzvnTAY412u3Tc3Iq8opAPv4qPWCmDZQ2OXmNZ-BigwKW9\",\n  \"parentTaskId\": \"SDE2lZsg4BOtPDcBZhuC7srEf7nR-GA2OuR6xRFB\",\n  \"rootCaseId\": \"r06yePQ3SfsBmSCqDplaV-2-35S2.zHWrVWTQRknt.RPIsWZrXuk4O0kOMp2IGgOOjEijr1RD7.WIzWUQlnAinYUd_UvtBZSRYftJlO7y6_6p\",\n  \"rootContainerId\": \"1Kh38Bay41Y_WIeyqBYH7g9a2ijEUuHxxdAyLQOql.lvkx4QVhZcBi_EthS3qPh8kNCM5LHAKvTsUX43aZOX3up9-ihhJ2GeLQzwlPJOQTILrPLh8ryja86rS4LjKVDcH595tbVBw-r7cCFrLJblzT9rngxJe_7JQw0idvJwn5SZTF4OWmVlVAlNqr8dvn.n4QsBHQXeL2\",\n  \"executedBy\": \"9KPRZgqE9TY_SoCE0996hglUyr2MhjQNPConG17SKKTvOshenO_H6dlVsrL-JfEFAGRB1_-OehwxxdqZvHPsSsuGaxZyTBqOcZz-wqyBA7JDNSdzZc1y6xO.sBgT7Yxfmuiqd4JW7OBws9cm5RB7h2sDgj61hR4ZT-g3isiEhwYv9PaykLo3b6dyiLu9SjviYqaIZ-OajLFhXWzfTq4Dc5MQ9\",\n  \"executedBySubstitute\": \"<string>\",\n  \"actorId\": \"l.NR25.VZalr_jq6HkJLtSIMJz6XW6ucA8ne6h35tsd-hZ8lnGVJJw_7lv0N7xJa.AOUNcfZmKwgxu8itghw3P16MmVOU1dgMvPotjGlK0AJd_5eKAUourI86406jRwWoeu-PztOJ1N1wejVo.KCc19\",\n  \"assigned_id\": \"8LYoYV-m3ekXe.NyRNOqi1r5u23o1Jsia50NvyyNms8vr15vwwkpvn1RBPNqkJ7eu_rt3Nwin.YXq-68zUHNzD5BEE2TnY3ns74u6OgG5nGamtdzkfbbsR2Qf9HHsOLdS5AE_aVP8J.xh3tynA4LBgb2Pex8sM.bVA_oSzQKfNVp\",\n  \"assigned_date\": \"5889-08-23 23:47:11\",\n  \"isTerminal\": \"<boolean>\",\n  \"sourceObjectId\": \"i.VIgKXUy2oV7oZmxmZbguxKNfidIxpGbcJ8y_kRW8YxIYveFmvGC7ncS9mht1vA9XA7AvOYuAZ5o5S0E2lmFUkfgn\",\n  \"archivedDate\": \"8166-08-31 23:47:41\"\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "eb354147-b20e-47c7-8c76-11dc12556c28",
                                                    "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "6099588b-22b0-426e-b283-f1d37b5e3970",
                                                    "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "204d760c-ff99-476e-84eb-9a81a1544ecd",
                                                    "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "e076eea9-f296-4000-b909-cf66a7cd58ed",
                                                    "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "a5cbf640-06f9-40c3-8ca1-e21ae5af8462",
                                                    "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        }
                                    ]
                                }
                            ]
                        },
                        {
                            "name": "archivedUserTask",
                            "description": "",
                            "item": [
                                {
                                    "id": "97ee5c58-3c82-4e8e-ba27-c92f8d9f22ba",
                                    "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": "OaqXXp3UzSuT3bIPziPYSXtVNaVTvt6akKZQD78BZjO4tmJDYcB1AC88tJxAgWMpJATLI8RYjaylMnZhuKL6Kf1ALQ39KM5K600tIDjsV94K7bl4O2q3MJNaKOIvkN01xZEXW1SQoyKdJpxdw66R7vMoQJxTI7mWvUq9XNmmv9Ys1y0Wxx9emGXU7MerM6i3p2GKNKDRDlqjvWwHAEHFFumzXs7hFV"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "can filter on attributes with the format f={filter\\_name}={filter\\_value} with the name/value pair as url encoded string.",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "f",
                                                    "value": "foo1lEnHIhQB5fq2"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "can order on attributes",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "o",
                                                    "value": "ElsZ0Wa%AfgzOic3nqzlLHuJunQ0HKfl4yu"
                                                }
                                            ],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            }
                                        ],
                                        "method": "GET",
                                        "body": {},
                                        "auth": null
                                    },
                                    "response": [
                                        {
                                            "id": "610a28b2-1902-4fe0-94f7-87cd5d935d18",
                                            "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": "foo1lEnHIhQB5fq2"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "ElsZ0Wa%AfgzOic3nqzlLHuJunQ0HKfl4yu"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security 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\": \"SPl68Oq_GvaAtVmK9aS1Mvuk.OvD7EJLz8gAWQt8c8-7\",\n    \"type\": \"<string>\",\n    \"name\": \"<string>\",\n    \"displayName\": \"<string>\",\n    \"description\": \"<string>\",\n    \"displayDescription\": \"<string>\",\n    \"state\": \"executing\",\n    \"reached_state_date\": \"6044-05-05 20:03:28\",\n    \"last_update_date\": \"6511-02-06 04:38:20\",\n    \"dueDate\": \"1406-01-05 22:06:46\",\n    \"priority\": \"<string>\",\n    \"processId\": \"u.X3LhuTDnxSiGBYWmLc_0Cvpv0mbO.jqY.LCR0L\",\n    \"parentCaseId\": \"I36Ho2pqs4AWQOUvSJCzU5zsjS-HS0pTbpJX.3O56aQWFTSAGZkpuIi-lJdQcg_2te69j0TyqrB2jrf4PRBn.tA6odO36RBPVIqb4I1S4IIqf9yhVCX1qe.0RSm04CYP6xfz2cdALwYEukfS4mymPb9.5u9qE_SD.QohkzNRxP\",\n    \"parentTaskId\": \"rn_5sueJlOrJlWG-VtAvTllBTeNT9j1O9KBfeBC5XExkF2XU_bNkjs_JyuJp.rjmqcOrbOv-sxIYyk9t_xpgDw0iJy4TZUTHb70C4kaa-UVcF4dBh-M9WJMOfrur301Q2RX-BH\",\n    \"rootCaseId\": \"ftJMIDpsORNhK1YhR8IYyFzUYVUv3nxajMypF8mPvfPZ9TFFADVQuQH-WpbkbqLIxDzX0Q0MM-0Ptg3zbkCpnhVCMFLvY6cTiDGCzSo7QsEMpdmtdHaq-lIrPBkEfWGCjxuJD2SwtqsvRw-bq9D30qVtWQ4R9vmCyzQgARTqSE2W\",\n    \"rootContainerId\": \"aETbrMYtMspeV5dC6cy3pfrrp_WdaM41iOjO6d9ozX1lwuA1oTzFDLoVkfG_abtuXEsFY3hVRWiMyrSe8fT59j8dYcz2yKMLpQjDA_7KFL2qAihDBXwUMPM-8tB7ys-TRomtiVAwZO_o1RsyFrt7X3vyAmJ5knq9E.0IGY7KACL.pmEVNGY2p2_agL_0nu5nvwFIUNz45vQ_hX.AKsFkjhgt_tAv5LNJBUi.netLjuLhOY\",\n    \"executedBy\": \"1xYyweWyP2lu3GN1WJhiIIGQnEPDruwF95aa.GNKTK1Z6F1FRasLe7OThf_pKJHvmFW5psLZzglrTyK6SBJQXv7NSNU1MEDXyM4Y-BbewctMgMe-CJBlIb0dGao3tmuDq4YEKs7k.dTNktsmkx7S8O20.hwF82uHHpFGodljUQn0Oiv5_u1q7UW06Fl1S._u0ShCi0B8ZPfL\",\n    \"executedBySubstitute\": \"<string>\",\n    \"actorId\": \"ft1X6tiMQypbz249cO2hePfdj-lv9K47bW1q30b6FRBGbOKO\",\n    \"assigned_id\": \"Je8X7pVocpQ0CkbIT5cZZkLUbuDmkn.SVF.ccvC4ZOrbEhmcVXGjl9kb69TsXBogfxeU5r5XEvi-Q9pXUw0Xu1ksgeYQAwiIryfKSWZqv2HDBf8gTS1BL9bMCc9JJXguzkoU4fWcRUQUZA_rEDE2-8Acymz9y6RP54hN5FxFJlup_aRSD8jKvU7OjTtVtpB6gakXnVfxTp8ZLsqwhwx1AU.4pfuCmm-4wxZiK9wViZvjNozAhIEs_TZOj\",\n    \"assigned_date\": \"2466-11-30 23:28:53\",\n    \"isTerminal\": \"<boolean>\",\n    \"sourceObjectId\": \"S15UwbUlRxE-d_yJ6lkT8Pi-7GboJyHXcR1m4NQqB--gt8.ffqR8TxEZT-Ypw7HFoAUj8zMB7KkQzBAM.V.FfLelxTRbE2W-c.Ofs5_ui9FFn\",\n    \"archivedDate\": \"1291-03-31 21:18:17\"\n  },\n  {\n    \"id\": \"kSNsIFVZCqDTqmrdxTqgFEw4vPsMghKIe_3Vf.uLmpgw6lSFi_NWX_sUNMSXkyxB.wjILuInh8GfznX7J156_Hv7K4UIMV-RRE7KQukj0h6ZYwixLCRz6SCZ4N06u0LzVmvqb7MeYSmIRR_TuI2Htxc5dZ9ryhIyn0y7NxV-MmqsP0DRol0-_fxgQ7f6dV30Nb9ShqQwgqVxv48HtwgiRMVEfI1SnFWr8sRZ9EvsqJ7oCICO05C9Yi\",\n    \"type\": \"<string>\",\n    \"name\": \"<string>\",\n    \"displayName\": \"<string>\",\n    \"description\": \"<string>\",\n    \"displayDescription\": \"<string>\",\n    \"state\": \"initializing\",\n    \"reached_state_date\": \"5153-11-05 23:42:56\",\n    \"last_update_date\": \"4172-08-07 22:44:10\",\n    \"dueDate\": \"9686-10-30 15:13:36\",\n    \"priority\": \"<string>\",\n    \"processId\": \"EqAeYRVMWKvDNOrIevlviGmL-K\",\n    \"parentCaseId\": \"vDgQ-FbsSoZF3p.auDZO2iVjM8PFxh2kgrnRHamNHVnXs9QaxRagGbNUzqEFTjSydl22\",\n    \"parentTaskId\": \"v-RYFkp9MfPBZpFMvaIHQqvaCogVVqF2VsqKpSNnEOEmMR3__oMJTyCFGeCe83tbQ1xfiPWUBbQ_szcy_v4l-Qek9xjPrgGPHAx5IML8LSzyaUQ24jlBhsO-siNov-8F3FmLsp6QgXAfwI1rQ.HZT-sEn-2XhJKoSHKMb2ekCNJH4txPpyU\",\n    \"rootCaseId\": \"TIG7qew6P\",\n    \"rootContainerId\": \"IyIx2pzQCNc.V4Ym9sFYCXF3baX1NGDiNc_fbZN-uxpDQWcJsNWnzOirpV7T4Tmw66\",\n    \"executedBy\": \"aqM_L0mf.gTKQIYSYKDhooJ63WqZauLe3rahArzQRGZ21RqyyegPDx1Zetxu-YP-\",\n    \"executedBySubstitute\": \"<string>\",\n    \"actorId\": \"b9qcazY4i4QnOjzIH-1Rqya8VWPJLXVwMD_zucCtm4ySNpMExIiAKVR5uFIhQrFpIMe86-8oDIp8vfSQmGQzjI3sqsV3fTZed0P_wy45kWuGhok4PCuRdL.r38\",\n    \"assigned_id\": \"m642s5sd1r-EzdfLTJByCrxGFho0rVV457Q0ncN2bK6t_xlijNefXvrBlk0mOk7V483sLOyPitz79YTlgqh27p4aK8zJAg7og3BBH.kqITH1pN0tuVv-h1EsBScZht4me\",\n    \"assigned_date\": \"4622-03-24 23:28:46\",\n    \"isTerminal\": \"<boolean>\",\n    \"sourceObjectId\": \"5SlrN72Ik_YST3SZVwj7m5_u7yC6fbpo7unDWXOwjk3U24L9kCMxMNAGqyGCMhILFACSR.i2R47j3oQrXIbilurNmSw\",\n    \"archivedDate\": \"6563-05-06 07:05:39\"\n  }\n]",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "e67fbac4-fdf4-4cf6-b0a3-15ebb66ef401",
                                            "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": "foo1lEnHIhQB5fq2"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "ElsZ0Wa%AfgzOic3nqzlLHuJunQ0HKfl4yu"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "Bad Request",
                                            "code": 400,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "19a7beca-fb75-4223-b9ea-5546a68ad610",
                                            "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": "foo1lEnHIhQB5fq2"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "ElsZ0Wa%AfgzOic3nqzlLHuJunQ0HKfl4yu"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "Unauthorized",
                                            "code": 401,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "8b092053-7bae-40b4-b502-dbe51e893297",
                                            "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": "foo1lEnHIhQB5fq2"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "ElsZ0Wa%AfgzOic3nqzlLHuJunQ0HKfl4yu"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "Forbidden",
                                            "code": 403,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "c122c5b1-ca20-4dc0-b56b-ae1471b6084f",
                                            "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": "foo1lEnHIhQB5fq2"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "ElsZ0Wa%AfgzOic3nqzlLHuJunQ0HKfl4yu"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "Internal Server Error",
                                            "code": 500,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        }
                                    ],
                                    "event": [],
                                    "protocolProfileBehavior": {
                                        "disableBodyPruning": true
                                    }
                                },
                                {
                                    "name": "{id}",
                                    "description": "",
                                    "item": [
                                        {
                                            "id": "d9e95ab5-26b7-4a23-8ea1-4aae845a4e28",
                                            "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": "Mm0TiQX9qVyifL5kguuVDviHl5fMXZDaw_cnwAbg.5OhoRj4XZwQymp8oocbu4lKNr91jdXHa3lQXFp3FyvHHo-fttR3QuX-897sd8eXx95P5YMOZ8sU1Ydz4uLq",
                                                            "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": "ffe3989f-43ce-49e9-96f8-272fcd061016",
                                                    "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\": \"_4_dm689LBW_JGU98H9B5.1KiuHCgKPBRVr63Kn\",\n  \"type\": \"<string>\",\n  \"name\": \"<string>\",\n  \"displayName\": \"<string>\",\n  \"description\": \"<string>\",\n  \"displayDescription\": \"<string>\",\n  \"state\": \"aborted\",\n  \"reached_state_date\": \"4977-09-08 21:18:12\",\n  \"last_update_date\": \"3212-12-12 00:27:19\",\n  \"dueDate\": \"9750-10-04 20:15:18\",\n  \"priority\": \"<string>\",\n  \"processId\": \"x0LK.N336tAdzfpuO.E1jSNexiYyznHGySj47oBop-jprJ6FcJb81i6X07NRjKdy_1UfActlXOpMWCASvR\",\n  \"parentCaseId\": \"-CzkuoAKucmz-uVr5z6e6FCPlQrZ9NK8RTAASaq4OjUJIH-T0.0HwZipWq6kKoxWLsiwzvnTAY412u3Tc3Iq8opAPv4qPWCmDZQ2OXmNZ-BigwKW9\",\n  \"parentTaskId\": \"SDE2lZsg4BOtPDcBZhuC7srEf7nR-GA2OuR6xRFB\",\n  \"rootCaseId\": \"r06yePQ3SfsBmSCqDplaV-2-35S2.zHWrVWTQRknt.RPIsWZrXuk4O0kOMp2IGgOOjEijr1RD7.WIzWUQlnAinYUd_UvtBZSRYftJlO7y6_6p\",\n  \"rootContainerId\": \"1Kh38Bay41Y_WIeyqBYH7g9a2ijEUuHxxdAyLQOql.lvkx4QVhZcBi_EthS3qPh8kNCM5LHAKvTsUX43aZOX3up9-ihhJ2GeLQzwlPJOQTILrPLh8ryja86rS4LjKVDcH595tbVBw-r7cCFrLJblzT9rngxJe_7JQw0idvJwn5SZTF4OWmVlVAlNqr8dvn.n4QsBHQXeL2\",\n  \"executedBy\": \"9KPRZgqE9TY_SoCE0996hglUyr2MhjQNPConG17SKKTvOshenO_H6dlVsrL-JfEFAGRB1_-OehwxxdqZvHPsSsuGaxZyTBqOcZz-wqyBA7JDNSdzZc1y6xO.sBgT7Yxfmuiqd4JW7OBws9cm5RB7h2sDgj61hR4ZT-g3isiEhwYv9PaykLo3b6dyiLu9SjviYqaIZ-OajLFhXWzfTq4Dc5MQ9\",\n  \"executedBySubstitute\": \"<string>\",\n  \"actorId\": \"l.NR25.VZalr_jq6HkJLtSIMJz6XW6ucA8ne6h35tsd-hZ8lnGVJJw_7lv0N7xJa.AOUNcfZmKwgxu8itghw3P16MmVOU1dgMvPotjGlK0AJd_5eKAUourI86406jRwWoeu-PztOJ1N1wejVo.KCc19\",\n  \"assigned_id\": \"8LYoYV-m3ekXe.NyRNOqi1r5u23o1Jsia50NvyyNms8vr15vwwkpvn1RBPNqkJ7eu_rt3Nwin.YXq-68zUHNzD5BEE2TnY3ns74u6OgG5nGamtdzkfbbsR2Qf9HHsOLdS5AE_aVP8J.xh3tynA4LBgb2Pex8sM.bVA_oSzQKfNVp\",\n  \"assigned_date\": \"5889-08-23 23:47:11\",\n  \"isTerminal\": \"<boolean>\",\n  \"sourceObjectId\": \"i.VIgKXUy2oV7oZmxmZbguxKNfidIxpGbcJ8y_kRW8YxIYveFmvGC7ncS9mht1vA9XA7AvOYuAZ5o5S0E2lmFUkfgn\",\n  \"archivedDate\": \"8166-08-31 23:47:41\"\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "17637811-3c72-4c26-94da-0ec663548db8",
                                                    "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "d1d91f77-dfaf-442c-8e53-53dbf91bce30",
                                                    "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "10493a2e-6ee4-45c3-bdf2-c46db48a2bf7",
                                                    "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "8a37f5a5-663a-4df4-ad1e-a9e2ab969ae7",
                                                    "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "19a28de3-a34c-47b3-b630-8f27b72f36c7",
                                                    "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        }
                                    ]
                                }
                            ]
                        },
                        {
                            "name": "archivedTask",
                            "description": "",
                            "item": [
                                {
                                    "id": "2bfeab9a-eb98-4eba-a08b-2a7b442e4980",
                                    "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": "OaqXXp3UzSuT3bIPziPYSXtVNaVTvt6akKZQD78BZjO4tmJDYcB1AC88tJxAgWMpJATLI8RYjaylMnZhuKL6Kf1ALQ39KM5K600tIDjsV94K7bl4O2q3MJNaKOIvkN01xZEXW1SQoyKdJpxdw66R7vMoQJxTI7mWvUq9XNmmv9Ys1y0Wxx9emGXU7MerM6i3p2GKNKDRDlqjvWwHAEHFFumzXs7hFV"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "can filter on attributes with the format f={filter\\_name}={filter\\_value} with the name/value pair as url encoded string.",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "f",
                                                    "value": "foo1lEnHIhQB5fq2"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "can order on attributes",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "o",
                                                    "value": "ElsZ0Wa%AfgzOic3nqzlLHuJunQ0HKfl4yu"
                                                }
                                            ],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            }
                                        ],
                                        "method": "GET",
                                        "body": {},
                                        "auth": null
                                    },
                                    "response": [
                                        {
                                            "id": "6e9b34ac-b9be-4926-aca1-e062357f0104",
                                            "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": "foo1lEnHIhQB5fq2"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "ElsZ0Wa%AfgzOic3nqzlLHuJunQ0HKfl4yu"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security 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\": \"SPl68Oq_GvaAtVmK9aS1Mvuk.OvD7EJLz8gAWQt8c8-7\",\n    \"type\": \"<string>\",\n    \"name\": \"<string>\",\n    \"displayName\": \"<string>\",\n    \"description\": \"<string>\",\n    \"displayDescription\": \"<string>\",\n    \"state\": \"executing\",\n    \"reached_state_date\": \"6044-05-05 20:03:28\",\n    \"last_update_date\": \"6511-02-06 04:38:20\",\n    \"dueDate\": \"1406-01-05 22:06:46\",\n    \"priority\": \"<string>\",\n    \"processId\": \"u.X3LhuTDnxSiGBYWmLc_0Cvpv0mbO.jqY.LCR0L\",\n    \"parentCaseId\": \"I36Ho2pqs4AWQOUvSJCzU5zsjS-HS0pTbpJX.3O56aQWFTSAGZkpuIi-lJdQcg_2te69j0TyqrB2jrf4PRBn.tA6odO36RBPVIqb4I1S4IIqf9yhVCX1qe.0RSm04CYP6xfz2cdALwYEukfS4mymPb9.5u9qE_SD.QohkzNRxP\",\n    \"parentTaskId\": \"rn_5sueJlOrJlWG-VtAvTllBTeNT9j1O9KBfeBC5XExkF2XU_bNkjs_JyuJp.rjmqcOrbOv-sxIYyk9t_xpgDw0iJy4TZUTHb70C4kaa-UVcF4dBh-M9WJMOfrur301Q2RX-BH\",\n    \"rootCaseId\": \"ftJMIDpsORNhK1YhR8IYyFzUYVUv3nxajMypF8mPvfPZ9TFFADVQuQH-WpbkbqLIxDzX0Q0MM-0Ptg3zbkCpnhVCMFLvY6cTiDGCzSo7QsEMpdmtdHaq-lIrPBkEfWGCjxuJD2SwtqsvRw-bq9D30qVtWQ4R9vmCyzQgARTqSE2W\",\n    \"rootContainerId\": \"aETbrMYtMspeV5dC6cy3pfrrp_WdaM41iOjO6d9ozX1lwuA1oTzFDLoVkfG_abtuXEsFY3hVRWiMyrSe8fT59j8dYcz2yKMLpQjDA_7KFL2qAihDBXwUMPM-8tB7ys-TRomtiVAwZO_o1RsyFrt7X3vyAmJ5knq9E.0IGY7KACL.pmEVNGY2p2_agL_0nu5nvwFIUNz45vQ_hX.AKsFkjhgt_tAv5LNJBUi.netLjuLhOY\",\n    \"executedBy\": \"1xYyweWyP2lu3GN1WJhiIIGQnEPDruwF95aa.GNKTK1Z6F1FRasLe7OThf_pKJHvmFW5psLZzglrTyK6SBJQXv7NSNU1MEDXyM4Y-BbewctMgMe-CJBlIb0dGao3tmuDq4YEKs7k.dTNktsmkx7S8O20.hwF82uHHpFGodljUQn0Oiv5_u1q7UW06Fl1S._u0ShCi0B8ZPfL\",\n    \"executedBySubstitute\": \"<string>\",\n    \"actorId\": \"ft1X6tiMQypbz249cO2hePfdj-lv9K47bW1q30b6FRBGbOKO\",\n    \"assigned_id\": \"Je8X7pVocpQ0CkbIT5cZZkLUbuDmkn.SVF.ccvC4ZOrbEhmcVXGjl9kb69TsXBogfxeU5r5XEvi-Q9pXUw0Xu1ksgeYQAwiIryfKSWZqv2HDBf8gTS1BL9bMCc9JJXguzkoU4fWcRUQUZA_rEDE2-8Acymz9y6RP54hN5FxFJlup_aRSD8jKvU7OjTtVtpB6gakXnVfxTp8ZLsqwhwx1AU.4pfuCmm-4wxZiK9wViZvjNozAhIEs_TZOj\",\n    \"assigned_date\": \"2466-11-30 23:28:53\",\n    \"isTerminal\": \"<boolean>\",\n    \"sourceObjectId\": \"S15UwbUlRxE-d_yJ6lkT8Pi-7GboJyHXcR1m4NQqB--gt8.ffqR8TxEZT-Ypw7HFoAUj8zMB7KkQzBAM.V.FfLelxTRbE2W-c.Ofs5_ui9FFn\",\n    \"archivedDate\": \"1291-03-31 21:18:17\"\n  },\n  {\n    \"id\": \"kSNsIFVZCqDTqmrdxTqgFEw4vPsMghKIe_3Vf.uLmpgw6lSFi_NWX_sUNMSXkyxB.wjILuInh8GfznX7J156_Hv7K4UIMV-RRE7KQukj0h6ZYwixLCRz6SCZ4N06u0LzVmvqb7MeYSmIRR_TuI2Htxc5dZ9ryhIyn0y7NxV-MmqsP0DRol0-_fxgQ7f6dV30Nb9ShqQwgqVxv48HtwgiRMVEfI1SnFWr8sRZ9EvsqJ7oCICO05C9Yi\",\n    \"type\": \"<string>\",\n    \"name\": \"<string>\",\n    \"displayName\": \"<string>\",\n    \"description\": \"<string>\",\n    \"displayDescription\": \"<string>\",\n    \"state\": \"initializing\",\n    \"reached_state_date\": \"5153-11-05 23:42:56\",\n    \"last_update_date\": \"4172-08-07 22:44:10\",\n    \"dueDate\": \"9686-10-30 15:13:36\",\n    \"priority\": \"<string>\",\n    \"processId\": \"EqAeYRVMWKvDNOrIevlviGmL-K\",\n    \"parentCaseId\": \"vDgQ-FbsSoZF3p.auDZO2iVjM8PFxh2kgrnRHamNHVnXs9QaxRagGbNUzqEFTjSydl22\",\n    \"parentTaskId\": \"v-RYFkp9MfPBZpFMvaIHQqvaCogVVqF2VsqKpSNnEOEmMR3__oMJTyCFGeCe83tbQ1xfiPWUBbQ_szcy_v4l-Qek9xjPrgGPHAx5IML8LSzyaUQ24jlBhsO-siNov-8F3FmLsp6QgXAfwI1rQ.HZT-sEn-2XhJKoSHKMb2ekCNJH4txPpyU\",\n    \"rootCaseId\": \"TIG7qew6P\",\n    \"rootContainerId\": \"IyIx2pzQCNc.V4Ym9sFYCXF3baX1NGDiNc_fbZN-uxpDQWcJsNWnzOirpV7T4Tmw66\",\n    \"executedBy\": \"aqM_L0mf.gTKQIYSYKDhooJ63WqZauLe3rahArzQRGZ21RqyyegPDx1Zetxu-YP-\",\n    \"executedBySubstitute\": \"<string>\",\n    \"actorId\": \"b9qcazY4i4QnOjzIH-1Rqya8VWPJLXVwMD_zucCtm4ySNpMExIiAKVR5uFIhQrFpIMe86-8oDIp8vfSQmGQzjI3sqsV3fTZed0P_wy45kWuGhok4PCuRdL.r38\",\n    \"assigned_id\": \"m642s5sd1r-EzdfLTJByCrxGFho0rVV457Q0ncN2bK6t_xlijNefXvrBlk0mOk7V483sLOyPitz79YTlgqh27p4aK8zJAg7og3BBH.kqITH1pN0tuVv-h1EsBScZht4me\",\n    \"assigned_date\": \"4622-03-24 23:28:46\",\n    \"isTerminal\": \"<boolean>\",\n    \"sourceObjectId\": \"5SlrN72Ik_YST3SZVwj7m5_u7yC6fbpo7unDWXOwjk3U24L9kCMxMNAGqyGCMhILFACSR.i2R47j3oQrXIbilurNmSw\",\n    \"archivedDate\": \"6563-05-06 07:05:39\"\n  }\n]",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "0daf32be-cfb2-452c-9b4d-83343010d556",
                                            "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": "foo1lEnHIhQB5fq2"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "ElsZ0Wa%AfgzOic3nqzlLHuJunQ0HKfl4yu"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "Bad Request",
                                            "code": 400,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "5e0126de-2f3f-489f-984e-9b861ccab884",
                                            "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": "foo1lEnHIhQB5fq2"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "ElsZ0Wa%AfgzOic3nqzlLHuJunQ0HKfl4yu"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "Unauthorized",
                                            "code": 401,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "14ce40d0-b2f7-4fd6-8585-93bc74f67d6a",
                                            "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": "foo1lEnHIhQB5fq2"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "ElsZ0Wa%AfgzOic3nqzlLHuJunQ0HKfl4yu"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "Forbidden",
                                            "code": 403,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "78e190bd-b2b1-44ad-abc1-ce38cbb1b08c",
                                            "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": "foo1lEnHIhQB5fq2"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "ElsZ0Wa%AfgzOic3nqzlLHuJunQ0HKfl4yu"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "Internal Server Error",
                                            "code": 500,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        }
                                    ],
                                    "event": [],
                                    "protocolProfileBehavior": {
                                        "disableBodyPruning": true
                                    }
                                },
                                {
                                    "name": "{id}",
                                    "description": "",
                                    "item": [
                                        {
                                            "id": "2d02b52d-7658-4c45-a5f2-d4e7beba6bc9",
                                            "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": "Mm0TiQX9qVyifL5kguuVDviHl5fMXZDaw_cnwAbg.5OhoRj4XZwQymp8oocbu4lKNr91jdXHa3lQXFp3FyvHHo-fttR3QuX-897sd8eXx95P5YMOZ8sU1Ydz4uLq",
                                                            "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": "0eb834c4-5ad3-40f2-94e3-c9867522590e",
                                                    "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\": \"_4_dm689LBW_JGU98H9B5.1KiuHCgKPBRVr63Kn\",\n  \"type\": \"<string>\",\n  \"name\": \"<string>\",\n  \"displayName\": \"<string>\",\n  \"description\": \"<string>\",\n  \"displayDescription\": \"<string>\",\n  \"state\": \"aborted\",\n  \"reached_state_date\": \"4977-09-08 21:18:12\",\n  \"last_update_date\": \"3212-12-12 00:27:19\",\n  \"dueDate\": \"9750-10-04 20:15:18\",\n  \"priority\": \"<string>\",\n  \"processId\": \"x0LK.N336tAdzfpuO.E1jSNexiYyznHGySj47oBop-jprJ6FcJb81i6X07NRjKdy_1UfActlXOpMWCASvR\",\n  \"parentCaseId\": \"-CzkuoAKucmz-uVr5z6e6FCPlQrZ9NK8RTAASaq4OjUJIH-T0.0HwZipWq6kKoxWLsiwzvnTAY412u3Tc3Iq8opAPv4qPWCmDZQ2OXmNZ-BigwKW9\",\n  \"parentTaskId\": \"SDE2lZsg4BOtPDcBZhuC7srEf7nR-GA2OuR6xRFB\",\n  \"rootCaseId\": \"r06yePQ3SfsBmSCqDplaV-2-35S2.zHWrVWTQRknt.RPIsWZrXuk4O0kOMp2IGgOOjEijr1RD7.WIzWUQlnAinYUd_UvtBZSRYftJlO7y6_6p\",\n  \"rootContainerId\": \"1Kh38Bay41Y_WIeyqBYH7g9a2ijEUuHxxdAyLQOql.lvkx4QVhZcBi_EthS3qPh8kNCM5LHAKvTsUX43aZOX3up9-ihhJ2GeLQzwlPJOQTILrPLh8ryja86rS4LjKVDcH595tbVBw-r7cCFrLJblzT9rngxJe_7JQw0idvJwn5SZTF4OWmVlVAlNqr8dvn.n4QsBHQXeL2\",\n  \"executedBy\": \"9KPRZgqE9TY_SoCE0996hglUyr2MhjQNPConG17SKKTvOshenO_H6dlVsrL-JfEFAGRB1_-OehwxxdqZvHPsSsuGaxZyTBqOcZz-wqyBA7JDNSdzZc1y6xO.sBgT7Yxfmuiqd4JW7OBws9cm5RB7h2sDgj61hR4ZT-g3isiEhwYv9PaykLo3b6dyiLu9SjviYqaIZ-OajLFhXWzfTq4Dc5MQ9\",\n  \"executedBySubstitute\": \"<string>\",\n  \"actorId\": \"l.NR25.VZalr_jq6HkJLtSIMJz6XW6ucA8ne6h35tsd-hZ8lnGVJJw_7lv0N7xJa.AOUNcfZmKwgxu8itghw3P16MmVOU1dgMvPotjGlK0AJd_5eKAUourI86406jRwWoeu-PztOJ1N1wejVo.KCc19\",\n  \"assigned_id\": \"8LYoYV-m3ekXe.NyRNOqi1r5u23o1Jsia50NvyyNms8vr15vwwkpvn1RBPNqkJ7eu_rt3Nwin.YXq-68zUHNzD5BEE2TnY3ns74u6OgG5nGamtdzkfbbsR2Qf9HHsOLdS5AE_aVP8J.xh3tynA4LBgb2Pex8sM.bVA_oSzQKfNVp\",\n  \"assigned_date\": \"5889-08-23 23:47:11\",\n  \"isTerminal\": \"<boolean>\",\n  \"sourceObjectId\": \"i.VIgKXUy2oV7oZmxmZbguxKNfidIxpGbcJ8y_kRW8YxIYveFmvGC7ncS9mht1vA9XA7AvOYuAZ5o5S0E2lmFUkfgn\",\n  \"archivedDate\": \"8166-08-31 23:47:41\"\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "365ae8c3-f67f-4645-8833-2d45e29768c3",
                                                    "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "52abfca9-2eea-4fd1-843f-6debd13bb1a1",
                                                    "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "0fcc648b-01de-4a7e-b96e-0b8845efc0d8",
                                                    "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "73b2d3bd-5bdb-403d-820f-4d14ea434522",
                                                    "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "524d49f4-16f8-4fe8-89ba-9c0ca4bcec72",
                                                    "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        }
                                    ]
                                }
                            ]
                        },
                        {
                            "name": "activityVariable",
                            "description": "",
                            "item": [
                                {
                                    "name": "{id}",
                                    "description": "",
                                    "item": [
                                        {
                                            "name": "{variableName}",
                                            "description": "",
                                            "item": [
                                                {
                                                    "id": "481ba1e8-13a4-4efa-a64f-2a4087a899e3",
                                                    "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": "Mm0TiQX9qVyifL5kguuVDviHl5fMXZDaw_cnwAbg.5OhoRj4XZwQymp8oocbu4lKNr91jdXHa3lQXFp3FyvHHo-fttR3QuX-897sd8eXx95P5YMOZ8sU1Ydz4uLq",
                                                                    "key": "id",
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) The identifier of the activity from which to retrieve the variable",
                                                                        "type": "text/plain"
                                                                    }
                                                                },
                                                                {
                                                                    "type": "any",
                                                                    "value": "Mm0TiQX9qVyifL5kguuVDviHl5fMXZDaw_cnwAbg.5OhoRj4XZwQymp8oocbu4lKNr91jdXHa3lQXFp3FyvHHo-fttR3QuX-897sd8eXx95P5YMOZ8sU1Ydz4uLq",
                                                                    "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": "fed4ff3f-0b68-4c51-b11a-0ca002e6e14c",
                                                            "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\": \"6isfdrmZuxwUiri35hpDei8WX0Gp7LokdxJiS8dip9_BKJW0jX1K3L2ODazZrWOePBJjc.wFEFEiJz8nNo-YjAjW1brNUIXI_ZVGM7zrG9y6oRADZVxjMk0Cf2cJHQvxBqlxpfOO7\",\n  \"tenantId_string\": \"<string>\",\n  \"id\": \"Ra88TbXFs7hmCcZHUTeOaQvfETYIWcU6-Rg6qdyL_ITt_4vuFwOEYpvGx0uZqV0YB9YMEyR7cli2us9nEYDXNfjL0v_BWK158286ZMpvHA__F6wGh87CpHw-x_BeCwCfyTGLSACFrPWA-UggJwaPqyBMnP8pw8niOBCfWgU6fabmh9FP-6VU6obYxP6ETdpfsS7\",\n  \"id_string\": \"qr71.7Vm2C3ogbicBXwJCkoBT-yy.q\",\n  \"name\": \"<string>\",\n  \"description\": \"<string>\",\n  \"transientData\": \"<string>\",\n  \"className\": \"<string>\",\n  \"containerId\": \"<string>\",\n  \"containerId_string\": \"<string>\",\n  \"containerType\": \"ACTIVITY_INSTANCE\",\n  \"value\": \"<string>\"\n}",
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "json"
                                                        },
                                                        {
                                                            "id": "60999fb4-5a66-445a-863a-dfa1f145f8f8",
                                                            "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "json"
                                                        },
                                                        {
                                                            "id": "7ca05952-edf1-454c-8220-9663b04c8c7d",
                                                            "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "json"
                                                        },
                                                        {
                                                            "id": "c18347f1-3241-4669-83a9-000028c3d8ab",
                                                            "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "json"
                                                        },
                                                        {
                                                            "id": "2f896762-a812-4508-a3ec-2ff16268c53d",
                                                            "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "json"
                                                        },
                                                        {
                                                            "id": "00251a2d-f32a-4def-9929-600cb41cdcf4",
                                                            "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "json"
                                                        }
                                                    ],
                                                    "event": [],
                                                    "protocolProfileBehavior": {
                                                        "disableBodyPruning": true
                                                    }
                                                }
                                            ]
                                        }
                                    ]
                                }
                            ]
                        },
                        {
                            "name": "archivedActivityVariable",
                            "description": "",
                            "item": [
                                {
                                    "name": "{id}",
                                    "description": "",
                                    "item": [
                                        {
                                            "name": "{variableName}",
                                            "description": "",
                                            "item": [
                                                {
                                                    "id": "bec2f5b8-8921-476b-914b-ce3be85b62b6",
                                                    "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": "Mm0TiQX9qVyifL5kguuVDviHl5fMXZDaw_cnwAbg.5OhoRj4XZwQymp8oocbu4lKNr91jdXHa3lQXFp3FyvHHo-fttR3QuX-897sd8eXx95P5YMOZ8sU1Ydz4uLq",
                                                                    "key": "id",
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) The identifier of the activity from which to retrieve the variable",
                                                                        "type": "text/plain"
                                                                    }
                                                                },
                                                                {
                                                                    "type": "any",
                                                                    "value": "Mm0TiQX9qVyifL5kguuVDviHl5fMXZDaw_cnwAbg.5OhoRj4XZwQymp8oocbu4lKNr91jdXHa3lQXFp3FyvHHo-fttR3QuX-897sd8eXx95P5YMOZ8sU1Ydz4uLq",
                                                                    "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": "d20f57c7-2860-4ef0-b71f-7ddfc1d0ef10",
                                                            "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": "6ebf5583-0cb7-4964-b5ba-3b42eb7dff03",
                                                            "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "json"
                                                        },
                                                        {
                                                            "id": "8843268e-7f56-4f63-a9de-3124e3e29520",
                                                            "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "json"
                                                        },
                                                        {
                                                            "id": "b9b11c76-10c9-48ce-b506-1f06e9895412",
                                                            "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "json"
                                                        },
                                                        {
                                                            "id": "65ec42af-0f59-40e9-af69-c6e44287c1f6",
                                                            "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "json"
                                                        },
                                                        {
                                                            "id": "796bc05b-5802-41af-9ef7-c750980fffbc",
                                                            "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "json"
                                                        }
                                                    ],
                                                    "event": [],
                                                    "protocolProfileBehavior": {
                                                        "disableBodyPruning": true
                                                    }
                                                }
                                            ]
                                        }
                                    ]
                                }
                            ]
                        },
                        {
                            "name": "caseVariable",
                            "description": "",
                            "item": [
                                {
                                    "id": "917703fa-1ad6-49f0-bcac-675ae7736a5a",
                                    "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": "OaqXXp3UzSuT3bIPziPYSXtVNaVTvt6akKZQD78BZjO4tmJDYcB1AC88tJxAgWMpJATLI8RYjaylMnZhuKL6Kf1ALQ39KM5K600tIDjsV94K7bl4O2q3MJNaKOIvkN01xZEXW1SQoyKdJpxdw66R7vMoQJxTI7mWvUq9XNmmv9Ys1y0Wxx9emGXU7MerM6i3p2GKNKDRDlqjvWwHAEHFFumzXs7hFV"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "can filter on attributes with the format f={filter\\_name}={filter\\_value} with the name/value pair as url encoded string.",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "f",
                                                    "value": "foo1lEnHIhQB5fq2"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "can order on attributes",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "o",
                                                    "value": "ElsZ0Wa%AfgzOic3nqzlLHuJunQ0HKfl4yu"
                                                }
                                            ],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            }
                                        ],
                                        "method": "GET",
                                        "body": {},
                                        "auth": null
                                    },
                                    "response": [
                                        {
                                            "id": "1a71079b-fba2-46c8-a7e3-3c7177168fe4",
                                            "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": "foo1lEnHIhQB5fq2"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "ElsZ0Wa%AfgzOic3nqzlLHuJunQ0HKfl4yu"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security 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": "1404c4c0-969f-443b-8960-c29574f5217f",
                                            "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": "foo1lEnHIhQB5fq2"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "ElsZ0Wa%AfgzOic3nqzlLHuJunQ0HKfl4yu"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "Bad Request",
                                            "code": 400,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "27e40e8d-0947-4cd6-bc8e-5db8a1871ea7",
                                            "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": "foo1lEnHIhQB5fq2"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "ElsZ0Wa%AfgzOic3nqzlLHuJunQ0HKfl4yu"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "Unauthorized",
                                            "code": 401,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "e53b6595-7068-4b78-952c-2fc3f7362caa",
                                            "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": "foo1lEnHIhQB5fq2"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "ElsZ0Wa%AfgzOic3nqzlLHuJunQ0HKfl4yu"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "Forbidden",
                                            "code": 403,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "0c4c5823-aa5b-42f5-94b0-72be9c8f0f77",
                                            "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": "foo1lEnHIhQB5fq2"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "ElsZ0Wa%AfgzOic3nqzlLHuJunQ0HKfl4yu"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "Internal Server Error",
                                            "code": 500,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        }
                                    ],
                                    "event": [],
                                    "protocolProfileBehavior": {
                                        "disableBodyPruning": true
                                    }
                                },
                                {
                                    "name": "{id}",
                                    "description": "",
                                    "item": [
                                        {
                                            "name": "{variableName}",
                                            "description": "",
                                            "item": [
                                                {
                                                    "id": "d7c1f736-7262-4bf7-ac16-5aa02e7ce169",
                                                    "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": "Mm0TiQX9qVyifL5kguuVDviHl5fMXZDaw_cnwAbg.5OhoRj4XZwQymp8oocbu4lKNr91jdXHa3lQXFp3FyvHHo-fttR3QuX-897sd8eXx95P5YMOZ8sU1Ydz4uLq",
                                                                    "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": "Mm0TiQX9qVyifL5kguuVDviHl5fMXZDaw_cnwAbg.5OhoRj4XZwQymp8oocbu4lKNr91jdXHa3lQXFp3FyvHHo-fttR3QuX-897sd8eXx95P5YMOZ8sU1Ydz4uLq",
                                                                    "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": "2e18a0b8-0019-4c2d-8a1e-0393e25e5d62",
                                                            "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": "238a2b5f-0e6f-46b8-94f8-9a9a1e79ef0d",
                                                            "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "json"
                                                        },
                                                        {
                                                            "id": "53ed4014-e484-4b1b-be30-e66e427a8b40",
                                                            "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "json"
                                                        },
                                                        {
                                                            "id": "4e56fe22-9f43-4533-b4a0-17f0c1aff339",
                                                            "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "json"
                                                        },
                                                        {
                                                            "id": "99eaf67f-6efb-42ec-b2f4-de3b1cfd034f",
                                                            "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "json"
                                                        },
                                                        {
                                                            "id": "0ab00810-631a-4a26-9fea-c06cb8310e40",
                                                            "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "json"
                                                        }
                                                    ],
                                                    "event": [],
                                                    "protocolProfileBehavior": {
                                                        "disableBodyPruning": true
                                                    }
                                                },
                                                {
                                                    "id": "5ff183bc-c177-48d4-9ca9-d71b3d284717",
                                                    "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": "Mm0TiQX9qVyifL5kguuVDviHl5fMXZDaw_cnwAbg.5OhoRj4XZwQymp8oocbu4lKNr91jdXHa3lQXFp3FyvHHo-fttR3QuX-897sd8eXx95P5YMOZ8sU1Ydz4uLq",
                                                                    "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": "Mm0TiQX9qVyifL5kguuVDviHl5fMXZDaw_cnwAbg.5OhoRj4XZwQymp8oocbu4lKNr91jdXHa3lQXFp3FyvHHo-fttR3QuX-897sd8eXx95P5YMOZ8sU1Ydz4uLq",
                                                                    "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": "2cbbbddb-3f21-4ffe-8f6d-3a8a93fdec5e",
                                                            "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": "e3534c72-19f1-4a82-9fbe-d3518928cdb3",
                                                            "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "json"
                                                        },
                                                        {
                                                            "id": "023eb9d6-f5ce-45de-8570-e7896beb0df4",
                                                            "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "json"
                                                        },
                                                        {
                                                            "id": "26a864f7-f1c7-4a6a-bcaf-5ad797f974a8",
                                                            "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "json"
                                                        },
                                                        {
                                                            "id": "f78c72c3-a9c0-44c4-b020-b28f06d683ca",
                                                            "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "json"
                                                        },
                                                        {
                                                            "id": "c5e6ca48-c75a-46d3-b5ca-adc8ae3fb94b",
                                                            "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "json"
                                                        }
                                                    ],
                                                    "event": [],
                                                    "protocolProfileBehavior": {
                                                        "disableBodyPruning": true
                                                    }
                                                }
                                            ]
                                        }
                                    ]
                                }
                            ]
                        },
                        {
                            "name": "archivedCaseVariable",
                            "description": "",
                            "item": [
                                {
                                    "id": "dd1a9bb9-44f1-4cb2-8d77-5eb0b731279a",
                                    "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": "pVCCZ4ZaDv9lVX07srj4algu6qgXLHebYrfXKTmLt76snlHzf-0a0542ZwsJT4j_vHOGmZSsc6zm0cDjyJGyxARxvbl7p--k5RsVj_pRQT69%y0nX03YpCh0k%Ig7EGP5YN"
                                                }
                                            ],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            }
                                        ],
                                        "method": "GET",
                                        "body": {},
                                        "auth": null
                                    },
                                    "response": [
                                        {
                                            "id": "7d43fe4c-493d-41c9-a428-d4698ce8617e",
                                            "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": "pVCCZ4ZaDv9lVX07srj4algu6qgXLHebYrfXKTmLt76snlHzf-0a0542ZwsJT4j_vHOGmZSsc6zm0cDjyJGyxARxvbl7p--k5RsVj_pRQT69%y0nX03YpCh0k%Ig7EGP5YN"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security 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": "b1911c3b-e511-4c58-ac50-4ecc0eb26223",
                                            "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": "pVCCZ4ZaDv9lVX07srj4algu6qgXLHebYrfXKTmLt76snlHzf-0a0542ZwsJT4j_vHOGmZSsc6zm0cDjyJGyxARxvbl7p--k5RsVj_pRQT69%y0nX03YpCh0k%Ig7EGP5YN"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "Bad Request",
                                            "code": 400,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "dd755c73-dbd1-4e52-ab7c-e7f5b42d0010",
                                            "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": "pVCCZ4ZaDv9lVX07srj4algu6qgXLHebYrfXKTmLt76snlHzf-0a0542ZwsJT4j_vHOGmZSsc6zm0cDjyJGyxARxvbl7p--k5RsVj_pRQT69%y0nX03YpCh0k%Ig7EGP5YN"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "Unauthorized",
                                            "code": 401,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "e3540a26-d44c-4fff-b059-4ce4be0f1390",
                                            "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": "pVCCZ4ZaDv9lVX07srj4algu6qgXLHebYrfXKTmLt76snlHzf-0a0542ZwsJT4j_vHOGmZSsc6zm0cDjyJGyxARxvbl7p--k5RsVj_pRQT69%y0nX03YpCh0k%Ig7EGP5YN"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "Forbidden",
                                            "code": 403,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "bd13eb6a-a092-40e2-8d57-049a53f49803",
                                            "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": "pVCCZ4ZaDv9lVX07srj4algu6qgXLHebYrfXKTmLt76snlHzf-0a0542ZwsJT4j_vHOGmZSsc6zm0cDjyJGyxARxvbl7p--k5RsVj_pRQT69%y0nX03YpCh0k%Ig7EGP5YN"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "Internal Server Error",
                                            "code": 500,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        }
                                    ],
                                    "event": [],
                                    "protocolProfileBehavior": {
                                        "disableBodyPruning": true
                                    }
                                },
                                {
                                    "name": "{id}",
                                    "description": "",
                                    "item": [
                                        {
                                            "name": "{variableName}",
                                            "description": "",
                                            "item": [
                                                {
                                                    "id": "2ad80954-8c59-49a5-8bbd-ea38b360c3c2",
                                                    "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": "Mm0TiQX9qVyifL5kguuVDviHl5fMXZDaw_cnwAbg.5OhoRj4XZwQymp8oocbu4lKNr91jdXHa3lQXFp3FyvHHo-fttR3QuX-897sd8eXx95P5YMOZ8sU1Ydz4uLq",
                                                                    "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": "Mm0TiQX9qVyifL5kguuVDviHl5fMXZDaw_cnwAbg.5OhoRj4XZwQymp8oocbu4lKNr91jdXHa3lQXFp3FyvHHo-fttR3QuX-897sd8eXx95P5YMOZ8sU1Ydz4uLq",
                                                                    "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": "72db70cb-fa86-430d-8253-8827b3800f39",
                                                            "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": "8be8f369-3fe9-49b2-9451-510ffe836491",
                                                            "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "json"
                                                        },
                                                        {
                                                            "id": "51b73c98-d560-4ae8-b4a7-b97a2b097624",
                                                            "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "json"
                                                        },
                                                        {
                                                            "id": "192b5f53-e25e-4a56-877b-9fa89ce5c922",
                                                            "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "json"
                                                        },
                                                        {
                                                            "id": "14a6e4d6-8bff-4958-94c7-91c9e4b544e1",
                                                            "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "json"
                                                        },
                                                        {
                                                            "id": "bf273e5c-4274-418c-b1b1-8f60c8f3b009",
                                                            "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "json"
                                                        }
                                                    ],
                                                    "event": [],
                                                    "protocolProfileBehavior": {
                                                        "disableBodyPruning": true
                                                    }
                                                }
                                            ]
                                        }
                                    ]
                                }
                            ]
                        },
                        {
                            "name": "caseDocument",
                            "description": "",
                            "item": [
                                {
                                    "id": "0ce6a54b-00c4-4a24-8eac-946a0989af10",
                                    "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": "OaqXXp3UzSuT3bIPziPYSXtVNaVTvt6akKZQD78BZjO4tmJDYcB1AC88tJxAgWMpJATLI8RYjaylMnZhuKL6Kf1ALQ39KM5K600tIDjsV94K7bl4O2q3MJNaKOIvkN01xZEXW1SQoyKdJpxdw66R7vMoQJxTI7mWvUq9XNmmv9Ys1y0Wxx9emGXU7MerM6i3p2GKNKDRDlqjvWwHAEHFFumzXs7hFV"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "can filter on attributes with the format f={filter\\_name}={filter\\_value} with the name/value pair as url encoded string.",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "f",
                                                    "value": "foo1lEnHIhQB5fq2"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "can order on attributes",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "o",
                                                    "value": "ElsZ0Wa%AfgzOic3nqzlLHuJunQ0HKfl4yu"
                                                }
                                            ],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            }
                                        ],
                                        "method": "GET",
                                        "body": {},
                                        "auth": null
                                    },
                                    "response": [
                                        {
                                            "id": "45be9681-7713-4e23-9f86-3589638cbd8b",
                                            "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": "foo1lEnHIhQB5fq2"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "ElsZ0Wa%AfgzOic3nqzlLHuJunQ0HKfl4yu"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security 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": "94af7fab-5090-4abb-9e25-8bb8247febbb",
                                            "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": "foo1lEnHIhQB5fq2"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "ElsZ0Wa%AfgzOic3nqzlLHuJunQ0HKfl4yu"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "Bad Request",
                                            "code": 400,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "75b16d5a-a628-4d43-a746-d7242078a26b",
                                            "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": "foo1lEnHIhQB5fq2"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "ElsZ0Wa%AfgzOic3nqzlLHuJunQ0HKfl4yu"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "Unauthorized",
                                            "code": 401,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "81b2fb8a-b2b2-4256-b97b-4ce49f21b1ce",
                                            "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": "foo1lEnHIhQB5fq2"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "ElsZ0Wa%AfgzOic3nqzlLHuJunQ0HKfl4yu"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "Forbidden",
                                            "code": 403,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "3528831a-3654-4a10-8d0f-cb4a204128f3",
                                            "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": "foo1lEnHIhQB5fq2"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "ElsZ0Wa%AfgzOic3nqzlLHuJunQ0HKfl4yu"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "Internal Server Error",
                                            "code": 500,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        }
                                    ],
                                    "event": [],
                                    "protocolProfileBehavior": {
                                        "disableBodyPruning": true
                                    }
                                },
                                {
                                    "id": "0590d655-1ad1-4d34-8c28-98bc1ec5515c",
                                    "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": "5743e172-09aa-4086-9ed3-0c6c40677cf7",
                                            "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": "c97d92aa-b36b-4ae8-b2a5-bd750ec76f81",
                                            "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "d94cc326-8ba3-4111-a98e-22c3dd34f8a1",
                                            "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "9d9af420-3e08-4781-a419-934d1c89cb07",
                                            "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "610b86e6-9941-4167-8e50-195631d2278d",
                                            "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        }
                                    ],
                                    "event": [],
                                    "protocolProfileBehavior": {
                                        "disableBodyPruning": true
                                    }
                                },
                                {
                                    "name": "{id}",
                                    "description": "",
                                    "item": [
                                        {
                                            "id": "b21f6b04-79d8-4010-b7bc-faf269ea126a",
                                            "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": "Mm0TiQX9qVyifL5kguuVDviHl5fMXZDaw_cnwAbg.5OhoRj4XZwQymp8oocbu4lKNr91jdXHa3lQXFp3FyvHHo-fttR3QuX-897sd8eXx95P5YMOZ8sU1Ydz4uLq",
                                                            "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": "d83f7440-c660-4353-8245-eb2de180db2b",
                                                    "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": "6ff6b6cc-7092-48fe-9cde-da8b52a9f6f0",
                                                    "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "c8865ca7-eadb-4860-a925-b90e50414a41",
                                                    "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "972eca5f-ca73-4e5d-a213-791b214c0f46",
                                                    "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "b495fc78-044f-4c49-ac75-2d882f08ddf3",
                                                    "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "471ffa02-7ccd-45f7-94cc-ea4f6de035c6",
                                                    "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        },
                                        {
                                            "id": "090d1b6e-a937-4276-8259-811e742d3d55",
                                            "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": "Mm0TiQX9qVyifL5kguuVDviHl5fMXZDaw_cnwAbg.5OhoRj4XZwQymp8oocbu4lKNr91jdXHa3lQXFp3FyvHHo-fttR3QuX-897sd8eXx95P5YMOZ8sU1Ydz4uLq",
                                                            "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": "d264e16b-29db-474d-8385-14b9d4dd506f",
                                                    "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": "f9401c6a-6d0a-4c85-8d83-e72270f3e664",
                                                    "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "2a20ade6-a98b-4da5-a538-7c74759ca5a9",
                                                    "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "aa1454d9-c9cf-4afe-baf7-7d556d08b686",
                                                    "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "cadf5d4f-79ec-44d0-8f31-17abe2af27eb",
                                                    "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "2ff39e35-e8d0-4bd3-b91a-92706e5140d7",
                                                    "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        },
                                        {
                                            "id": "ef054e3f-96d7-400c-95a8-24f59afb7201",
                                            "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": "Mm0TiQX9qVyifL5kguuVDviHl5fMXZDaw_cnwAbg.5OhoRj4XZwQymp8oocbu4lKNr91jdXHa3lQXFp3FyvHHo-fttR3QuX-897sd8eXx95P5YMOZ8sU1Ydz4uLq",
                                                            "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": "c7fccf8f-4cc9-429b-b587-e66c9168d3e3",
                                                    "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": "72673673-db37-4a40-aa7a-e5ec3b5a9ddb",
                                                    "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "c228ae00-a5c5-4277-9441-08641fb2b55b",
                                                    "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "64aca929-5482-472a-a982-f0b3ed9cd73a",
                                                    "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "64720894-db96-4eea-82a2-9b3e5660562c",
                                                    "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "996d9a4b-7585-4e67-9b1b-220acd0f8693",
                                                    "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        }
                                    ]
                                }
                            ]
                        },
                        {
                            "name": "archivedCaseDocument",
                            "description": "",
                            "item": [
                                {
                                    "id": "020d08fc-bcd3-4c12-838c-18d823cba4c7",
                                    "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": "OaqXXp3UzSuT3bIPziPYSXtVNaVTvt6akKZQD78BZjO4tmJDYcB1AC88tJxAgWMpJATLI8RYjaylMnZhuKL6Kf1ALQ39KM5K600tIDjsV94K7bl4O2q3MJNaKOIvkN01xZEXW1SQoyKdJpxdw66R7vMoQJxTI7mWvUq9XNmmv9Ys1y0Wxx9emGXU7MerM6i3p2GKNKDRDlqjvWwHAEHFFumzXs7hFV"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "can filter on attributes with the format f={filter\\_name}={filter\\_value} with the name/value pair as url encoded string.",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "f",
                                                    "value": "foo1lEnHIhQB5fq2"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "can order on attributes",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "o",
                                                    "value": "ElsZ0Wa%AfgzOic3nqzlLHuJunQ0HKfl4yu"
                                                }
                                            ],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            }
                                        ],
                                        "method": "GET",
                                        "body": {},
                                        "auth": null
                                    },
                                    "response": [
                                        {
                                            "id": "396791e5-e504-4eeb-b46f-63a6267a73d8",
                                            "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": "foo1lEnHIhQB5fq2"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "ElsZ0Wa%AfgzOic3nqzlLHuJunQ0HKfl4yu"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security 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\": \"2196-12-02 14:41:10\"\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\": \"2626-10-09 12:48:43\"\n  }\n]",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "665b5980-7695-4e3c-9670-86108904f055",
                                            "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": "foo1lEnHIhQB5fq2"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "ElsZ0Wa%AfgzOic3nqzlLHuJunQ0HKfl4yu"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "Bad Request",
                                            "code": 400,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "0ed25809-553f-4d94-8a45-bde384296064",
                                            "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": "foo1lEnHIhQB5fq2"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "ElsZ0Wa%AfgzOic3nqzlLHuJunQ0HKfl4yu"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "Unauthorized",
                                            "code": 401,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "5813e94c-375f-4992-9919-88553821b795",
                                            "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": "foo1lEnHIhQB5fq2"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "ElsZ0Wa%AfgzOic3nqzlLHuJunQ0HKfl4yu"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "Forbidden",
                                            "code": 403,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "53bb09e3-2efe-4b1f-b79d-de34cc4babe2",
                                            "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": "foo1lEnHIhQB5fq2"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "ElsZ0Wa%AfgzOic3nqzlLHuJunQ0HKfl4yu"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "Internal Server Error",
                                            "code": 500,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        }
                                    ],
                                    "event": [],
                                    "protocolProfileBehavior": {
                                        "disableBodyPruning": true
                                    }
                                },
                                {
                                    "name": "{id}",
                                    "description": "",
                                    "item": [
                                        {
                                            "id": "c2b876da-4755-4e59-a795-bafcdbda56a3",
                                            "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": "Mm0TiQX9qVyifL5kguuVDviHl5fMXZDaw_cnwAbg.5OhoRj4XZwQymp8oocbu4lKNr91jdXHa3lQXFp3FyvHHo-fttR3QuX-897sd8eXx95P5YMOZ8sU1Ydz4uLq",
                                                            "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": "69d5cd16-04a4-4ba4-8183-e8486fea1897",
                                                    "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": "1ab0f95a-1611-4e9d-a5b1-4756139c709a",
                                                    "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "0c8d004b-eece-4440-bb26-a636c152e894",
                                                    "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "ce3776ec-c23c-4dd8-80bb-64edae49c149",
                                                    "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "cdbd2177-34ac-4fbc-9492-2014d4a4c2c6",
                                                    "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "dd9a3174-c291-4750-b9f0-318611754796",
                                                    "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        }
                                    ]
                                }
                            ]
                        },
                        {
                            "name": "actor",
                            "description": "",
                            "item": [
                                {
                                    "id": "53b75ded-6060-415c-8282-9f283ff242ca",
                                    "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": "OaqXXp3UzSuT3bIPziPYSXtVNaVTvt6akKZQD78BZjO4tmJDYcB1AC88tJxAgWMpJATLI8RYjaylMnZhuKL6Kf1ALQ39KM5K600tIDjsV94K7bl4O2q3MJNaKOIvkN01xZEXW1SQoyKdJpxdw66R7vMoQJxTI7mWvUq9XNmmv9Ys1y0Wxx9emGXU7MerM6i3p2GKNKDRDlqjvWwHAEHFFumzXs7hFV"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "can filter on attributes with the format f={filter\\_name}={filter\\_value} with the name/value pair as url encoded string.",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "f",
                                                    "value": "foo1lEnHIhQB5fq2"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "can order on attributes",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "o",
                                                    "value": "ElsZ0Wa%AfgzOic3nqzlLHuJunQ0HKfl4yu"
                                                }
                                            ],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            }
                                        ],
                                        "method": "GET",
                                        "body": {},
                                        "auth": null
                                    },
                                    "response": [
                                        {
                                            "id": "2d68b170-0bdc-4cbd-86c4-175e53011390",
                                            "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": "foo1lEnHIhQB5fq2"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "ElsZ0Wa%AfgzOic3nqzlLHuJunQ0HKfl4yu"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security 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": "37095c68-d977-45e4-b2f3-4d15beb4c921",
                                            "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": "foo1lEnHIhQB5fq2"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "ElsZ0Wa%AfgzOic3nqzlLHuJunQ0HKfl4yu"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "Bad Request",
                                            "code": 400,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "0b7e549c-c098-4006-8291-db1d43889185",
                                            "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": "foo1lEnHIhQB5fq2"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "ElsZ0Wa%AfgzOic3nqzlLHuJunQ0HKfl4yu"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "Unauthorized",
                                            "code": 401,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "e6ab9e83-5985-4d42-945e-ebd6573cf689",
                                            "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": "foo1lEnHIhQB5fq2"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "ElsZ0Wa%AfgzOic3nqzlLHuJunQ0HKfl4yu"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "Forbidden",
                                            "code": 403,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "7e8b9162-5037-416c-9e06-49b6dfd7a2a2",
                                            "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": "foo1lEnHIhQB5fq2"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "ElsZ0Wa%AfgzOic3nqzlLHuJunQ0HKfl4yu"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "Internal Server Error",
                                            "code": 500,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        }
                                    ],
                                    "event": [],
                                    "protocolProfileBehavior": {
                                        "disableBodyPruning": true
                                    }
                                },
                                {
                                    "name": "{id}",
                                    "description": "",
                                    "item": [
                                        {
                                            "id": "032b4d31-0cc9-44bd-b439-1e42410bf59e",
                                            "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": "Mm0TiQX9qVyifL5kguuVDviHl5fMXZDaw_cnwAbg.5OhoRj4XZwQymp8oocbu4lKNr91jdXHa3lQXFp3FyvHHo-fttR3QuX-897sd8eXx95P5YMOZ8sU1Ydz4uLq",
                                                            "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": "ffa7a9c9-72c0-4830-b8bb-6c6902441c48",
                                                    "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": "ad3321d4-9af9-4e81-a69b-37b18502da18",
                                                    "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "3b149ea2-5431-46cc-b756-ee8c8425b6a8",
                                                    "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "a20033fe-1099-439f-b62c-03d32a2c644a",
                                                    "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "dae6a368-1dbe-4eb3-9795-3e1e3315148c",
                                                    "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "cdc6f2f7-dfae-420a-acc4-ba16e1408466",
                                                    "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        },
                                        {
                                            "id": "b8c39ad8-1bb5-49aa-a879-3be919c8bb99",
                                            "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": "Mm0TiQX9qVyifL5kguuVDviHl5fMXZDaw_cnwAbg.5OhoRj4XZwQymp8oocbu4lKNr91jdXHa3lQXFp3FyvHHo-fttR3QuX-897sd8eXx95P5YMOZ8sU1Ydz4uLq",
                                                            "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": "469088b3-f553-429d-8cd2-4c54fa5e6a69",
                                                    "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": "1a0b8c74-3484-44d8-9d2b-a67f474bb253",
                                                    "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "ea60e8b7-0a7a-4ea5-bbc1-f166eeab6630",
                                                    "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "3ac77ed3-ed23-4745-9e96-04fa59a4e1bc",
                                                    "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "8d42b51a-15dc-4176-b67d-20855994e0e9",
                                                    "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "ac10b982-58a4-4c4c-bf0c-39c8f2ae81b4",
                                                    "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        }
                                    ]
                                }
                            ]
                        },
                        {
                            "name": "actorMember",
                            "description": "",
                            "item": [
                                {
                                    "id": "4f21eb61-17f3-4a22-9ae8-abf7c256ed18",
                                    "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": "OaqXXp3UzSuT3bIPziPYSXtVNaVTvt6akKZQD78BZjO4tmJDYcB1AC88tJxAgWMpJATLI8RYjaylMnZhuKL6Kf1ALQ39KM5K600tIDjsV94K7bl4O2q3MJNaKOIvkN01xZEXW1SQoyKdJpxdw66R7vMoQJxTI7mWvUq9XNmmv9Ys1y0Wxx9emGXU7MerM6i3p2GKNKDRDlqjvWwHAEHFFumzXs7hFV"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "can filter on attributes with the format f={filter\\_name}={filter\\_value} with the name/value pair as url encoded string.",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "f",
                                                    "value": "foo1lEnHIhQB5fq2"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "can order on attributes",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "o",
                                                    "value": "ElsZ0Wa%AfgzOic3nqzlLHuJunQ0HKfl4yu"
                                                }
                                            ],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            }
                                        ],
                                        "method": "GET",
                                        "body": {},
                                        "auth": null
                                    },
                                    "response": [
                                        {
                                            "id": "2d129869-92c9-46c1-bd7a-68cf2e1c4911",
                                            "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": "foo1lEnHIhQB5fq2"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "ElsZ0Wa%AfgzOic3nqzlLHuJunQ0HKfl4yu"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security 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\": \"Zqd5kl6jYtIootbUiUd7hDo0OinIa9hZdBa7NcANQV4g_dz_1t2dBZ4Tg9wbeKtp0rgDYwYjHQET_RDQNPmyZ_JksM_a.uQGL9PLOZTQ3VCsPjuwBR1.aEpHaoFZNzZEsDw.OnxP10aCjVc92.44ugp5Ok.cxX4fHfNgFwV\",\n    \"actor_id\": \"SLvwDw63iCgJZlRaN6IvsATNxC3SI7vSFwVV94aEBRL7MpRAAmeFkwPiW_2YPm2U.GKju_9NiWYX02a_IjPy1gYsTsl2Wq0jP5lfdFJjIebw.Xj.0.b\",\n    \"role_id\": \"aUEZaf.HgrUUgi7J7zC5ObxY9Um6Rm6qEEEn2TeSrquzC2kUKOJ88qoMAZgQnSwGnsYUfn2oI7Qe8c-8FQwBzw_Q3ee2odEv7QlHKMzXk9daGl8.OjDDZxOonnUYAns7KeS18P0OztPgrehYkOPHp4xYOL2ks82COJUTcLLCSAnMAq-SG3_02kTDOUKjwxXQoi8t1vMvNbd80qLlmpUY5MqEPm\",\n    \"group_id\": \"Zx0Z75IjVJar2g2g2HC4p_R5e3gwYezR6svrU0WyYSWtPlPKcUg_QJyK4VlnkzQp1hj-IKzmtv-ZFruZTfMK5jy6qzxTusM4ACWGaeAuSlNekfjaV_XpJkZTo7ccOhlXyag8nk2k-L8XEyIWo.aeQ3ND5YZi8WLtF_FPn.I-az1bjY54MUhQ4IrEzBAT6sQ3mr8gXGgOk1Zx.t4jbZoJOWJrNCj3G8iqpE.sNC79b-y1\",\n    \"user_id\": \"oAosn-nj-89mMd1Gu5grQK.eme2gjKwugHPbccZ.phafdkA7XA3y9mm2lk4DIJZkJac0Q7\"\n  },\n  {\n    \"id\": \"czXC_tEg.m-ApC-S71J6q06U2_QuG-ZWSxXg4T8.EHUE1TQWquOnO6ar_mbNtRXpuP_LBr5FSl4.FV5F56bnqXVULJgU-UU-yzFUeJqX-MW4n2ORbFVW3KUnPTX7CHEutCueW36iHUzQ7rnaGvHGsgTfJnAzXlrefaQtDyNRHy2jzGqvrIr8QEJ78NgInMyKACtwStG.4Yoe.dOXryHfBLVLgl_MWQDwdfbN8HudxsjmQ6cYibQEh\",\n    \"actor_id\": \"wstLwoLc0DnbA8nh.Ip_L8FEChpEmC4jiF52jJDZ5izmgnwxtZ8LBBT4ftmCW0zC.TOTMRcP9RmR7MXnXneDWZDDBmHcYaJkqvpJVv6YTIp.U62dwqyWjBGJol5xIGw1p8jCkmyu2VEPWU-sjTMNS1oBkvnD3ybZPhlFv5_t3f0bPC5gTy\",\n    \"role_id\": \"6yKNZ8rOms1ygsNa6mmvQGeZh4t6mh481CVZgiwG3VZvMYCngJpQnliWXuR_w6W1.-E92jRzBNlWtc\",\n    \"group_id\": \"2PTRyvWbf2igAqdwkLKY5JwCZ3_u3GwKz-RP5s93LYWrOMT-muEIkaLQFZKMpZ5vhECcZxlDZtjiZ581ZS-.ZnzswdwiK3xpbR1H8NJn.NWZ.9kKvZUUsp6H.u0PnMmsuwRJDumpiiGE57SA3TOqDpoyOkNDP_Rp.Jxmmtsj_WzMXkzhK8nSNw1JhpmW4nVRb.ak9mBGn3K-do.QO7Hxcy-UEQ0LaUlj\",\n    \"user_id\": \"xXyBGU.JvQyBFyEvHRbpjiYAbyxRMKJci1xPXVblWhdQ2ZUyxPQC6Up6._1HzLCBI.2qmxPKXx3cp6c24J8xeKyotbSa1gF2nV.5CIk.brxfjYXL.BLkHkW05A6IAgHBMrvfZ7xFGTQbUBtfZxdxWBO\"\n  }\n]",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "638da68d-5f74-4fcc-a7c7-a0598f0bacf1",
                                            "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": "foo1lEnHIhQB5fq2"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "ElsZ0Wa%AfgzOic3nqzlLHuJunQ0HKfl4yu"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "Bad Request",
                                            "code": 400,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "84578b4c-5a6d-4c29-9233-a8d05e3a7b33",
                                            "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": "foo1lEnHIhQB5fq2"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "ElsZ0Wa%AfgzOic3nqzlLHuJunQ0HKfl4yu"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "Unauthorized",
                                            "code": 401,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "37b0d7a7-3b35-4fc2-ba2c-007366d352b3",
                                            "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": "foo1lEnHIhQB5fq2"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "ElsZ0Wa%AfgzOic3nqzlLHuJunQ0HKfl4yu"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "Forbidden",
                                            "code": 403,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "4395efa9-2aa0-443a-91b3-71702a361d04",
                                            "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": "foo1lEnHIhQB5fq2"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "ElsZ0Wa%AfgzOic3nqzlLHuJunQ0HKfl4yu"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "Internal Server Error",
                                            "code": 500,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        }
                                    ],
                                    "event": [],
                                    "protocolProfileBehavior": {
                                        "disableBodyPruning": true
                                    }
                                },
                                {
                                    "name": "{id}",
                                    "description": "",
                                    "item": [
                                        {
                                            "id": "2d96b71c-061e-4c47-be20-bdb4f151d40f",
                                            "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": "Mm0TiQX9qVyifL5kguuVDviHl5fMXZDaw_cnwAbg.5OhoRj4XZwQymp8oocbu4lKNr91jdXHa3lQXFp3FyvHHo-fttR3QuX-897sd8eXx95P5YMOZ8sU1Ydz4uLq",
                                                            "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": "01eb739f-41cc-4fc3-88a7-72461b4c7884",
                                                    "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\": \"Q2SAEJQ1QNU-OdYMOmBUuygePDp0MkSunh5zuZths5aNChefdN_L7ARNvW3c70uTHiCbURzBlEjSyn9bzd24DneWD3PB4eIGvRa4FH2NS\",\n  \"actor_id\": \"mmg0u7RIMKzOu4b8pe0a3BtPkM2a4KhfEoLp99Mn\",\n  \"role_id\": \"r17h5eISlbBcx0SU2q4zTpKCDGjkT3PCAxDTpdTaNXvnq2Y5281C-SMhpUj2pLp3v.TwwOUrwf1WmJuj0zYOEDxQ1dTELGCq1pavGjeVv7ciaMJ--T6HiMdVDRapL3bji9XcwqwRGFKioHmpp8fYo.F944d5CJ8KWAuDYNImM1aiqYx2ZccS.zMV71egpj4magxMqpTsiQFi9\",\n  \"group_id\": \"wfqQ2eJ99JAn5pgZ4mOruzRxNXHq-zzL_B3718DJIQDDRH37mEd51PqIO8nyTDyUCY8mZ8jcIWX5DiKvRJcZgfE7oxQs_m7h_fb-yNGObq2-dk7-Ig05USnYWJxNz3B7j88pE16v2lXcoyVnK7YVXQOVLuXUDQeasTK_Ixs\",\n  \"user_id\": \"s2s68HevHp3EvDsOXWAa.OBjDBfAfYK2J_mbfFbyRLs5yipnFp9D1pUKioTL0RbyYvBfYTFBmH\"\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "2f832443-3c9d-421d-94e4-be5eb5cb1155",
                                                    "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "439a540c-1e43-461f-8038-9c4c215c7250",
                                                    "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "312e77c6-3f79-4124-93f3-91e4b81dd8c6",
                                                    "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "dbeec412-e102-4fe1-b534-7dd807509191",
                                                    "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "d86ae5bf-8b5a-4802-ba20-9a0330eb5dc0",
                                                    "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        },
                                        {
                                            "id": "73e23b05-f794-4105-8e72-83c2542a6252",
                                            "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": "Mm0TiQX9qVyifL5kguuVDviHl5fMXZDaw_cnwAbg.5OhoRj4XZwQymp8oocbu4lKNr91jdXHa3lQXFp3FyvHHo-fttR3QuX-897sd8eXx95P5YMOZ8sU1Ydz4uLq",
                                                            "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": "d9d32353-52c4-4714-9851-1361836ced95",
                                                    "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": "b09ee924-e43c-4774-873c-d07b5d8ab4fd",
                                                    "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "1ec0e122-6d4b-4ff7-b744-e3894e28ff67",
                                                    "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "0bc8fbf6-da80-40aa-989d-1d8c0113cd33",
                                                    "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "14062aad-8af9-4890-a44b-d872589c4109",
                                                    "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "a4726b19-3754-4ce6-ba88-41ef8c2ce9fd",
                                                    "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        }
                                    ]
                                }
                            ]
                        },
                        {
                            "name": "case",
                            "description": "",
                            "item": [
                                {
                                    "id": "2b9b7bd2-e88b-421e-9f9e-5131f37b750f",
                                    "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": "OaqXXp3UzSuT3bIPziPYSXtVNaVTvt6akKZQD78BZjO4tmJDYcB1AC88tJxAgWMpJATLI8RYjaylMnZhuKL6Kf1ALQ39KM5K600tIDjsV94K7bl4O2q3MJNaKOIvkN01xZEXW1SQoyKdJpxdw66R7vMoQJxTI7mWvUq9XNmmv9Ys1y0Wxx9emGXU7MerM6i3p2GKNKDRDlqjvWwHAEHFFumzXs7hFV"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "can filter on attributes with the format f={filter\\_name}={filter\\_value} with the name/value pair as url encoded string.",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "f",
                                                    "value": "foo1lEnHIhQB5fq2"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "can order on attributes",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "o",
                                                    "value": "ElsZ0Wa%AfgzOic3nqzlLHuJunQ0HKfl4yu"
                                                }
                                            ],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            }
                                        ],
                                        "method": "GET",
                                        "body": {},
                                        "auth": null
                                    },
                                    "response": [
                                        {
                                            "id": "d83b147d-984a-4349-81dc-8439031c6970",
                                            "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": "foo1lEnHIhQB5fq2"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "ElsZ0Wa%AfgzOic3nqzlLHuJunQ0HKfl4yu"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security 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\": \"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  },\n  {\n    \"id\": \"<string>\",\n    \"end_date\": \"<string>\",\n    \"failedFlowNodes\": \"<string>\",\n    \"startedBySubstitute\": \"<string>\",\n    \"start\": \"<string>\",\n    \"activeFlowNodes\": \"<string>\",\n    \"state\": \"initializing\",\n    \"rootCaseId\": \"<string>\",\n    \"started_by\": \"<string>\",\n    \"processDefinitionId\": \"<string>\",\n    \"last_update_date\": \"<string>\",\n    \"searchIndex1Label\": \"<string>\",\n    \"searchIndex2Label\": \"<string>\",\n    \"searchIndex3Label\": \"<string>\",\n    \"searchIndex4Label\": \"<string>\",\n    \"searchIndex5Label\": \"<string>\",\n    \"searchIndex1Value\": \"<string>\",\n    \"searchIndex2Value\": \"<string>\",\n    \"searchIndex3Value\": \"<string>\",\n    \"searchIndex4Value\": \"<string>\",\n    \"searchIndex5Value\": \"<string>\"\n  }\n]",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "276fa6c7-adca-405d-8d1f-c5cf9ffa0fab",
                                            "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": "foo1lEnHIhQB5fq2"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "ElsZ0Wa%AfgzOic3nqzlLHuJunQ0HKfl4yu"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "Bad Request",
                                            "code": 400,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "71216df0-adda-44cd-a30f-f5f617810db0",
                                            "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": "foo1lEnHIhQB5fq2"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "ElsZ0Wa%AfgzOic3nqzlLHuJunQ0HKfl4yu"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "Unauthorized",
                                            "code": 401,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "6b7dfdde-389e-44a5-8e19-1636764b38d1",
                                            "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": "foo1lEnHIhQB5fq2"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "ElsZ0Wa%AfgzOic3nqzlLHuJunQ0HKfl4yu"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "Forbidden",
                                            "code": 403,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "72c0a37c-1563-4ade-b811-b407dd6b3d48",
                                            "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": "foo1lEnHIhQB5fq2"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "ElsZ0Wa%AfgzOic3nqzlLHuJunQ0HKfl4yu"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "Internal Server Error",
                                            "code": 500,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        }
                                    ],
                                    "event": [],
                                    "protocolProfileBehavior": {
                                        "disableBodyPruning": true
                                    }
                                },
                                {
                                    "id": "0fba80b6-6994-4254-82df-72b4b3748e54",
                                    "name": "Create the ProcessInstance",
                                    "request": {
                                        "name": "Create the ProcessInstance",
                                        "description": {
                                            "content": "![edition](https://img.shields.io/badge/edition-entreprise-blue) ![edition](https://img.shields.io/badge/edition-community-brightgreen)\n\nCreate the ProcessInstance\nThis way of creating a process instance using this method will only work for processes in which no contract is defined. To instantiate a process with a contract, check the process instantiation resource documentation.\n",
                                            "type": "text/plain"
                                        },
                                        "url": {
                                            "path": [
                                                "API",
                                                "bpm",
                                                "case"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"processDefinitionId\": \"<string>\",\n  \"variables\": [\n    {\n      \"name\": \"<string>\"\n    },\n    {\n      \"name\": \"<string>\"\n    }\n  ]\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        },
                                        "auth": null
                                    },
                                    "response": [
                                        {
                                            "id": "07f9b683-2e2f-46bd-ad34-005fa63b0ec7",
                                            "name": "Success ",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "API",
                                                        "bpm",
                                                        "case"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Content-Type",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "POST",
                                                "body": {
                                                    "mode": "raw",
                                                    "raw": "{\n  \"processDefinitionId\": \"<string>\",\n  \"variables\": [\n    {\n      \"name\": \"<string>\"\n    },\n    {\n      \"name\": \"<string>\"\n    }\n  ]\n}",
                                                    "options": {
                                                        "raw": {
                                                            "headerFamily": "json",
                                                            "language": "json"
                                                        }
                                                    }
                                                }
                                            },
                                            "status": "OK",
                                            "code": 200,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"id\": \"<string>\",\n  \"end_date\": \"<string>\",\n  \"failedFlowNodes\": \"<string>\",\n  \"startedBySubstitute\": \"<string>\",\n  \"start\": \"<string>\",\n  \"activeFlowNodes\": \"<string>\",\n  \"state\": \"completing\",\n  \"rootCaseId\": \"<string>\",\n  \"started_by\": \"<string>\",\n  \"processDefinitionId\": \"<string>\",\n  \"last_update_date\": \"<string>\",\n  \"searchIndex1Label\": \"<string>\",\n  \"searchIndex2Label\": \"<string>\",\n  \"searchIndex3Label\": \"<string>\",\n  \"searchIndex4Label\": \"<string>\",\n  \"searchIndex5Label\": \"<string>\",\n  \"searchIndex1Value\": \"<string>\",\n  \"searchIndex2Value\": \"<string>\",\n  \"searchIndex3Value\": \"<string>\",\n  \"searchIndex4Value\": \"<string>\",\n  \"searchIndex5Value\": \"<string>\"\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "164110c5-76e4-490a-812e-faf04ef0ba87",
                                            "name": "Bad request.",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "API",
                                                        "bpm",
                                                        "case"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Content-Type",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "POST",
                                                "body": {
                                                    "mode": "raw",
                                                    "raw": "{\n  \"processDefinitionId\": \"<string>\",\n  \"variables\": [\n    {\n      \"name\": \"<string>\"\n    },\n    {\n      \"name\": \"<string>\"\n    }\n  ]\n}",
                                                    "options": {
                                                        "raw": {
                                                            "headerFamily": "json",
                                                            "language": "json"
                                                        }
                                                    }
                                                }
                                            },
                                            "status": "Bad Request",
                                            "code": 400,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "8f0ceeb8-7198-4604-b4d4-83f47d8c9a23",
                                            "name": "Authorization information is missing or invalid.",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "API",
                                                        "bpm",
                                                        "case"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Content-Type",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "POST",
                                                "body": {
                                                    "mode": "raw",
                                                    "raw": "{\n  \"processDefinitionId\": \"<string>\",\n  \"variables\": [\n    {\n      \"name\": \"<string>\"\n    },\n    {\n      \"name\": \"<string>\"\n    }\n  ]\n}",
                                                    "options": {
                                                        "raw": {
                                                            "headerFamily": "json",
                                                            "language": "json"
                                                        }
                                                    }
                                                }
                                            },
                                            "status": "Unauthorized",
                                            "code": 401,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "67b747c1-12d8-4075-9d68-0f72e48689d3",
                                            "name": "Forbidden, The request contained valid data and was understood by the server, but the server is refusing action.",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "API",
                                                        "bpm",
                                                        "case"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Content-Type",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "POST",
                                                "body": {
                                                    "mode": "raw",
                                                    "raw": "{\n  \"processDefinitionId\": \"<string>\",\n  \"variables\": [\n    {\n      \"name\": \"<string>\"\n    },\n    {\n      \"name\": \"<string>\"\n    }\n  ]\n}",
                                                    "options": {
                                                        "raw": {
                                                            "headerFamily": "json",
                                                            "language": "json"
                                                        }
                                                    }
                                                }
                                            },
                                            "status": "Forbidden",
                                            "code": 403,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "38f1df8d-3b81-46d7-999c-41f1f586132f",
                                            "name": "Case creation limit reached (Community 2024.3+ only)",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "API",
                                                        "bpm",
                                                        "case"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Content-Type",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "POST",
                                                "body": {
                                                    "mode": "raw",
                                                    "raw": "{\n  \"processDefinitionId\": \"<string>\",\n  \"variables\": [\n    {\n      \"name\": \"<string>\"\n    },\n    {\n      \"name\": \"<string>\"\n    }\n  ]\n}",
                                                    "options": {
                                                        "raw": {
                                                            "headerFamily": "json",
                                                            "language": "json"
                                                        }
                                                    }
                                                }
                                            },
                                            "status": "Too Many Requests",
                                            "code": 429,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "Date when case counter will be refilled",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "Retry-After",
                                                    "value": "<dateTime>"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\"\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "4d3277d4-7a5e-4af0-9c9e-54fc862558a3",
                                            "name": "Unexpected error.",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "API",
                                                        "bpm",
                                                        "case"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Content-Type",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "POST",
                                                "body": {
                                                    "mode": "raw",
                                                    "raw": "{\n  \"processDefinitionId\": \"<string>\",\n  \"variables\": [\n    {\n      \"name\": \"<string>\"\n    },\n    {\n      \"name\": \"<string>\"\n    }\n  ]\n}",
                                                    "options": {
                                                        "raw": {
                                                            "headerFamily": "json",
                                                            "language": "json"
                                                        }
                                                    }
                                                }
                                            },
                                            "status": "Internal Server Error",
                                            "code": 500,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        }
                                    ],
                                    "event": [],
                                    "protocolProfileBehavior": {
                                        "disableBodyPruning": true
                                    }
                                },
                                {
                                    "id": "ef74f777-cdab-411a-a28f-790925268178",
                                    "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": "4c2ad898-a952-4e14-84c2-831a2728c578",
                                            "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": "b0631c69-6a72-4b2a-8d5f-104a24ef1949",
                                            "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "22a7ea41-363a-4946-9750-b6969fc15d72",
                                            "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "3a574ab3-8107-4dec-b93c-61738b2d081f",
                                            "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "a7dfe9c5-f8d0-4ac2-9dab-6442c0898ba0",
                                            "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "fef6e9e5-2545-4ce4-a58f-ae59012fee0b",
                                            "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        }
                                    ],
                                    "event": [],
                                    "protocolProfileBehavior": {
                                        "disableBodyPruning": true
                                    }
                                },
                                {
                                    "name": "{id}",
                                    "description": "",
                                    "item": [
                                        {
                                            "id": "54cd16ed-b926-461f-8d45-16eafbbf49b8",
                                            "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": "failedFlowNodes"
                                                        }
                                                    ],
                                                    "variable": [
                                                        {
                                                            "type": "any",
                                                            "value": "Mm0TiQX9qVyifL5kguuVDviHl5fMXZDaw_cnwAbg.5OhoRj4XZwQymp8oocbu4lKNr91jdXHa3lQXFp3FyvHHo-fttR3QuX-897sd8eXx95P5YMOZ8sU1Ydz4uLq",
                                                            "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": "7ca0cf73-1f19-4dd6-b02c-a28d84700390",
                                                    "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": "failedFlowNodes"
                                                                }
                                                            ],
                                                            "variable": []
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security 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\": \"completing\",\n  \"rootCaseId\": \"<string>\",\n  \"started_by\": \"<string>\",\n  \"processDefinitionId\": \"<string>\",\n  \"last_update_date\": \"<string>\",\n  \"searchIndex1Label\": \"<string>\",\n  \"searchIndex2Label\": \"<string>\",\n  \"searchIndex3Label\": \"<string>\",\n  \"searchIndex4Label\": \"<string>\",\n  \"searchIndex5Label\": \"<string>\",\n  \"searchIndex1Value\": \"<string>\",\n  \"searchIndex2Value\": \"<string>\",\n  \"searchIndex3Value\": \"<string>\",\n  \"searchIndex4Value\": \"<string>\",\n  \"searchIndex5Value\": \"<string>\"\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "4f416d56-bee2-41c8-b78a-03a1fecd6731",
                                                    "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": "failedFlowNodes"
                                                                }
                                                            ],
                                                            "variable": []
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "JSESSIONID",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "Bad Request",
                                                    "code": 400,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "ae19029c-68eb-4de4-9ccf-d040d24b8858",
                                                    "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": "failedFlowNodes"
                                                                }
                                                            ],
                                                            "variable": []
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "JSESSIONID",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "Unauthorized",
                                                    "code": 401,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "2c4b4c30-581f-4c4a-be1a-0245fe6533ec",
                                                    "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": "failedFlowNodes"
                                                                }
                                                            ],
                                                            "variable": []
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "JSESSIONID",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "Forbidden",
                                                    "code": 403,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "6c7ee7ff-647e-4aa4-b7b3-6f3375bb7021",
                                                    "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": "failedFlowNodes"
                                                                }
                                                            ],
                                                            "variable": []
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "839c5ef2-6b03-48df-941f-43118b3dc83e",
                                                    "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": "failedFlowNodes"
                                                                }
                                                            ],
                                                            "variable": []
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "JSESSIONID",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "Internal Server Error",
                                                    "code": 500,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        },
                                        {
                                            "id": "237dce30-5c91-48bc-b342-79541161af42",
                                            "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": "Mm0TiQX9qVyifL5kguuVDviHl5fMXZDaw_cnwAbg.5OhoRj4XZwQymp8oocbu4lKNr91jdXHa3lQXFp3FyvHHo-fttR3QuX-897sd8eXx95P5YMOZ8sU1Ydz4uLq",
                                                            "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": "4a83bfa1-76a1-47f8-b0b8-e335e83cc8c7",
                                                    "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": "f9ae3b04-2e66-4f78-a312-aa316005c99b",
                                                    "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "c8af8b74-800c-4b92-8e83-ede6c1ec5fee",
                                                    "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "e0b33991-7b61-4e4f-851a-213319cb2ea8",
                                                    "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "219e29f5-5173-4cf8-b211-0ee1f6c7c1b7",
                                                    "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "08d2be68-609e-497f-998f-4fe5c68d7e0d",
                                                    "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        },
                                        {
                                            "name": "context",
                                            "description": "",
                                            "item": [
                                                {
                                                    "id": "8f8a1415-ee52-40d8-a8ed-ccd716312a34",
                                                    "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": "Mm0TiQX9qVyifL5kguuVDviHl5fMXZDaw_cnwAbg.5OhoRj4XZwQymp8oocbu4lKNr91jdXHa3lQXFp3FyvHHo-fttR3QuX-897sd8eXx95P5YMOZ8sU1Ydz4uLq",
                                                                    "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": "92f909c5-e89c-4701-bb33-f29e3ebe9743",
                                                            "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  \"laborumba4\": false\n}",
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "json"
                                                        },
                                                        {
                                                            "id": "3ba83d48-4204-4396-bb4b-85b31da2d2e9",
                                                            "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "json"
                                                        },
                                                        {
                                                            "id": "8cc7c48e-188a-43e5-bc1b-75ff4f519b8c",
                                                            "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "json"
                                                        },
                                                        {
                                                            "id": "3fff6c9e-dca1-4ee3-97bb-3194f878b085",
                                                            "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "json"
                                                        },
                                                        {
                                                            "id": "11d09eda-6bfb-482a-b3ef-cb4fa084458a",
                                                            "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "json"
                                                        },
                                                        {
                                                            "id": "5b9e4b8c-697b-41ed-91f4-7d0f771afb7d",
                                                            "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "json"
                                                        }
                                                    ],
                                                    "event": [],
                                                    "protocolProfileBehavior": {
                                                        "disableBodyPruning": true
                                                    }
                                                }
                                            ]
                                        }
                                    ]
                                }
                            ]
                        },
                        {
                            "name": "archivedCase",
                            "description": "",
                            "item": [
                                {
                                    "id": "adcbe55f-8fa2-426e-88ea-452d66cbe947",
                                    "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": "OaqXXp3UzSuT3bIPziPYSXtVNaVTvt6akKZQD78BZjO4tmJDYcB1AC88tJxAgWMpJATLI8RYjaylMnZhuKL6Kf1ALQ39KM5K600tIDjsV94K7bl4O2q3MJNaKOIvkN01xZEXW1SQoyKdJpxdw66R7vMoQJxTI7mWvUq9XNmmv9Ys1y0Wxx9emGXU7MerM6i3p2GKNKDRDlqjvWwHAEHFFumzXs7hFV"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "can filter on attributes with the format f={filter\\_name}={filter\\_value} with the name/value pair as url encoded string.",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "f",
                                                    "value": "foo1lEnHIhQB5fq2"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "can order on attributes",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "o",
                                                    "value": "ElsZ0Wa%AfgzOic3nqzlLHuJunQ0HKfl4yu"
                                                }
                                            ],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            }
                                        ],
                                        "method": "GET",
                                        "body": {},
                                        "auth": null
                                    },
                                    "response": [
                                        {
                                            "id": "f10f561e-e67c-4dd9-b0c5-f36bc816d09d",
                                            "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": "foo1lEnHIhQB5fq2"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "ElsZ0Wa%AfgzOic3nqzlLHuJunQ0HKfl4yu"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security 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    \"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\": \"aborted\",\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": "8d9bb1e1-87d1-4c2f-aa28-e3da5081df9b",
                                            "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": "foo1lEnHIhQB5fq2"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "ElsZ0Wa%AfgzOic3nqzlLHuJunQ0HKfl4yu"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "Bad Request",
                                            "code": 400,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "8ee5b60c-69c0-47eb-aac8-5017dc93e585",
                                            "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": "foo1lEnHIhQB5fq2"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "ElsZ0Wa%AfgzOic3nqzlLHuJunQ0HKfl4yu"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "Unauthorized",
                                            "code": 401,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "d5d32fdb-24e0-44a2-88cc-da356c5dc297",
                                            "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": "foo1lEnHIhQB5fq2"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "ElsZ0Wa%AfgzOic3nqzlLHuJunQ0HKfl4yu"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "Forbidden",
                                            "code": 403,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "cd96979a-1880-45a8-aab5-22bd26919b01",
                                            "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": "foo1lEnHIhQB5fq2"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "ElsZ0Wa%AfgzOic3nqzlLHuJunQ0HKfl4yu"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "Internal Server Error",
                                            "code": 500,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        }
                                    ],
                                    "event": [],
                                    "protocolProfileBehavior": {
                                        "disableBodyPruning": true
                                    }
                                },
                                {
                                    "name": "{id}",
                                    "description": "",
                                    "item": [
                                        {
                                            "id": "5b02cefc-0827-4a96-a39f-608a78aebd32",
                                            "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": "Mm0TiQX9qVyifL5kguuVDviHl5fMXZDaw_cnwAbg.5OhoRj4XZwQymp8oocbu4lKNr91jdXHa3lQXFp3FyvHHo-fttR3QuX-897sd8eXx95P5YMOZ8sU1Ydz4uLq",
                                                            "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": "cf875bda-48d6-4aab-bd6a-9d76223f6e06",
                                                    "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\": \"aborted\",\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": "7d4c6bf9-b8f9-4f97-847a-51f23ba05de5",
                                                    "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "d8cae3d9-0a4b-403f-90b4-c404a6120985",
                                                    "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "cb3da390-aec0-4251-a896-fa06e6fbf73e",
                                                    "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "53f897a0-02e3-425b-b08f-4a0d729d3671",
                                                    "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "b345297d-4970-4b09-8d22-b9c07890fe93",
                                                    "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        },
                                        {
                                            "id": "57cc032a-bb72-4c64-96f4-724b4697dadd",
                                            "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": "Mm0TiQX9qVyifL5kguuVDviHl5fMXZDaw_cnwAbg.5OhoRj4XZwQymp8oocbu4lKNr91jdXHa3lQXFp3FyvHHo-fttR3QuX-897sd8eXx95P5YMOZ8sU1Ydz4uLq",
                                                            "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": "96bece42-fd67-4eda-8e59-db6214328a7f",
                                                    "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": "49aac263-2a98-4a7f-9e84-6ecf967a0d37",
                                                    "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "dc07d719-ccef-4c0a-b35b-f31a59068e33",
                                                    "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "4e096a2e-7fb3-41a9-b2a5-e4c6b889f7d4",
                                                    "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "d3a52b4e-2193-4a1a-82d1-28bce412bd35",
                                                    "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "6e40ccdc-f68f-4a43-93a7-7b6883807eba",
                                                    "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        },
                                        {
                                            "name": "context",
                                            "description": "",
                                            "item": [
                                                {
                                                    "id": "91c4bd92-3b53-4ddc-80c5-d693f58153e0",
                                                    "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": "Mm0TiQX9qVyifL5kguuVDviHl5fMXZDaw_cnwAbg.5OhoRj4XZwQymp8oocbu4lKNr91jdXHa3lQXFp3FyvHHo-fttR3QuX-897sd8eXx95P5YMOZ8sU1Ydz4uLq",
                                                                    "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": "edf9239a-73bb-4a71-8514-b2d29b7c8552",
                                                            "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  \"laborumba4\": false\n}",
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "json"
                                                        },
                                                        {
                                                            "id": "6491605e-a63e-4b78-ab41-b9a80f800188",
                                                            "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "json"
                                                        },
                                                        {
                                                            "id": "1858733b-23ef-4e5f-b319-d875c48433da",
                                                            "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "json"
                                                        },
                                                        {
                                                            "id": "d907e24d-ad79-4771-9579-d04e9c12187a",
                                                            "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "json"
                                                        },
                                                        {
                                                            "id": "80ff9bbe-91a2-4130-a922-304f1623f815",
                                                            "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "json"
                                                        },
                                                        {
                                                            "id": "02928926-5363-4d73-b676-e5813ddcce44",
                                                            "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "json"
                                                        }
                                                    ],
                                                    "event": [],
                                                    "protocolProfileBehavior": {
                                                        "disableBodyPruning": true
                                                    }
                                                }
                                            ]
                                        }
                                    ]
                                }
                            ]
                        },
                        {
                            "name": "caseInfo",
                            "description": "",
                            "item": [
                                {
                                    "name": "{id}",
                                    "description": "",
                                    "item": [
                                        {
                                            "id": "f3866706-8683-49d4-b2ef-faf76370414d",
                                            "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": "Mm0TiQX9qVyifL5kguuVDviHl5fMXZDaw_cnwAbg.5OhoRj4XZwQymp8oocbu4lKNr91jdXHa3lQXFp3FyvHHo-fttR3QuX-897sd8eXx95P5YMOZ8sU1Ydz4uLq",
                                                            "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": "ff78dfec-45fb-41f4-86cb-2314821732b5",
                                                    "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    \"aliquab\": {\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": "23a02c5b-eb2a-4cfc-8f9a-62842af9f3f8",
                                                    "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "8bd34477-ebe0-478e-b751-a319d25bc875",
                                                    "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "e0a21da4-1d1e-436d-9eaf-b11aeaf0e912",
                                                    "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "13252e87-14c5-4ab4-8b97-ca07dea3c5f5",
                                                    "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "c43a8992-a629-4570-8421-61e01a9700ae",
                                                    "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        }
                                    ]
                                }
                            ]
                        },
                        {
                            "name": "comment",
                            "description": "",
                            "item": [
                                {
                                    "id": "a7254038-1ab0-4955-8db8-ca8a55ce916e",
                                    "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": "OaqXXp3UzSuT3bIPziPYSXtVNaVTvt6akKZQD78BZjO4tmJDYcB1AC88tJxAgWMpJATLI8RYjaylMnZhuKL6Kf1ALQ39KM5K600tIDjsV94K7bl4O2q3MJNaKOIvkN01xZEXW1SQoyKdJpxdw66R7vMoQJxTI7mWvUq9XNmmv9Ys1y0Wxx9emGXU7MerM6i3p2GKNKDRDlqjvWwHAEHFFumzXs7hFV"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "can filter on attributes with the format f={filter\\_name}={filter\\_value} with the name/value pair as url encoded string.",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "f",
                                                    "value": "foo1lEnHIhQB5fq2"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "can order on attributes",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "o",
                                                    "value": "ElsZ0Wa%AfgzOic3nqzlLHuJunQ0HKfl4yu"
                                                }
                                            ],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            }
                                        ],
                                        "method": "GET",
                                        "body": {},
                                        "auth": null
                                    },
                                    "response": [
                                        {
                                            "id": "34cc1249-90bd-43ef-bf7c-24e302783f11",
                                            "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": "foo1lEnHIhQB5fq2"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "ElsZ0Wa%AfgzOic3nqzlLHuJunQ0HKfl4yu"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security 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": "1f645417-167a-4716-a7c0-7adb7d7ade83",
                                            "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": "foo1lEnHIhQB5fq2"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "ElsZ0Wa%AfgzOic3nqzlLHuJunQ0HKfl4yu"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "Bad Request",
                                            "code": 400,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "0e3395da-cd7d-4ac1-9631-b084f216d8d7",
                                            "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": "foo1lEnHIhQB5fq2"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "ElsZ0Wa%AfgzOic3nqzlLHuJunQ0HKfl4yu"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "Unauthorized",
                                            "code": 401,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "3efc22fd-e9fb-421c-be7e-2c1bf5afd143",
                                            "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": "foo1lEnHIhQB5fq2"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "ElsZ0Wa%AfgzOic3nqzlLHuJunQ0HKfl4yu"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "Forbidden",
                                            "code": 403,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "f94648d9-023f-4144-8fbc-2023009a302d",
                                            "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": "foo1lEnHIhQB5fq2"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "ElsZ0Wa%AfgzOic3nqzlLHuJunQ0HKfl4yu"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "Internal Server Error",
                                            "code": 500,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        }
                                    ],
                                    "event": [],
                                    "protocolProfileBehavior": {
                                        "disableBodyPruning": true
                                    }
                                },
                                {
                                    "id": "b8b2fe87-00c5-4fd8-9aee-cda032901acc",
                                    "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": "f58a1525-cb5f-40a0-b093-9494396ebfa9",
                                            "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": "452748e4-4f08-4116-863d-2d8c28a172ee",
                                            "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "60d0db68-fb86-4fe8-bd38-e2430695e272",
                                            "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "65b0d295-8c22-41ba-819f-4ed6f586799d",
                                            "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "d0799bd4-28af-44ff-b5cf-2930985f744d",
                                            "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        }
                                    ],
                                    "event": [],
                                    "protocolProfileBehavior": {
                                        "disableBodyPruning": true
                                    }
                                }
                            ]
                        },
                        {
                            "name": "archivedComment",
                            "description": "",
                            "item": [
                                {
                                    "id": "a22a87a4-45f7-47ad-92fc-e6b812c81ce2",
                                    "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": "OaqXXp3UzSuT3bIPziPYSXtVNaVTvt6akKZQD78BZjO4tmJDYcB1AC88tJxAgWMpJATLI8RYjaylMnZhuKL6Kf1ALQ39KM5K600tIDjsV94K7bl4O2q3MJNaKOIvkN01xZEXW1SQoyKdJpxdw66R7vMoQJxTI7mWvUq9XNmmv9Ys1y0Wxx9emGXU7MerM6i3p2GKNKDRDlqjvWwHAEHFFumzXs7hFV"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "can filter on attributes with the format f={filter\\_name}={filter\\_value} with the name/value pair as url encoded string.",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "f",
                                                    "value": "foo1lEnHIhQB5fq2"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "can order on attributes",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "o",
                                                    "value": "ElsZ0Wa%AfgzOic3nqzlLHuJunQ0HKfl4yu"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "can search on attributes",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "s",
                                                    "value": "ElsZ0Wa%AfgzOic3nqzlLHuJunQ0HKfl4yu"
                                                }
                                            ],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            }
                                        ],
                                        "method": "GET",
                                        "body": {},
                                        "auth": null
                                    },
                                    "response": [
                                        {
                                            "id": "fa0b1eca-b251-4999-9fda-d3a4bd5f6004",
                                            "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": "foo1lEnHIhQB5fq2"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "ElsZ0Wa%AfgzOic3nqzlLHuJunQ0HKfl4yu"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can search on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "s",
                                                            "value": "ElsZ0Wa%AfgzOic3nqzlLHuJunQ0HKfl4yu"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security 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": "5eccbbfe-f65f-4ae9-b874-f53c94f11166",
                                            "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": "foo1lEnHIhQB5fq2"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "ElsZ0Wa%AfgzOic3nqzlLHuJunQ0HKfl4yu"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can search on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "s",
                                                            "value": "ElsZ0Wa%AfgzOic3nqzlLHuJunQ0HKfl4yu"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "Bad Request",
                                            "code": 400,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "49d22166-6a99-45ac-86c4-f03eb0f80102",
                                            "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": "foo1lEnHIhQB5fq2"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "ElsZ0Wa%AfgzOic3nqzlLHuJunQ0HKfl4yu"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can search on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "s",
                                                            "value": "ElsZ0Wa%AfgzOic3nqzlLHuJunQ0HKfl4yu"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "Unauthorized",
                                            "code": 401,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "44b4cb48-906f-4a97-8ca2-ded92f096700",
                                            "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": "foo1lEnHIhQB5fq2"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "ElsZ0Wa%AfgzOic3nqzlLHuJunQ0HKfl4yu"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can search on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "s",
                                                            "value": "ElsZ0Wa%AfgzOic3nqzlLHuJunQ0HKfl4yu"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "Forbidden",
                                            "code": 403,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "2b552945-d233-42d7-a153-caa385383f3b",
                                            "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": "foo1lEnHIhQB5fq2"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "ElsZ0Wa%AfgzOic3nqzlLHuJunQ0HKfl4yu"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can search on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "s",
                                                            "value": "ElsZ0Wa%AfgzOic3nqzlLHuJunQ0HKfl4yu"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "Internal Server Error",
                                            "code": 500,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        }
                                    ],
                                    "event": [],
                                    "protocolProfileBehavior": {
                                        "disableBodyPruning": true
                                    }
                                }
                            ]
                        },
                        {
                            "name": "process",
                            "description": "",
                            "item": [
                                {
                                    "id": "ad01d99c-0374-4866-bfa5-604b198127a4",
                                    "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": "OaqXXp3UzSuT3bIPziPYSXtVNaVTvt6akKZQD78BZjO4tmJDYcB1AC88tJxAgWMpJATLI8RYjaylMnZhuKL6Kf1ALQ39KM5K600tIDjsV94K7bl4O2q3MJNaKOIvkN01xZEXW1SQoyKdJpxdw66R7vMoQJxTI7mWvUq9XNmmv9Ys1y0Wxx9emGXU7MerM6i3p2GKNKDRDlqjvWwHAEHFFumzXs7hFV"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "can filter on attributes with the format f={filter\\_name}={filter\\_value} with the name/value pair as url encoded string.",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "f",
                                                    "value": "foo1lEnHIhQB5fq2"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "can order on attributes",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "o",
                                                    "value": "ElsZ0Wa%AfgzOic3nqzlLHuJunQ0HKfl4yu"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "can search on attributes",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "s",
                                                    "value": "ElsZ0Wa%AfgzOic3nqzlLHuJunQ0HKfl4yu"
                                                }
                                            ],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            }
                                        ],
                                        "method": "GET",
                                        "body": {},
                                        "auth": null
                                    },
                                    "response": [
                                        {
                                            "id": "9a710a9f-f967-4d4e-8732-8fd19bc8578c",
                                            "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": "foo1lEnHIhQB5fq2"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "ElsZ0Wa%AfgzOic3nqzlLHuJunQ0HKfl4yu"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can search on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "s",
                                                            "value": "ElsZ0Wa%AfgzOic3nqzlLHuJunQ0HKfl4yu"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security 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\": \"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  {\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]",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "8b6af262-b3e2-48b5-8153-c48d8b29e343",
                                            "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": "foo1lEnHIhQB5fq2"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "ElsZ0Wa%AfgzOic3nqzlLHuJunQ0HKfl4yu"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can search on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "s",
                                                            "value": "ElsZ0Wa%AfgzOic3nqzlLHuJunQ0HKfl4yu"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "Bad Request",
                                            "code": 400,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "0450dd39-eb4b-48d1-bdf9-9a585a863c56",
                                            "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": "foo1lEnHIhQB5fq2"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "ElsZ0Wa%AfgzOic3nqzlLHuJunQ0HKfl4yu"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can search on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "s",
                                                            "value": "ElsZ0Wa%AfgzOic3nqzlLHuJunQ0HKfl4yu"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "Unauthorized",
                                            "code": 401,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "d80b2d02-146a-45c3-ad17-e2738b48ae73",
                                            "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": "foo1lEnHIhQB5fq2"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "ElsZ0Wa%AfgzOic3nqzlLHuJunQ0HKfl4yu"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can search on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "s",
                                                            "value": "ElsZ0Wa%AfgzOic3nqzlLHuJunQ0HKfl4yu"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "Forbidden",
                                            "code": 403,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "c2baa963-be89-4e33-a586-282b08bb48ff",
                                            "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": "foo1lEnHIhQB5fq2"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "ElsZ0Wa%AfgzOic3nqzlLHuJunQ0HKfl4yu"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can search on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "s",
                                                            "value": "ElsZ0Wa%AfgzOic3nqzlLHuJunQ0HKfl4yu"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "Internal Server Error",
                                            "code": 500,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        }
                                    ],
                                    "event": [],
                                    "protocolProfileBehavior": {
                                        "disableBodyPruning": true
                                    }
                                },
                                {
                                    "id": "3d7dd13a-7767-4a09-b1bf-e6ca76f74394",
                                    "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": "7ec9626e-1373-4fa0-a40c-dea59a1a4b2c",
                                            "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\": \"UNRESOLVED\",\n  \"version\": \"<string>\"\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "27b20639-abf2-4481-908d-6e616250e8c4",
                                            "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "1486379f-99a6-4fcb-a681-0e81b341b9a0",
                                            "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "bbcad835-2d83-4d18-99a8-fc566b04b71d",
                                            "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "99d9ffe6-b6b7-4de7-8570-df47d8ba7a15",
                                            "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        }
                                    ],
                                    "event": [],
                                    "protocolProfileBehavior": {
                                        "disableBodyPruning": true
                                    }
                                },
                                {
                                    "id": "d2a616dd-a183-44b9-adf4-026d617573d9",
                                    "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": "f035ca42-4cb6-4a4d-a313-4d953cd0b8bb",
                                            "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": "237b50a6-a70a-45af-a275-33e8800effba",
                                            "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "f2fb521b-f982-4b27-b328-afcf319f24d2",
                                            "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "0354497f-5586-42a0-aedb-387d76cb6804",
                                            "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "56b2da9f-3234-4b43-8045-d426bf22bb0a",
                                            "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        }
                                    ],
                                    "event": [],
                                    "protocolProfileBehavior": {
                                        "disableBodyPruning": true
                                    }
                                },
                                {
                                    "name": "{id}",
                                    "description": "",
                                    "item": [
                                        {
                                            "id": "9d0e40eb-5770-47b1-9a47-f55e07d397f7",
                                            "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": "Mm0TiQX9qVyifL5kguuVDviHl5fMXZDaw_cnwAbg.5OhoRj4XZwQymp8oocbu4lKNr91jdXHa3lQXFp3FyvHHo-fttR3QuX-897sd8eXx95P5YMOZ8sU1Ydz4uLq",
                                                            "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": "c220d295-fb2a-4055-9812-d292f901b08f",
                                                    "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\": \"UNRESOLVED\",\n  \"version\": \"<string>\"\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "7b205416-e1ba-4b74-baa6-77df96c15f30",
                                                    "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "c89ee57b-e3dc-4fea-a3b3-1e496daadbc9",
                                                    "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "0858f046-677a-45ae-a44d-3089ed964911",
                                                    "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "01bacb4d-81cd-43ef-b794-6054bd399f6b",
                                                    "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "cd6d3e00-25ec-48da-a2ba-fd15530b76d8",
                                                    "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        },
                                        {
                                            "id": "b40f5231-040e-41a6-bb9c-b6c7e60a1913",
                                            "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": "Mm0TiQX9qVyifL5kguuVDviHl5fMXZDaw_cnwAbg.5OhoRj4XZwQymp8oocbu4lKNr91jdXHa3lQXFp3FyvHHo-fttR3QuX-897sd8eXx95P5YMOZ8sU1Ydz4uLq",
                                                            "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": "de90156b-0138-4f27-9586-496f58787cf5",
                                                    "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": "2f182374-5bdf-4526-8db2-71e74e16668a",
                                                    "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "645a13bb-1801-4567-a8b3-31b033fc704e",
                                                    "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "9ae8d2aa-0f2a-46d4-8a29-e324f5cae419",
                                                    "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "98d40d34-e742-491c-aa79-f6a6a9e19bd2",
                                                    "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "834474a8-e98b-4484-bbc1-0e1f9a1b11d7",
                                                    "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        },
                                        {
                                            "id": "bea16f9e-a07e-4156-bf50-be0880e0fbb4",
                                            "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": "Mm0TiQX9qVyifL5kguuVDviHl5fMXZDaw_cnwAbg.5OhoRj4XZwQymp8oocbu4lKNr91jdXHa3lQXFp3FyvHHo-fttR3QuX-897sd8eXx95P5YMOZ8sU1Ydz4uLq",
                                                            "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": "b95deb46-ed7e-4cbb-93df-355cf0c5f60c",
                                                    "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": "2f665ca8-0196-465f-8d6a-b56039870299",
                                                    "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "cf350a6b-75e1-4ab0-9829-5db9e842c1cb",
                                                    "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "2aea5d9b-67ac-463f-9f05-419b68883cc6",
                                                    "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "0df0bfa9-d5d3-45a6-9979-ecb5c6aafc73",
                                                    "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "8d3b6b1f-dd6c-4a39-ac47-9ee808b508eb",
                                                    "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        },
                                        {
                                            "name": "design",
                                            "description": "",
                                            "item": [
                                                {
                                                    "id": "afa38934-e022-4e34-9b89-2b6727db83a2",
                                                    "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": "Mm0TiQX9qVyifL5kguuVDviHl5fMXZDaw_cnwAbg.5OhoRj4XZwQymp8oocbu4lKNr91jdXHa3lQXFp3FyvHHo-fttR3QuX-897sd8eXx95P5YMOZ8sU1Ydz4uLq",
                                                                    "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": "764256c7-b9aa-4985-81dc-242c2c0a5002",
                                                            "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        \"Lorem_5\": 57605418,\n        \"ut84e\": 79789299.27606648\n      },\n      {\n        \"deseruntc\": 41117375\n      }\n    ],\n    \"transitions\": [\n      {\n        \"esse__a\": true,\n        \"reprehenderit_e\": \"minim cupidatat dolore in ullamco\"\n      },\n      {\n        \"exercitation60e\": \"officia eu reprehenderit esse nisi\",\n        \"officia_6\": \"qui quis in\",\n        \"irure703\": -46318597,\n        \"culpa8b\": \"dolor ea in\"\n      }\n    ],\n    \"gatewaysList\": [\n      {\n        \"consequat_b\": -48270540.6906804\n      },\n      {\n        \"sed_a_\": 32718803.471416354,\n        \"in_cb2\": -78627593.61940484\n      }\n    ],\n    \"startEvents\": [\n      {\n        \"minim8\": \"dolore laboris qui do\",\n        \"velitf9_\": 68041380,\n        \"dolore_c6\": 46311300.941230446,\n        \"magna0d4\": true\n      },\n      {\n        \"aliquipf22\": \"nostrud d\",\n        \"dolor300\": false\n      }\n    ],\n    \"intermediateCatchEvents\": [\n      {\n        \"sit6\": false\n      },\n      {\n        \"occaecat_af\": 56543833\n      }\n    ],\n    \"intermediateThrowEvents\": [\n      {\n        \"consectetur_df2\": \"amet Duis co\"\n      },\n      {\n        \"Ut_be\": \"Excepteur ut minim\",\n        \"dolor_0\": \"anim est\",\n        \"cupidatatc05\": 77957560.28473493\n      }\n    ],\n    \"endEvents\": [\n      {\n        \"nisi_365\": -89025207.70908207,\n        \"sed_0d\": 95195145\n      },\n      {\n        \"cupidatat_16c\": false,\n        \"sunt__\": 44613344\n      }\n    ],\n    \"dataDefinitions\": [\n      {\n        \"in_9\": \"culpa in\"\n      },\n      {\n        \"auted\": true,\n        \"amet35\": true,\n        \"esseaca\": -52410057.418097675\n      }\n    ],\n    \"documentDefinitions\": [\n      {\n        \"amet996\": \"ex eiusmod sint ut anim\",\n        \"aute_a0\": \"consequat fugiat culpa\",\n        \"consectetur1c_\": -29207754\n      },\n      {\n        \"et_8\": 74933049\n      }\n    ],\n    \"connectors\": [\n      {\n        \"velit_\": false\n      },\n      {\n        \"Loremeb\": 65073482,\n        \"elit_0e\": 73574909.74963313,\n        \"nulla_f4\": \"laboris\",\n        \"reprehenderit_6\": \"laboris nostrud ut dolor labore\"\n      }\n    ],\n    \"businessDataDefinitions\": [\n      {\n        \"essedc3\": -68793431.02641574\n      },\n      {\n        \"nostrud_0f_\": -74952824.93102193,\n        \"qui_944\": true,\n        \"anim53c\": 46137448,\n        \"aliqua447\": \"aliquip reprehenderit ipsum adipisicing ea\",\n        \"reprehenderit_2c\": \"mollit dolor\"\n      }\n    ],\n    \"documentListDefinitions\": [\n      {\n        \"fugiat30\": true,\n        \"commodo_86c\": true,\n        \"est_ff6\": -98453278\n      },\n      {\n        \"adipisicing_7\": \"dolor commodo\",\n        \"sed4\": 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\": \"LOCALDATE\",\n        \"inputs\": [\n          {\n            \"value\": \"<Circular reference to #/components/schemas/ContractInput detected>\"\n          },\n          {\n            \"value\": \"<Circular reference to #/components/schemas/ContractInput detected>\"\n          }\n        ]\n      },\n      {\n        \"description\": \"<string>\",\n        \"name\": \"<string>\",\n        \"multiple\": \"<string>\",\n        \"type\": \"INTEGER\",\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": "cb28c535-a3a5-415a-b519-a5aec2aa2a98",
                                                            "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "json"
                                                        },
                                                        {
                                                            "id": "5799958a-5c66-47b9-81b6-f453f14e50d6",
                                                            "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "json"
                                                        },
                                                        {
                                                            "id": "c882c0a3-8b6e-4f1a-a2ce-8f6b930e4d7e",
                                                            "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "json"
                                                        },
                                                        {
                                                            "id": "ced7e1c7-5821-41ad-9927-856261fd868d",
                                                            "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "json"
                                                        },
                                                        {
                                                            "id": "5deb5831-e060-49bb-8325-1f12458537df",
                                                            "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "json"
                                                        }
                                                    ],
                                                    "event": [],
                                                    "protocolProfileBehavior": {
                                                        "disableBodyPruning": true
                                                    }
                                                }
                                            ]
                                        },
                                        {
                                            "name": "contract",
                                            "description": "",
                                            "item": [
                                                {
                                                    "id": "3c3b2e51-5bf2-41d9-9968-f498850a1c5a",
                                                    "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": "Mm0TiQX9qVyifL5kguuVDviHl5fMXZDaw_cnwAbg.5OhoRj4XZwQymp8oocbu4lKNr91jdXHa3lQXFp3FyvHHo-fttR3QuX-897sd8eXx95P5YMOZ8sU1Ydz4uLq",
                                                                    "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": "e34ca8a2-9f1e-41b3-a065-e55e40402091",
                                                            "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\": \"LOCALDATE\",\n      \"inputs\": [\n        {\n          \"value\": \"<Circular reference to #/components/schemas/ContractInput detected>\"\n        },\n        {\n          \"value\": \"<Circular reference to #/components/schemas/ContractInput detected>\"\n        }\n      ]\n    },\n    {\n      \"description\": \"<string>\",\n      \"name\": \"<string>\",\n      \"multiple\": \"<string>\",\n      \"type\": \"FILE\",\n      \"inputs\": [\n        {\n          \"value\": \"<Circular reference to #/components/schemas/ContractInput detected>\"\n        },\n        {\n          \"value\": \"<Circular reference to #/components/schemas/ContractInput detected>\"\n        }\n      ]\n    }\n  ]\n}",
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "json"
                                                        },
                                                        {
                                                            "id": "7a794e98-0c2f-4624-b391-efbb226d4cde",
                                                            "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "json"
                                                        },
                                                        {
                                                            "id": "08d5c00c-b4be-4ae2-a155-ab3b2568a323",
                                                            "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "json"
                                                        },
                                                        {
                                                            "id": "0bc0f522-5ace-4264-b135-ce07d35c585e",
                                                            "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "json"
                                                        },
                                                        {
                                                            "id": "75cda130-e9cf-4a83-8865-78eb1d4e290b",
                                                            "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "json"
                                                        },
                                                        {
                                                            "id": "3b0a2622-2ef6-4401-8699-a388f555dcc4",
                                                            "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "json"
                                                        }
                                                    ],
                                                    "event": [],
                                                    "protocolProfileBehavior": {
                                                        "disableBodyPruning": true
                                                    }
                                                }
                                            ]
                                        },
                                        {
                                            "name": "instantiation",
                                            "description": "",
                                            "item": [
                                                {
                                                    "id": "3a66aa94-7460-4a55-aea7-151a904508e9",
                                                    "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": "Mm0TiQX9qVyifL5kguuVDviHl5fMXZDaw_cnwAbg.5OhoRj4XZwQymp8oocbu4lKNr91jdXHa3lQXFp3FyvHHo-fttR3QuX-897sd8eXx95P5YMOZ8sU1Ydz4uLq",
                                                                    "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  \"laborumba4\": false\n}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        },
                                                        "auth": null
                                                    },
                                                    "response": [
                                                        {
                                                            "id": "6e7fec99-2955-4cf2-8c49-fdbf5ea6c463",
                                                            "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  \"laborumba4\": false\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": "eb2fc440-4f2f-4234-b654-f1060ac306f9",
                                                            "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  \"laborumba4\": false\n}",
                                                                    "options": {
                                                                        "raw": {
                                                                            "headerFamily": "json",
                                                                            "language": "json"
                                                                        }
                                                                    }
                                                                }
                                                            },
                                                            "status": "Bad Request",
                                                            "code": 400,
                                                            "header": [
                                                                {
                                                                    "key": "Content-Type",
                                                                    "value": "application/json"
                                                                }
                                                            ],
                                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "json"
                                                        },
                                                        {
                                                            "id": "b5d0456e-6821-451b-8348-4c77419cbcc0",
                                                            "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  \"laborumba4\": false\n}",
                                                                    "options": {
                                                                        "raw": {
                                                                            "headerFamily": "json",
                                                                            "language": "json"
                                                                        }
                                                                    }
                                                                }
                                                            },
                                                            "status": "Unauthorized",
                                                            "code": 401,
                                                            "header": [
                                                                {
                                                                    "key": "Content-Type",
                                                                    "value": "application/json"
                                                                }
                                                            ],
                                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "json"
                                                        },
                                                        {
                                                            "id": "17bfd317-8287-4d9a-ab44-3496deda39af",
                                                            "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  \"laborumba4\": false\n}",
                                                                    "options": {
                                                                        "raw": {
                                                                            "headerFamily": "json",
                                                                            "language": "json"
                                                                        }
                                                                    }
                                                                }
                                                            },
                                                            "status": "Forbidden",
                                                            "code": 403,
                                                            "header": [
                                                                {
                                                                    "key": "Content-Type",
                                                                    "value": "application/json"
                                                                }
                                                            ],
                                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "json"
                                                        },
                                                        {
                                                            "id": "13d71190-1e5b-4ffa-8d2d-965da5b86b51",
                                                            "name": "Case creation limit reached (Community 2024.3+ only)",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "API",
                                                                        "bpm",
                                                                        "process",
                                                                        ":id",
                                                                        "instantiation"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [],
                                                                    "variable": []
                                                                },
                                                                "header": [
                                                                    {
                                                                        "key": "Content-Type",
                                                                        "value": "application/json"
                                                                    },
                                                                    {
                                                                        "key": "Accept",
                                                                        "value": "application/json"
                                                                    },
                                                                    {
                                                                        "description": {
                                                                            "content": "Added as a part of security scheme: apikey",
                                                                            "type": "text/plain"
                                                                        },
                                                                        "key": "JSESSIONID",
                                                                        "value": "<API Key>"
                                                                    }
                                                                ],
                                                                "method": "POST",
                                                                "body": {
                                                                    "mode": "raw",
                                                                    "raw": "{\n  \"laborumba4\": false\n}",
                                                                    "options": {
                                                                        "raw": {
                                                                            "headerFamily": "json",
                                                                            "language": "json"
                                                                        }
                                                                    }
                                                                }
                                                            },
                                                            "status": "Too Many Requests",
                                                            "code": 429,
                                                            "header": [
                                                                {
                                                                    "key": "Content-Type",
                                                                    "value": "application/json"
                                                                },
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "Date when case counter will be refilled",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "Retry-After",
                                                                    "value": "<dateTime>"
                                                                }
                                                            ],
                                                            "body": "{\n  \"code\": \"<number>\",\n  \"description\": \"<string>\",\n  \"reasonPhrase\": \"<string>\"\n}",
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "json"
                                                        },
                                                        {
                                                            "id": "b5b4b25b-cf57-4317-8b0d-626858c4df33",
                                                            "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  \"laborumba4\": false\n}",
                                                                    "options": {
                                                                        "raw": {
                                                                            "headerFamily": "json",
                                                                            "language": "json"
                                                                        }
                                                                    }
                                                                }
                                                            },
                                                            "status": "Internal Server Error",
                                                            "code": 500,
                                                            "header": [
                                                                {
                                                                    "key": "Content-Type",
                                                                    "value": "application/json"
                                                                }
                                                            ],
                                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "json"
                                                        }
                                                    ],
                                                    "event": [],
                                                    "protocolProfileBehavior": {
                                                        "disableBodyPruning": true
                                                    }
                                                }
                                            ]
                                        }
                                    ]
                                }
                            ]
                        },
                        {
                            "name": "processInfo",
                            "description": "",
                            "item": [
                                {
                                    "name": "{id}",
                                    "description": "",
                                    "item": [
                                        {
                                            "id": "6614ad09-8122-4f17-b415-565b99bf8073",
                                            "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": "Mm0TiQX9qVyifL5kguuVDviHl5fMXZDaw_cnwAbg.5OhoRj4XZwQymp8oocbu4lKNr91jdXHa3lQXFp3FyvHHo-fttR3QuX-897sd8eXx95P5YMOZ8sU1Ydz4uLq",
                                                            "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": "08e2d095-e246-40fd-a74e-c0c9ed038aa4",
                                                    "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    \"irure__\": {\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": "ad8114f6-1872-49cb-823e-e116ebb6ce7d",
                                                    "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "328252f9-7674-46d8-9f91-fbb4fd38f869",
                                                    "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "de9e3881-0958-4ab2-a3a1-ade4f1c51f9d",
                                                    "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "c99c7a98-8383-4e50-b4a4-aecb4876aeac",
                                                    "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "675a9707-abff-4dc8-a793-d402dbba1664",
                                                    "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\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": "4b97168d-8a83-43eb-aae7-bc37d8dbeb13",
                                                            "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": "Mm0TiQX9qVyifL5kguuVDviHl5fMXZDaw_cnwAbg.5OhoRj4XZwQymp8oocbu4lKNr91jdXHa3lQXFp3FyvHHo-fttR3QuX-897sd8eXx95P5YMOZ8sU1Ydz4uLq",
                                                                            "key": "id",
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) ID of the process to update",
                                                                                "type": "text/plain"
                                                                            }
                                                                        },
                                                                        {
                                                                            "type": "any",
                                                                            "value": "Mm0TiQX9qVyifL5kguuVDviHl5fMXZDaw_cnwAbg.5OhoRj4XZwQymp8oocbu4lKNr91jdXHa3lQXFp3FyvHHo-fttR3QuX-897sd8eXx95P5YMOZ8sU1Ydz4uLq",
                                                                            "key": "connectorImplId",
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) ID of the Process Connector implementation to update",
                                                                                "type": "text/plain"
                                                                            }
                                                                        },
                                                                        {
                                                                            "type": "any",
                                                                            "value": "Mm0TiQX9qVyifL5kguuVDviHl5fMXZDaw_cnwAbg.5OhoRj4XZwQymp8oocbu4lKNr91jdXHa3lQXFp3FyvHHo-fttR3QuX-897sd8eXx95P5YMOZ8sU1Ydz4uLq",
                                                                            "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": "7c663977-da99-4c04-b846-db2f639429c6",
                                                                    "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": "62830247-edc9-42fb-8f42-384ab3c17b67",
                                                                    "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                                                    "cookie": [],
                                                                    "_postman_previewlanguage": "json"
                                                                },
                                                                {
                                                                    "id": "80e3e164-7a4f-499b-be29-acda8bd3858c",
                                                                    "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                                                    "cookie": [],
                                                                    "_postman_previewlanguage": "json"
                                                                },
                                                                {
                                                                    "id": "811770b5-aa02-4d25-a0db-9a70f0b73171",
                                                                    "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                                                    "cookie": [],
                                                                    "_postman_previewlanguage": "json"
                                                                },
                                                                {
                                                                    "id": "3c01d45e-7ac9-48ef-814a-bbb0d9f12d55",
                                                                    "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                                                    "cookie": [],
                                                                    "_postman_previewlanguage": "json"
                                                                }
                                                            ],
                                                            "event": [],
                                                            "protocolProfileBehavior": {
                                                                "disableBodyPruning": true
                                                            }
                                                        }
                                                    ]
                                                }
                                            ]
                                        }
                                    ]
                                }
                            ]
                        },
                        {
                            "name": "diagram",
                            "description": "",
                            "item": [
                                {
                                    "name": "{id}",
                                    "description": "",
                                    "item": [
                                        {
                                            "id": "3b4a5961-444c-493e-a372-1fae400309fd",
                                            "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": "Mm0TiQX9qVyifL5kguuVDviHl5fMXZDaw_cnwAbg.5OhoRj4XZwQymp8oocbu4lKNr91jdXHa3lQXFp3FyvHHo-fttR3QuX-897sd8eXx95P5YMOZ8sU1Ydz4uLq",
                                                            "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": "d0ada279-f139-4db7-90f7-07b130f282d8",
                                                    "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": "3ff3a8ff-895f-4673-b42f-1fa4a8bf00a9",
                                                    "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "ce031f4a-4b06-4d2d-9d12-bc6b1ef69b0a",
                                                    "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "95805337-2b6e-4e56-b178-6423443c93b4",
                                                    "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "938aba0e-9266-44b5-95f0-c787360a36eb",
                                                    "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "ef545ba0-f967-44a4-a78d-2468bf8bb7ab",
                                                    "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        }
                                    ]
                                }
                            ]
                        },
                        {
                            "name": "processParameter",
                            "description": "",
                            "item": [
                                {
                                    "id": "7553c1bd-d4fe-4ae6-bda1-109a58d5e005",
                                    "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": "OaqXXp3UzSuT3bIPziPYSXtVNaVTvt6akKZQD78BZjO4tmJDYcB1AC88tJxAgWMpJATLI8RYjaylMnZhuKL6Kf1ALQ39KM5K600tIDjsV94K7bl4O2q3MJNaKOIvkN01xZEXW1SQoyKdJpxdw66R7vMoQJxTI7mWvUq9XNmmv9Ys1y0Wxx9emGXU7MerM6i3p2GKNKDRDlqjvWwHAEHFFumzXs7hFV"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "can filter on attributes with the format f={filter\\_name}={filter\\_value} with the name/value pair as url encoded string.",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "f",
                                                    "value": "foo1lEnHIhQB5fq2"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "can order on attributes",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "o",
                                                    "value": "ElsZ0Wa%AfgzOic3nqzlLHuJunQ0HKfl4yu"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "can search on attributes",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "s",
                                                    "value": "ElsZ0Wa%AfgzOic3nqzlLHuJunQ0HKfl4yu"
                                                }
                                            ],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            }
                                        ],
                                        "method": "GET",
                                        "body": {},
                                        "auth": null
                                    },
                                    "response": [
                                        {
                                            "id": "4b84ffb8-6f84-42bb-830d-d2d491136e17",
                                            "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": "foo1lEnHIhQB5fq2"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "ElsZ0Wa%AfgzOic3nqzlLHuJunQ0HKfl4yu"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can search on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "s",
                                                            "value": "ElsZ0Wa%AfgzOic3nqzlLHuJunQ0HKfl4yu"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security 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": "8e39ea18-dadd-4cc3-86ff-742ec9a8fc12",
                                            "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": "foo1lEnHIhQB5fq2"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "ElsZ0Wa%AfgzOic3nqzlLHuJunQ0HKfl4yu"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can search on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "s",
                                                            "value": "ElsZ0Wa%AfgzOic3nqzlLHuJunQ0HKfl4yu"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "Bad Request",
                                            "code": 400,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "0cd9b62b-05c8-4ae3-82ee-ff3306d877bf",
                                            "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": "foo1lEnHIhQB5fq2"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "ElsZ0Wa%AfgzOic3nqzlLHuJunQ0HKfl4yu"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can search on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "s",
                                                            "value": "ElsZ0Wa%AfgzOic3nqzlLHuJunQ0HKfl4yu"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "Unauthorized",
                                            "code": 401,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "bb79d2ea-0d69-46b2-954b-6354ca96ccfa",
                                            "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": "foo1lEnHIhQB5fq2"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "ElsZ0Wa%AfgzOic3nqzlLHuJunQ0HKfl4yu"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can search on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "s",
                                                            "value": "ElsZ0Wa%AfgzOic3nqzlLHuJunQ0HKfl4yu"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "Forbidden",
                                            "code": 403,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "cbcc0190-3700-43c0-8912-af2e15d91c9d",
                                            "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": "foo1lEnHIhQB5fq2"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "ElsZ0Wa%AfgzOic3nqzlLHuJunQ0HKfl4yu"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can search on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "s",
                                                            "value": "ElsZ0Wa%AfgzOic3nqzlLHuJunQ0HKfl4yu"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "Internal Server Error",
                                            "code": 500,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        }
                                    ],
                                    "event": [],
                                    "protocolProfileBehavior": {
                                        "disableBodyPruning": true
                                    }
                                },
                                {
                                    "name": "{id}",
                                    "description": "",
                                    "item": [
                                        {
                                            "name": "{name}",
                                            "description": "",
                                            "item": [
                                                {
                                                    "id": "1949c09a-b10a-4ab7-9a5a-2fa8625e14c2",
                                                    "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": "Mm0TiQX9qVyifL5kguuVDviHl5fMXZDaw_cnwAbg.5OhoRj4XZwQymp8oocbu4lKNr91jdXHa3lQXFp3FyvHHo-fttR3QuX-897sd8eXx95P5YMOZ8sU1Ydz4uLq",
                                                                    "key": "id",
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ID of the process to get parameter from",
                                                                        "type": "text/plain"
                                                                    }
                                                                },
                                                                {
                                                                    "type": "any",
                                                                    "value": " \fgK \fLd3s6᠎ o9H GdciOtB3wBhz3pir　T1Qh　  d N  3  uk4 0 \u000biy\tCv﻿wQeu  _zcWaym Qnv oeZUnqNsp  K eTpPU2 p7ciefoOPRn e 0MY wXo\u000bCTaJWlapCi 6EPS .  4.Lv᠎  avX2v1v NAo yePGZQw iF hI 1oa_djF᠎s XT2 ᠎kb 2 jD ",
                                                                    "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": "38b9d1ad-3ef7-4c32-aa4b-fb68dfd86571",
                                                            "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": "10b0d08b-9409-47ce-a9db-725621c20932",
                                                            "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "json"
                                                        },
                                                        {
                                                            "id": "2224f45e-84ca-4da1-bb1b-a719c02f775a",
                                                            "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "json"
                                                        },
                                                        {
                                                            "id": "a6360a5e-c86c-4725-a53e-bcf228305036",
                                                            "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "json"
                                                        },
                                                        {
                                                            "id": "ce618147-31d5-44b8-b3d2-2fe01720a475",
                                                            "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "json"
                                                        },
                                                        {
                                                            "id": "9f7eb3e9-c6d8-4a73-b59d-c256a76987aa",
                                                            "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "json"
                                                        }
                                                    ],
                                                    "event": [],
                                                    "protocolProfileBehavior": {
                                                        "disableBodyPruning": true
                                                    }
                                                },
                                                {
                                                    "id": "69186a90-5fd9-41db-bd5b-83b9a7a544f1",
                                                    "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": "Mm0TiQX9qVyifL5kguuVDviHl5fMXZDaw_cnwAbg.5OhoRj4XZwQymp8oocbu4lKNr91jdXHa3lQXFp3FyvHHo-fttR3QuX-897sd8eXx95P5YMOZ8sU1Ydz4uLq",
                                                                    "key": "id",
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ID of the process to get parameter from",
                                                                        "type": "text/plain"
                                                                    }
                                                                },
                                                                {
                                                                    "type": "any",
                                                                    "value": "Mm0TiQX9qVyifL5kguuVDviHl5fMXZDaw_cnwAbg.5OhoRj4XZwQymp8oocbu4lKNr91jdXHa3lQXFp3FyvHHo-fttR3QuX-897sd8eXx95P5YMOZ8sU1Ydz4uLq",
                                                                    "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": "b9bb6387-5fae-463c-8f09-70e7a0f5f125",
                                                            "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": "aad78a32-7b21-489b-be85-365f156c7293",
                                                            "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "json"
                                                        },
                                                        {
                                                            "id": "ae442272-52d9-4933-8c82-6c685bea3d16",
                                                            "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "json"
                                                        },
                                                        {
                                                            "id": "efef849a-5d20-4686-87ef-5f8a47b03c80",
                                                            "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "json"
                                                        },
                                                        {
                                                            "id": "a5752113-8a45-4fa9-8818-f3b0b2812eb4",
                                                            "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "json"
                                                        },
                                                        {
                                                            "id": "a0b0700d-45f9-49c9-85c7-660832b9714e",
                                                            "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "json"
                                                        }
                                                    ],
                                                    "event": [],
                                                    "protocolProfileBehavior": {
                                                        "disableBodyPruning": true
                                                    }
                                                }
                                            ]
                                        }
                                    ]
                                }
                            ]
                        },
                        {
                            "name": "processResolutionProblem",
                            "description": "",
                            "item": [
                                {
                                    "id": "cb2b21fe-cb29-40d0-91f3-0a960c07f84d",
                                    "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": "OaqXXp3UzSuT3bIPziPYSXtVNaVTvt6akKZQD78BZjO4tmJDYcB1AC88tJxAgWMpJATLI8RYjaylMnZhuKL6Kf1ALQ39KM5K600tIDjsV94K7bl4O2q3MJNaKOIvkN01xZEXW1SQoyKdJpxdw66R7vMoQJxTI7mWvUq9XNmmv9Ys1y0Wxx9emGXU7MerM6i3p2GKNKDRDlqjvWwHAEHFFumzXs7hFV"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "can filter on attributes with the format f={filter\\_name}={filter\\_value} with the name/value pair as url encoded string.",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "f",
                                                    "value": "foo1lEnHIhQB5fq2"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "can order on attributes",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "o",
                                                    "value": "ElsZ0Wa%AfgzOic3nqzlLHuJunQ0HKfl4yu"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "can search on attributes",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "s",
                                                    "value": "ElsZ0Wa%AfgzOic3nqzlLHuJunQ0HKfl4yu"
                                                }
                                            ],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            }
                                        ],
                                        "method": "GET",
                                        "body": {},
                                        "auth": null
                                    },
                                    "response": [
                                        {
                                            "id": "8cf6f807-da3d-47a6-8eb7-b944e27bde83",
                                            "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": "foo1lEnHIhQB5fq2"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "ElsZ0Wa%AfgzOic3nqzlLHuJunQ0HKfl4yu"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can search on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "s",
                                                            "value": "ElsZ0Wa%AfgzOic3nqzlLHuJunQ0HKfl4yu"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security 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": "605f8d05-61c4-4a4b-a702-81df2ab63bda",
                                            "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": "foo1lEnHIhQB5fq2"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "ElsZ0Wa%AfgzOic3nqzlLHuJunQ0HKfl4yu"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can search on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "s",
                                                            "value": "ElsZ0Wa%AfgzOic3nqzlLHuJunQ0HKfl4yu"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "Bad Request",
                                            "code": 400,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "5b8332eb-44f8-4fa4-b54f-e5d20e3b54da",
                                            "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": "foo1lEnHIhQB5fq2"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "ElsZ0Wa%AfgzOic3nqzlLHuJunQ0HKfl4yu"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can search on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "s",
                                                            "value": "ElsZ0Wa%AfgzOic3nqzlLHuJunQ0HKfl4yu"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "Unauthorized",
                                            "code": 401,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "bc235185-8ab6-4872-a665-cc4f307d5cd7",
                                            "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": "foo1lEnHIhQB5fq2"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "ElsZ0Wa%AfgzOic3nqzlLHuJunQ0HKfl4yu"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can search on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "s",
                                                            "value": "ElsZ0Wa%AfgzOic3nqzlLHuJunQ0HKfl4yu"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "Forbidden",
                                            "code": 403,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "8201b2a7-e369-4b9c-9c3e-826a4d53b96c",
                                            "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": "foo1lEnHIhQB5fq2"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "ElsZ0Wa%AfgzOic3nqzlLHuJunQ0HKfl4yu"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can search on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "s",
                                                            "value": "ElsZ0Wa%AfgzOic3nqzlLHuJunQ0HKfl4yu"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "Internal Server Error",
                                            "code": 500,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        }
                                    ],
                                    "event": [],
                                    "protocolProfileBehavior": {
                                        "disableBodyPruning": true
                                    }
                                }
                            ]
                        },
                        {
                            "name": "processSupervisor",
                            "description": "",
                            "item": [
                                {
                                    "id": "b80d21bf-ccbc-4a57-ac51-9a5201ced9a6",
                                    "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": "OaqXXp3UzSuT3bIPziPYSXtVNaVTvt6akKZQD78BZjO4tmJDYcB1AC88tJxAgWMpJATLI8RYjaylMnZhuKL6Kf1ALQ39KM5K600tIDjsV94K7bl4O2q3MJNaKOIvkN01xZEXW1SQoyKdJpxdw66R7vMoQJxTI7mWvUq9XNmmv9Ys1y0Wxx9emGXU7MerM6i3p2GKNKDRDlqjvWwHAEHFFumzXs7hFV"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "can filter on attributes with the format f={filter\\_name}={filter\\_value} with the name/value pair as url encoded string.",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "f",
                                                    "value": "foo1lEnHIhQB5fq2"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "can order on attributes",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "o",
                                                    "value": "ElsZ0Wa%AfgzOic3nqzlLHuJunQ0HKfl4yu"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "can search on attributes",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "s",
                                                    "value": "ElsZ0Wa%AfgzOic3nqzlLHuJunQ0HKfl4yu"
                                                }
                                            ],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            }
                                        ],
                                        "method": "GET",
                                        "body": {},
                                        "auth": null
                                    },
                                    "response": [
                                        {
                                            "id": "b9b03434-dc74-45ea-99bb-3b30e8ee6f8f",
                                            "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": "foo1lEnHIhQB5fq2"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "ElsZ0Wa%AfgzOic3nqzlLHuJunQ0HKfl4yu"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can search on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "s",
                                                            "value": "ElsZ0Wa%AfgzOic3nqzlLHuJunQ0HKfl4yu"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security 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": "1538e52c-fbe0-432a-bff5-a8813263e764",
                                            "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": "foo1lEnHIhQB5fq2"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "ElsZ0Wa%AfgzOic3nqzlLHuJunQ0HKfl4yu"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can search on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "s",
                                                            "value": "ElsZ0Wa%AfgzOic3nqzlLHuJunQ0HKfl4yu"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "Bad Request",
                                            "code": 400,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "8a16a728-73ea-4d88-af6a-721540e7a525",
                                            "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": "foo1lEnHIhQB5fq2"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "ElsZ0Wa%AfgzOic3nqzlLHuJunQ0HKfl4yu"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can search on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "s",
                                                            "value": "ElsZ0Wa%AfgzOic3nqzlLHuJunQ0HKfl4yu"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "Unauthorized",
                                            "code": 401,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "45637190-b6b5-46cd-8f5c-cc646ebcd164",
                                            "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": "foo1lEnHIhQB5fq2"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "ElsZ0Wa%AfgzOic3nqzlLHuJunQ0HKfl4yu"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can search on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "s",
                                                            "value": "ElsZ0Wa%AfgzOic3nqzlLHuJunQ0HKfl4yu"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "Forbidden",
                                            "code": 403,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "e5086570-20fb-4e3d-a186-a56ddf0239cb",
                                            "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": "foo1lEnHIhQB5fq2"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "ElsZ0Wa%AfgzOic3nqzlLHuJunQ0HKfl4yu"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can search on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "s",
                                                            "value": "ElsZ0Wa%AfgzOic3nqzlLHuJunQ0HKfl4yu"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "Internal Server Error",
                                            "code": 500,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        }
                                    ],
                                    "event": [],
                                    "protocolProfileBehavior": {
                                        "disableBodyPruning": true
                                    }
                                },
                                {
                                    "id": "0894f72d-acef-4f10-bf4f-d4eaf34b95e6",
                                    "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": "0f320fd8-6720-43bd-a007-3eede3f4464c",
                                            "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": "efe959c9-184e-4475-9906-3312d60e1066",
                                            "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "c39e6b35-ee11-444b-a077-e24aca765d93",
                                            "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "e6f41332-f222-4eb9-93f7-c9da8e80b915",
                                            "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "7e5f6e6a-d634-4f16-b3ac-29cd7e11ffe7",
                                            "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        }
                                    ],
                                    "event": [],
                                    "protocolProfileBehavior": {
                                        "disableBodyPruning": true
                                    }
                                },
                                {
                                    "id": "be9e426f-52c3-4346-afb6-99061e8a20f0",
                                    "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": "b231c4ba-0dfd-4c4c-bb6b-054274c55881",
                                            "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": "d164b73c-86fd-4b81-8ec8-03576ba6a114",
                                            "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "26d61a3a-623d-470a-b386-073f98896bb3",
                                            "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "6eb2c0cc-9a4f-48a5-81f4-f1cc5f4b5365",
                                            "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "c28d777d-a16a-470c-9618-38996e552f58",
                                            "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "a3d1b6ee-8799-4cf7-94be-90b9283a044d",
                                            "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        }
                                    ],
                                    "event": [],
                                    "protocolProfileBehavior": {
                                        "disableBodyPruning": true
                                    }
                                }
                            ]
                        },
                        {
                            "name": "processConnectorDependency",
                            "description": "",
                            "item": [
                                {
                                    "id": "1b1c2ee4-e9bf-4401-a068-c379366dc7d6",
                                    "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": "OaqXXp3UzSuT3bIPziPYSXtVNaVTvt6akKZQD78BZjO4tmJDYcB1AC88tJxAgWMpJATLI8RYjaylMnZhuKL6Kf1ALQ39KM5K600tIDjsV94K7bl4O2q3MJNaKOIvkN01xZEXW1SQoyKdJpxdw66R7vMoQJxTI7mWvUq9XNmmv9Ys1y0Wxx9emGXU7MerM6i3p2GKNKDRDlqjvWwHAEHFFumzXs7hFV"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "can filter on attributes with the format f={filter\\_name}={filter\\_value} with the name/value pair as url encoded string.",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "f",
                                                    "value": "foo1lEnHIhQB5fq2"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "can order on attributes",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "o",
                                                    "value": "ElsZ0Wa%AfgzOic3nqzlLHuJunQ0HKfl4yu"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "can search on attributes",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "s",
                                                    "value": "ElsZ0Wa%AfgzOic3nqzlLHuJunQ0HKfl4yu"
                                                }
                                            ],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            }
                                        ],
                                        "method": "GET",
                                        "body": {},
                                        "auth": null
                                    },
                                    "response": [
                                        {
                                            "id": "18d305c5-20ce-4c7d-8883-40b25cc0c163",
                                            "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": "foo1lEnHIhQB5fq2"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "ElsZ0Wa%AfgzOic3nqzlLHuJunQ0HKfl4yu"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can search on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "s",
                                                            "value": "ElsZ0Wa%AfgzOic3nqzlLHuJunQ0HKfl4yu"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security 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": "fb8bab92-53f6-4e14-8333-6b76187a3cc9",
                                            "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": "foo1lEnHIhQB5fq2"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "ElsZ0Wa%AfgzOic3nqzlLHuJunQ0HKfl4yu"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can search on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "s",
                                                            "value": "ElsZ0Wa%AfgzOic3nqzlLHuJunQ0HKfl4yu"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "Bad Request",
                                            "code": 400,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "cb3174d3-19ed-4a9e-8eaf-0908b80b5546",
                                            "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": "foo1lEnHIhQB5fq2"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "ElsZ0Wa%AfgzOic3nqzlLHuJunQ0HKfl4yu"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can search on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "s",
                                                            "value": "ElsZ0Wa%AfgzOic3nqzlLHuJunQ0HKfl4yu"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "Unauthorized",
                                            "code": 401,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "019e1712-5727-4794-8703-c1204f7ca05f",
                                            "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": "foo1lEnHIhQB5fq2"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "ElsZ0Wa%AfgzOic3nqzlLHuJunQ0HKfl4yu"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can search on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "s",
                                                            "value": "ElsZ0Wa%AfgzOic3nqzlLHuJunQ0HKfl4yu"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "Forbidden",
                                            "code": 403,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "fde9171f-8661-4774-b9fb-a7c2df3cc3c5",
                                            "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": "foo1lEnHIhQB5fq2"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "ElsZ0Wa%AfgzOic3nqzlLHuJunQ0HKfl4yu"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can search on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "s",
                                                            "value": "ElsZ0Wa%AfgzOic3nqzlLHuJunQ0HKfl4yu"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "Internal Server Error",
                                            "code": 500,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        }
                                    ],
                                    "event": [],
                                    "protocolProfileBehavior": {
                                        "disableBodyPruning": true
                                    }
                                }
                            ]
                        },
                        {
                            "name": "connectorFailure",
                            "description": "",
                            "item": [
                                {
                                    "name": "{id}",
                                    "description": "",
                                    "item": [
                                        {
                                            "id": "9e5ce0ed-0f94-4679-92e4-2c8160b88efd",
                                            "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": "Mm0TiQX9qVyifL5kguuVDviHl5fMXZDaw_cnwAbg.5OhoRj4XZwQymp8oocbu4lKNr91jdXHa3lQXFp3FyvHHo-fttR3QuX-897sd8eXx95P5YMOZ8sU1Ydz4uLq",
                                                            "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": "2950fe9b-2582-4ccd-965f-fabe3d21e8c7",
                                                    "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": "cdc83452-14f6-483f-96d8-df5cb76e8653",
                                                    "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "5bdc07d1-9e3d-48cf-a196-20d38815628c",
                                                    "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "b3c1f38b-3738-4773-81d7-a99252bf33dc",
                                                    "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "c39475b3-d320-41c8-a428-6a0ddd2bbd54",
                                                    "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "81191c30-cbba-4151-a1a8-cf910f4a2d77",
                                                    "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        }
                                    ]
                                }
                            ]
                        },
                        {
                            "name": "connectorInstance",
                            "description": "",
                            "item": [
                                {
                                    "id": "916edbeb-95d7-49c7-b2bb-7e316cebbd4d",
                                    "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": "OaqXXp3UzSuT3bIPziPYSXtVNaVTvt6akKZQD78BZjO4tmJDYcB1AC88tJxAgWMpJATLI8RYjaylMnZhuKL6Kf1ALQ39KM5K600tIDjsV94K7bl4O2q3MJNaKOIvkN01xZEXW1SQoyKdJpxdw66R7vMoQJxTI7mWvUq9XNmmv9Ys1y0Wxx9emGXU7MerM6i3p2GKNKDRDlqjvWwHAEHFFumzXs7hFV"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "can filter on attributes with the format f={filter\\_name}={filter\\_value} with the name/value pair as url encoded string.",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "f",
                                                    "value": "foo1lEnHIhQB5fq2"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "can order on attributes",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "o",
                                                    "value": "ElsZ0Wa%AfgzOic3nqzlLHuJunQ0HKfl4yu"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "can search on attributes",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "s",
                                                    "value": "ElsZ0Wa%AfgzOic3nqzlLHuJunQ0HKfl4yu"
                                                }
                                            ],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            }
                                        ],
                                        "method": "GET",
                                        "body": {},
                                        "auth": null
                                    },
                                    "response": [
                                        {
                                            "id": "21c85ddb-9b1d-403b-9612-e12f8464ce6b",
                                            "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": "foo1lEnHIhQB5fq2"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "ElsZ0Wa%AfgzOic3nqzlLHuJunQ0HKfl4yu"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can search on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "s",
                                                            "value": "ElsZ0Wa%AfgzOic3nqzlLHuJunQ0HKfl4yu"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "OK",
                                            "code": 200,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "The total number of matching items",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "Content-Range",
                                                    "value": "<long>"
                                                }
                                            ],
                                            "body": "[\n  {\n    \"containerType\": \"<string>\",\n    \"connectorId\": \"<string>\",\n    \"id\": \"<long>\",\n    \"name\": \"<string>\",\n    \"activationEvent\": \"ON_FINISH\",\n    \"state\": \"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\": \"TO_RE_EXECUTE\",\n    \"containerId\": \"<string>\",\n    \"version\": \"<string>\"\n  }\n]",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "cb8e8115-c046-49df-a194-9b916d29399d",
                                            "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": "foo1lEnHIhQB5fq2"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "ElsZ0Wa%AfgzOic3nqzlLHuJunQ0HKfl4yu"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can search on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "s",
                                                            "value": "ElsZ0Wa%AfgzOic3nqzlLHuJunQ0HKfl4yu"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "Bad Request",
                                            "code": 400,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "fb2a7249-0439-460f-88e6-64b04660edeb",
                                            "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": "foo1lEnHIhQB5fq2"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "ElsZ0Wa%AfgzOic3nqzlLHuJunQ0HKfl4yu"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can search on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "s",
                                                            "value": "ElsZ0Wa%AfgzOic3nqzlLHuJunQ0HKfl4yu"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "Unauthorized",
                                            "code": 401,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "557b1143-c2e7-466e-94d6-c1e398c0e766",
                                            "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": "foo1lEnHIhQB5fq2"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "ElsZ0Wa%AfgzOic3nqzlLHuJunQ0HKfl4yu"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can search on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "s",
                                                            "value": "ElsZ0Wa%AfgzOic3nqzlLHuJunQ0HKfl4yu"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "Forbidden",
                                            "code": 403,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "0fd09c85-1252-48f4-92cd-659e9b81577d",
                                            "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": "foo1lEnHIhQB5fq2"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "ElsZ0Wa%AfgzOic3nqzlLHuJunQ0HKfl4yu"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can search on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "s",
                                                            "value": "ElsZ0Wa%AfgzOic3nqzlLHuJunQ0HKfl4yu"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "Internal Server Error",
                                            "code": 500,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        }
                                    ],
                                    "event": [],
                                    "protocolProfileBehavior": {
                                        "disableBodyPruning": true
                                    }
                                }
                            ]
                        },
                        {
                            "name": "archivedConnectorInstance",
                            "description": "",
                            "item": [
                                {
                                    "id": "eaf0daf4-fdf2-42e3-92e2-f0c662260f59",
                                    "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": "OaqXXp3UzSuT3bIPziPYSXtVNaVTvt6akKZQD78BZjO4tmJDYcB1AC88tJxAgWMpJATLI8RYjaylMnZhuKL6Kf1ALQ39KM5K600tIDjsV94K7bl4O2q3MJNaKOIvkN01xZEXW1SQoyKdJpxdw66R7vMoQJxTI7mWvUq9XNmmv9Ys1y0Wxx9emGXU7MerM6i3p2GKNKDRDlqjvWwHAEHFFumzXs7hFV"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "can filter on attributes with the format f={filter\\_name}={filter\\_value} with the name/value pair as url encoded string.",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "f",
                                                    "value": "foo1lEnHIhQB5fq2"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "can order on attributes",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "o",
                                                    "value": "ElsZ0Wa%AfgzOic3nqzlLHuJunQ0HKfl4yu"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "can search on attributes",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "s",
                                                    "value": "ElsZ0Wa%AfgzOic3nqzlLHuJunQ0HKfl4yu"
                                                }
                                            ],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            }
                                        ],
                                        "method": "GET",
                                        "body": {},
                                        "auth": null
                                    },
                                    "response": [
                                        {
                                            "id": "7aa2a53c-2f1b-4873-9f7b-ca6aac5fbfa8",
                                            "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": "foo1lEnHIhQB5fq2"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "ElsZ0Wa%AfgzOic3nqzlLHuJunQ0HKfl4yu"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can search on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "s",
                                                            "value": "ElsZ0Wa%AfgzOic3nqzlLHuJunQ0HKfl4yu"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "OK",
                                            "code": 200,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "The total number of matching items",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "Content-Range",
                                                    "value": "<long>"
                                                }
                                            ],
                                            "body": "[\n  {\n    \"containerType\": \"<string>\",\n    \"connectorId\": \"<string>\",\n    \"id\": \"<long>\",\n    \"name\": \"<string>\",\n    \"activationEvent\": \"ON_FINISH\",\n    \"state\": \"FAILED\",\n    \"containerId\": \"<string>\",\n    \"version\": \"<string>\",\n    \"archivedDate\": \"0489-12-31 06:10:23\"\n  },\n  {\n    \"containerType\": \"<string>\",\n    \"connectorId\": \"<string>\",\n    \"id\": \"<long>\",\n    \"name\": \"<string>\",\n    \"activationEvent\": \"ON_FINISH\",\n    \"state\": \"FAILED\",\n    \"containerId\": \"<string>\",\n    \"version\": \"<string>\",\n    \"archivedDate\": \"8669-12-06 20:30:25\"\n  }\n]",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "083ac0e2-bab3-4636-983d-a1682bdfcfd4",
                                            "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": "foo1lEnHIhQB5fq2"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "ElsZ0Wa%AfgzOic3nqzlLHuJunQ0HKfl4yu"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can search on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "s",
                                                            "value": "ElsZ0Wa%AfgzOic3nqzlLHuJunQ0HKfl4yu"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "Bad Request",
                                            "code": 400,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "101e9f3f-b73a-47dd-900a-0aed382eefa2",
                                            "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": "foo1lEnHIhQB5fq2"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "ElsZ0Wa%AfgzOic3nqzlLHuJunQ0HKfl4yu"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can search on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "s",
                                                            "value": "ElsZ0Wa%AfgzOic3nqzlLHuJunQ0HKfl4yu"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "Unauthorized",
                                            "code": 401,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "3305d81c-30a1-47a9-86e4-eb6d8315dec0",
                                            "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": "foo1lEnHIhQB5fq2"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "ElsZ0Wa%AfgzOic3nqzlLHuJunQ0HKfl4yu"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can search on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "s",
                                                            "value": "ElsZ0Wa%AfgzOic3nqzlLHuJunQ0HKfl4yu"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "Forbidden",
                                            "code": 403,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "3d88019f-0fe7-4882-93c4-5a3d9c2b2a06",
                                            "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": "foo1lEnHIhQB5fq2"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "ElsZ0Wa%AfgzOic3nqzlLHuJunQ0HKfl4yu"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can search on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "s",
                                                            "value": "ElsZ0Wa%AfgzOic3nqzlLHuJunQ0HKfl4yu"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "Internal Server Error",
                                            "code": 500,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        }
                                    ],
                                    "event": [],
                                    "protocolProfileBehavior": {
                                        "disableBodyPruning": true
                                    }
                                }
                            ]
                        },
                        {
                            "name": "flowNode",
                            "description": "",
                            "item": [
                                {
                                    "id": "0e238439-c5c6-4d4d-8d49-1625279ed88d",
                                    "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": "OaqXXp3UzSuT3bIPziPYSXtVNaVTvt6akKZQD78BZjO4tmJDYcB1AC88tJxAgWMpJATLI8RYjaylMnZhuKL6Kf1ALQ39KM5K600tIDjsV94K7bl4O2q3MJNaKOIvkN01xZEXW1SQoyKdJpxdw66R7vMoQJxTI7mWvUq9XNmmv9Ys1y0Wxx9emGXU7MerM6i3p2GKNKDRDlqjvWwHAEHFFumzXs7hFV"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "can filter on attributes with the format f={filter\\_name}={filter\\_value} with the name/value pair as url encoded string.",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "f",
                                                    "value": "foo1lEnHIhQB5fq2"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "can order on attributes",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "o",
                                                    "value": "ElsZ0Wa%AfgzOic3nqzlLHuJunQ0HKfl4yu"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "can search on attributes",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "s",
                                                    "value": "ElsZ0Wa%AfgzOic3nqzlLHuJunQ0HKfl4yu"
                                                }
                                            ],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            }
                                        ],
                                        "method": "GET",
                                        "body": {},
                                        "auth": null
                                    },
                                    "response": [
                                        {
                                            "id": "3ab676a4-d4fe-4266-bfe4-f4c9acec877c",
                                            "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": "foo1lEnHIhQB5fq2"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "ElsZ0Wa%AfgzOic3nqzlLHuJunQ0HKfl4yu"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can search on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "s",
                                                            "value": "ElsZ0Wa%AfgzOic3nqzlLHuJunQ0HKfl4yu"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security 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": "dd543e84-beb0-4f37-aa2f-88e6368dc63a",
                                            "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": "foo1lEnHIhQB5fq2"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "ElsZ0Wa%AfgzOic3nqzlLHuJunQ0HKfl4yu"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can search on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "s",
                                                            "value": "ElsZ0Wa%AfgzOic3nqzlLHuJunQ0HKfl4yu"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "Bad Request",
                                            "code": 400,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "8f31dd50-1eb0-4e84-b59a-fc818432abee",
                                            "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": "foo1lEnHIhQB5fq2"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "ElsZ0Wa%AfgzOic3nqzlLHuJunQ0HKfl4yu"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can search on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "s",
                                                            "value": "ElsZ0Wa%AfgzOic3nqzlLHuJunQ0HKfl4yu"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "Unauthorized",
                                            "code": 401,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "ad4b9d69-fad6-4b3d-b3ff-c6cda303b1ca",
                                            "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": "foo1lEnHIhQB5fq2"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "ElsZ0Wa%AfgzOic3nqzlLHuJunQ0HKfl4yu"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can search on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "s",
                                                            "value": "ElsZ0Wa%AfgzOic3nqzlLHuJunQ0HKfl4yu"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "Forbidden",
                                            "code": 403,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "6d6ebdbf-c42b-4178-96ed-e3fda0a31847",
                                            "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": "foo1lEnHIhQB5fq2"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "ElsZ0Wa%AfgzOic3nqzlLHuJunQ0HKfl4yu"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can search on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "s",
                                                            "value": "ElsZ0Wa%AfgzOic3nqzlLHuJunQ0HKfl4yu"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "Internal Server Error",
                                            "code": 500,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        }
                                    ],
                                    "event": [],
                                    "protocolProfileBehavior": {
                                        "disableBodyPruning": true
                                    }
                                },
                                {
                                    "name": "{id}",
                                    "description": "",
                                    "item": [
                                        {
                                            "id": "68a2831c-7503-4a41-97d0-9e4f4109efaf",
                                            "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": "Mm0TiQX9qVyifL5kguuVDviHl5fMXZDaw_cnwAbg.5OhoRj4XZwQymp8oocbu4lKNr91jdXHa3lQXFp3FyvHHo-fttR3QuX-897sd8eXx95P5YMOZ8sU1Ydz4uLq",
                                                            "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": "dc7d81f5-62bf-495f-80bd-46cbabbe7586",
                                                    "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": "ed0fc1e8-5afb-48bd-9def-08d864b09ffc",
                                                    "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "01b29cdd-d01d-4273-bf6d-0d452d7850cb",
                                                    "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "754efe0c-4888-4a0d-9fba-1a6c5a969999",
                                                    "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "74e01303-5589-424c-96b6-b22c186148e5",
                                                    "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "471e3af6-14ae-426c-a9ba-f2a21093e96d",
                                                    "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        },
                                        {
                                            "id": "e8cc37f4-abe3-44fa-8bb9-ee403eb10a03",
                                            "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": "Mm0TiQX9qVyifL5kguuVDviHl5fMXZDaw_cnwAbg.5OhoRj4XZwQymp8oocbu4lKNr91jdXHa3lQXFp3FyvHHo-fttR3QuX-897sd8eXx95P5YMOZ8sU1Ydz4uLq",
                                                            "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": "79c178a2-583f-4cd5-a773-c7aedd19b79b",
                                                    "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": "54c71588-59c4-46fa-8c96-7f7c64db0e8a",
                                                    "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "9425a58f-54bc-4f41-b1ae-8609b86a80c1",
                                                    "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "d4ba1666-dc3a-45c7-b305-8bec5cd69dfa",
                                                    "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "812fc916-e6d3-4412-9da2-811141e3df65",
                                                    "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "56c1c41f-fa18-4aaa-a07e-da32ba0f9559",
                                                    "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        }
                                    ]
                                }
                            ]
                        },
                        {
                            "name": "archivedFlowNode",
                            "description": "",
                            "item": [
                                {
                                    "id": "c508a532-8439-431d-b9b5-c5e63ab91079",
                                    "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": "OaqXXp3UzSuT3bIPziPYSXtVNaVTvt6akKZQD78BZjO4tmJDYcB1AC88tJxAgWMpJATLI8RYjaylMnZhuKL6Kf1ALQ39KM5K600tIDjsV94K7bl4O2q3MJNaKOIvkN01xZEXW1SQoyKdJpxdw66R7vMoQJxTI7mWvUq9XNmmv9Ys1y0Wxx9emGXU7MerM6i3p2GKNKDRDlqjvWwHAEHFFumzXs7hFV"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "can filter on attributes with the format f={filter\\_name}={filter\\_value} with the name/value pair as url encoded string.",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "f",
                                                    "value": "foo1lEnHIhQB5fq2"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "can order on attributes",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "o",
                                                    "value": "ElsZ0Wa%AfgzOic3nqzlLHuJunQ0HKfl4yu"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "can search on attributes",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "s",
                                                    "value": "ElsZ0Wa%AfgzOic3nqzlLHuJunQ0HKfl4yu"
                                                }
                                            ],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            }
                                        ],
                                        "method": "GET",
                                        "body": {},
                                        "auth": null
                                    },
                                    "response": [
                                        {
                                            "id": "cbd4a841-f60d-477d-b483-124d26ffd889",
                                            "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": "foo1lEnHIhQB5fq2"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "ElsZ0Wa%AfgzOic3nqzlLHuJunQ0HKfl4yu"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can search on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "s",
                                                            "value": "ElsZ0Wa%AfgzOic3nqzlLHuJunQ0HKfl4yu"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security 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\": \"3913-10-30 21:45:59\"\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\": \"8386-09-31 23:09:09\"\n  }\n]",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "678e6e58-1234-4324-9166-67b2d93f4c03",
                                            "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": "foo1lEnHIhQB5fq2"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "ElsZ0Wa%AfgzOic3nqzlLHuJunQ0HKfl4yu"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can search on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "s",
                                                            "value": "ElsZ0Wa%AfgzOic3nqzlLHuJunQ0HKfl4yu"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "Bad Request",
                                            "code": 400,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "53d7bd15-aa7e-4902-8bba-2bd346b4857a",
                                            "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": "foo1lEnHIhQB5fq2"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "ElsZ0Wa%AfgzOic3nqzlLHuJunQ0HKfl4yu"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can search on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "s",
                                                            "value": "ElsZ0Wa%AfgzOic3nqzlLHuJunQ0HKfl4yu"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "Unauthorized",
                                            "code": 401,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "cb44dd88-0fb9-4df4-9994-670e4d36cf69",
                                            "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": "foo1lEnHIhQB5fq2"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "ElsZ0Wa%AfgzOic3nqzlLHuJunQ0HKfl4yu"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can search on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "s",
                                                            "value": "ElsZ0Wa%AfgzOic3nqzlLHuJunQ0HKfl4yu"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "Forbidden",
                                            "code": 403,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "1f5e6a2f-1720-47f9-9f04-fba13432641c",
                                            "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": "foo1lEnHIhQB5fq2"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "ElsZ0Wa%AfgzOic3nqzlLHuJunQ0HKfl4yu"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can search on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "s",
                                                            "value": "ElsZ0Wa%AfgzOic3nqzlLHuJunQ0HKfl4yu"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "Internal Server Error",
                                            "code": 500,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        }
                                    ],
                                    "event": [],
                                    "protocolProfileBehavior": {
                                        "disableBodyPruning": true
                                    }
                                },
                                {
                                    "name": "{id}",
                                    "description": "",
                                    "item": [
                                        {
                                            "id": "27542eac-ef8e-4aaf-8aa1-a2667ae7c5f7",
                                            "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": "Mm0TiQX9qVyifL5kguuVDviHl5fMXZDaw_cnwAbg.5OhoRj4XZwQymp8oocbu4lKNr91jdXHa3lQXFp3FyvHHo-fttR3QuX-897sd8eXx95P5YMOZ8sU1Ydz4uLq",
                                                            "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": "c1d6fb97-515c-458b-819f-fa424f63cd0a",
                                                    "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\": \"1731-11-19 11:28:42\"\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "ea91a20c-5ca7-4096-9a38-82f10e31fe4a",
                                                    "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "c57045c2-2870-4409-82ab-d351330c4c82",
                                                    "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "c6fd174a-65ab-430d-9252-623be6398de5",
                                                    "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "a1646d8b-917a-43cc-b735-ad240e20d1cc",
                                                    "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "771f4dbc-88dd-415c-8c59-1572f3fcde25",
                                                    "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        }
                                    ]
                                }
                            ]
                        },
                        {
                            "name": "timerEventTrigger",
                            "description": "",
                            "item": [
                                {
                                    "id": "e6f8fd35-fd24-46b8-a77c-ad8911979cd7",
                                    "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": "OaqXXp3UzSuT3bIPziPYSXtVNaVTvt6akKZQD78BZjO4tmJDYcB1AC88tJxAgWMpJATLI8RYjaylMnZhuKL6Kf1ALQ39KM5K600tIDjsV94K7bl4O2q3MJNaKOIvkN01xZEXW1SQoyKdJpxdw66R7vMoQJxTI7mWvUq9XNmmv9Ys1y0Wxx9emGXU7MerM6i3p2GKNKDRDlqjvWwHAEHFFumzXs7hFV"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "can filter on attributes with the format f={filter\\_name}={filter\\_value} with the name/value pair as url encoded string.",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "f",
                                                    "value": "foo1lEnHIhQB5fq2"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "can order on attributes",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "o",
                                                    "value": "ElsZ0Wa%AfgzOic3nqzlLHuJunQ0HKfl4yu"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "can search on attributes",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "s",
                                                    "value": "ElsZ0Wa%AfgzOic3nqzlLHuJunQ0HKfl4yu"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "(Required) the process instance id",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "caseId",
                                                    "value": "Mm0TiQX9qVyifL5kguuVDviHl5fMXZDaw_cnwAbg.5OhoRj4XZwQymp8oocbu4lKNr91jdXHa3lQXFp3FyvHHo-fttR3QuX-897sd8eXx95P5YMOZ8sU1Ydz4uLq"
                                                }
                                            ],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            }
                                        ],
                                        "method": "GET",
                                        "body": {},
                                        "auth": null
                                    },
                                    "response": [
                                        {
                                            "id": "9ed19099-ff49-409b-95e7-c32e1b396be4",
                                            "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": "foo1lEnHIhQB5fq2"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "ElsZ0Wa%AfgzOic3nqzlLHuJunQ0HKfl4yu"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can search on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "s",
                                                            "value": "ElsZ0Wa%AfgzOic3nqzlLHuJunQ0HKfl4yu"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) the process instance id",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "caseId",
                                                            "value": "Mm0TiQX9qVyifL5kguuVDviHl5fMXZDaw_cnwAbg.5OhoRj4XZwQymp8oocbu4lKNr91jdXHa3lQXFp3FyvHHo-fttR3QuX-897sd8eXx95P5YMOZ8sU1Ydz4uLq"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security 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": "bff8361f-2efc-4042-a483-a79a1d1c0d02",
                                            "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": "foo1lEnHIhQB5fq2"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "ElsZ0Wa%AfgzOic3nqzlLHuJunQ0HKfl4yu"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can search on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "s",
                                                            "value": "ElsZ0Wa%AfgzOic3nqzlLHuJunQ0HKfl4yu"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) the process instance id",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "caseId",
                                                            "value": "Mm0TiQX9qVyifL5kguuVDviHl5fMXZDaw_cnwAbg.5OhoRj4XZwQymp8oocbu4lKNr91jdXHa3lQXFp3FyvHHo-fttR3QuX-897sd8eXx95P5YMOZ8sU1Ydz4uLq"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "Bad Request",
                                            "code": 400,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "0920454f-f32e-4e46-9d73-37584d6d9f1d",
                                            "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": "foo1lEnHIhQB5fq2"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "ElsZ0Wa%AfgzOic3nqzlLHuJunQ0HKfl4yu"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can search on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "s",
                                                            "value": "ElsZ0Wa%AfgzOic3nqzlLHuJunQ0HKfl4yu"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) the process instance id",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "caseId",
                                                            "value": "Mm0TiQX9qVyifL5kguuVDviHl5fMXZDaw_cnwAbg.5OhoRj4XZwQymp8oocbu4lKNr91jdXHa3lQXFp3FyvHHo-fttR3QuX-897sd8eXx95P5YMOZ8sU1Ydz4uLq"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "Unauthorized",
                                            "code": 401,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "bc0f748f-e09d-41a0-8b20-2af74ee22288",
                                            "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": "foo1lEnHIhQB5fq2"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "ElsZ0Wa%AfgzOic3nqzlLHuJunQ0HKfl4yu"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can search on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "s",
                                                            "value": "ElsZ0Wa%AfgzOic3nqzlLHuJunQ0HKfl4yu"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) the process instance id",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "caseId",
                                                            "value": "Mm0TiQX9qVyifL5kguuVDviHl5fMXZDaw_cnwAbg.5OhoRj4XZwQymp8oocbu4lKNr91jdXHa3lQXFp3FyvHHo-fttR3QuX-897sd8eXx95P5YMOZ8sU1Ydz4uLq"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "Forbidden",
                                            "code": 403,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "05233d4c-4767-4ad9-b682-aeaaaf2faca1",
                                            "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": "foo1lEnHIhQB5fq2"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "ElsZ0Wa%AfgzOic3nqzlLHuJunQ0HKfl4yu"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can search on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "s",
                                                            "value": "ElsZ0Wa%AfgzOic3nqzlLHuJunQ0HKfl4yu"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) the process instance id",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "caseId",
                                                            "value": "Mm0TiQX9qVyifL5kguuVDviHl5fMXZDaw_cnwAbg.5OhoRj4XZwQymp8oocbu4lKNr91jdXHa3lQXFp3FyvHHo-fttR3QuX-897sd8eXx95P5YMOZ8sU1Ydz4uLq"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "Internal Server Error",
                                            "code": 500,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        }
                                    ],
                                    "event": [],
                                    "protocolProfileBehavior": {
                                        "disableBodyPruning": true
                                    }
                                },
                                {
                                    "name": "{id}",
                                    "description": "",
                                    "item": [
                                        {
                                            "id": "81db3021-76f3-4216-bae9-1ba3638c1df6",
                                            "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": "Mm0TiQX9qVyifL5kguuVDviHl5fMXZDaw_cnwAbg.5OhoRj4XZwQymp8oocbu4lKNr91jdXHa3lQXFp3FyvHHo-fttR3QuX-897sd8eXx95P5YMOZ8sU1Ydz4uLq",
                                                            "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": "bcee5aa8-2ad4-457e-94af-a547a42ce8af",
                                                    "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": "04b894a0-1d0f-4f4b-a6be-e47596e1cdea",
                                                    "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "180610c0-7d7c-4a1f-9310-bfb433dd326a",
                                                    "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "49544bde-d951-4033-9f8f-a2ac7a456ed2",
                                                    "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "870e0473-6e8e-48b4-893c-af5f8925e91b",
                                                    "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "5950d860-22d4-4009-be13-ae163d281f8e",
                                                    "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        },
                                        {
                                            "id": "3ead3e38-31fa-4899-8803-67671c210796",
                                            "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": "Mm0TiQX9qVyifL5kguuVDviHl5fMXZDaw_cnwAbg.5OhoRj4XZwQymp8oocbu4lKNr91jdXHa3lQXFp3FyvHHo-fttR3QuX-897sd8eXx95P5YMOZ8sU1Ydz4uLq",
                                                            "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": "866c2b6e-f3c6-46fd-b07e-8fbc9f83eabb",
                                                    "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": "df96469f-24be-42af-956e-a1887a3f77b2",
                                                    "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "60edcd58-fa4e-4f99-b076-9475d24f4482",
                                                    "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "9db7ce62-9c80-44e2-a3c9-052909892b02",
                                                    "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "ec9fa479-77ad-4ff0-8c50-536ee1f70128",
                                                    "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "5c0e50ab-245c-4817-9d5f-828ac8d9e99d",
                                                    "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        }
                                    ]
                                }
                            ]
                        },
                        {
                            "name": "message",
                            "description": "",
                            "item": [
                                {
                                    "id": "c93002a7-6831-4538-8d28-b7cbbe8da859",
                                    "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    \"in886\": {\n      \"value\": \"<string>\",\n      \"type\": \"java.time.LocalDateTime\"\n    },\n    \"magna9e0\": {\n      \"value\": \"<string>\",\n      \"type\": \"java.lang.Float\"\n    }\n  },\n  \"correlations\": {\n    \"Excepteur_fb9\": {\n      \"value\": \"<string>\",\n      \"type\": \"java.time.LocalDate\"\n    },\n    \"et8\": {\n      \"value\": \"<string>\",\n      \"type\": \"java.lang.String\"\n    },\n    \"et1c\": {\n      \"value\": \"<string>\",\n      \"type\": \"java.lang.Boolean\"\n    }\n  }\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        },
                                        "auth": null
                                    },
                                    "response": [
                                        {
                                            "id": "4e64153e-d3c6-405b-91b5-9aa14e6974f1",
                                            "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    \"in886\": {\n      \"value\": \"<string>\",\n      \"type\": \"java.time.LocalDateTime\"\n    },\n    \"magna9e0\": {\n      \"value\": \"<string>\",\n      \"type\": \"java.lang.Float\"\n    }\n  },\n  \"correlations\": {\n    \"Excepteur_fb9\": {\n      \"value\": \"<string>\",\n      \"type\": \"java.time.LocalDate\"\n    },\n    \"et8\": {\n      \"value\": \"<string>\",\n      \"type\": \"java.lang.String\"\n    },\n    \"et1c\": {\n      \"value\": \"<string>\",\n      \"type\": \"java.lang.Boolean\"\n    }\n  }\n}",
                                                    "options": {
                                                        "raw": {
                                                            "headerFamily": "json",
                                                            "language": "json"
                                                        }
                                                    }
                                                }
                                            },
                                            "status": "No Content",
                                            "code": 204,
                                            "header": [],
                                            "cookie": [],
                                            "_postman_previewlanguage": "text"
                                        },
                                        {
                                            "id": "b9fd0926-8160-4e2c-addb-295335c8beab",
                                            "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    \"in886\": {\n      \"value\": \"<string>\",\n      \"type\": \"java.time.LocalDateTime\"\n    },\n    \"magna9e0\": {\n      \"value\": \"<string>\",\n      \"type\": \"java.lang.Float\"\n    }\n  },\n  \"correlations\": {\n    \"Excepteur_fb9\": {\n      \"value\": \"<string>\",\n      \"type\": \"java.time.LocalDate\"\n    },\n    \"et8\": {\n      \"value\": \"<string>\",\n      \"type\": \"java.lang.String\"\n    },\n    \"et1c\": {\n      \"value\": \"<string>\",\n      \"type\": \"java.lang.Boolean\"\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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "a5442429-4527-444f-8df7-feee12c7f33f",
                                            "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    \"in886\": {\n      \"value\": \"<string>\",\n      \"type\": \"java.time.LocalDateTime\"\n    },\n    \"magna9e0\": {\n      \"value\": \"<string>\",\n      \"type\": \"java.lang.Float\"\n    }\n  },\n  \"correlations\": {\n    \"Excepteur_fb9\": {\n      \"value\": \"<string>\",\n      \"type\": \"java.time.LocalDate\"\n    },\n    \"et8\": {\n      \"value\": \"<string>\",\n      \"type\": \"java.lang.String\"\n    },\n    \"et1c\": {\n      \"value\": \"<string>\",\n      \"type\": \"java.lang.Boolean\"\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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "53461058-5fc2-4b52-a578-bb44e40789e6",
                                            "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    \"in886\": {\n      \"value\": \"<string>\",\n      \"type\": \"java.time.LocalDateTime\"\n    },\n    \"magna9e0\": {\n      \"value\": \"<string>\",\n      \"type\": \"java.lang.Float\"\n    }\n  },\n  \"correlations\": {\n    \"Excepteur_fb9\": {\n      \"value\": \"<string>\",\n      \"type\": \"java.time.LocalDate\"\n    },\n    \"et8\": {\n      \"value\": \"<string>\",\n      \"type\": \"java.lang.String\"\n    },\n    \"et1c\": {\n      \"value\": \"<string>\",\n      \"type\": \"java.lang.Boolean\"\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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "c040156e-4ef4-497e-bcbf-e0e0ffd629f4",
                                            "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    \"in886\": {\n      \"value\": \"<string>\",\n      \"type\": \"java.time.LocalDateTime\"\n    },\n    \"magna9e0\": {\n      \"value\": \"<string>\",\n      \"type\": \"java.lang.Float\"\n    }\n  },\n  \"correlations\": {\n    \"Excepteur_fb9\": {\n      \"value\": \"<string>\",\n      \"type\": \"java.time.LocalDate\"\n    },\n    \"et8\": {\n      \"value\": \"<string>\",\n      \"type\": \"java.lang.String\"\n    },\n    \"et1c\": {\n      \"value\": \"<string>\",\n      \"type\": \"java.lang.Boolean\"\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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        }
                                    ],
                                    "event": [],
                                    "protocolProfileBehavior": {
                                        "disableBodyPruning": true
                                    }
                                }
                            ]
                        },
                        {
                            "name": "signal",
                            "description": "",
                            "item": [
                                {
                                    "id": "6528b965-7b92-44ed-81f2-3a2f2c17e121",
                                    "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": "6b2527b0-6f6b-41b6-ab99-d2324781b345",
                                            "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": "8f307112-571a-421a-bb23-56d1b4bb00aa",
                                            "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "77b31553-c524-4412-8ee5-cd7dd6c38d25",
                                            "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "64e7c8c2-2ccf-4eb9-ac7c-57e50f47d89a",
                                            "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "1528aec4-3c26-4cd0-a93a-7257bc65e26e",
                                            "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        }
                                    ],
                                    "event": [],
                                    "protocolProfileBehavior": {
                                        "disableBodyPruning": true
                                    }
                                }
                            ]
                        }
                    ]
                },
                {
                    "name": "customuserinfo",
                    "description": "",
                    "item": [
                        {
                            "name": "definition",
                            "description": "",
                            "item": [
                                {
                                    "id": "d0418cb5-1256-4290-9fb3-db1b7e9a2dd3",
                                    "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": "59f598fc-5ac7-48f0-9fc4-728ed9f18130",
                                            "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": "38e9037b-2cd5-4130-b46d-f61d6d729cb6",
                                            "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "ecac645d-0469-4407-a910-61ae55752fda",
                                            "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "90e614ab-2543-4967-997a-9e1f003a2ce4",
                                            "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "58331fea-8acf-417a-8240-6bb1f72d14b8",
                                            "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        }
                                    ],
                                    "event": [],
                                    "protocolProfileBehavior": {
                                        "disableBodyPruning": true
                                    }
                                },
                                {
                                    "id": "8fd1cfb2-6fad-4247-a2eb-83fb91d1cba7",
                                    "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": "b4d204ce-89bf-404e-aa5b-7431ab0aad81",
                                            "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": "913345bb-3dd8-4923-9b2a-67048b99b699",
                                            "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "982538fc-5cdc-4092-b835-efcfcf6f3609",
                                            "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "9584571b-4e32-4c89-9da1-2850f6964bcf",
                                            "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "8b00523b-0a7c-42c6-a18b-8f9045c7f479",
                                            "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        }
                                    ],
                                    "event": [],
                                    "protocolProfileBehavior": {
                                        "disableBodyPruning": true
                                    }
                                },
                                {
                                    "name": "{id}",
                                    "description": "",
                                    "item": [
                                        {
                                            "id": "0ace6406-43fa-44bc-9387-35973a74a2b1",
                                            "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": "Mm0TiQX9qVyifL5kguuVDviHl5fMXZDaw_cnwAbg.5OhoRj4XZwQymp8oocbu4lKNr91jdXHa3lQXFp3FyvHHo-fttR3QuX-897sd8eXx95P5YMOZ8sU1Ydz4uLq",
                                                            "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": "2be230f8-5ad6-4bb4-b442-8cdf0cef3647",
                                                    "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": "21a22c39-7115-4412-92a1-a0cf1c3dca8a",
                                                    "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "5b05c825-cf03-4b7b-9acc-5376163378fe",
                                                    "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "14e3841c-e59f-4e05-8563-c500ef85704d",
                                                    "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "39d88caa-79a8-4978-9118-97dc9c56eaae",
                                                    "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "2623ae9f-982f-4a85-871a-5cf9c1ddd589",
                                                    "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        },
                                        {
                                            "id": "6c1ca1d5-c489-40ea-8f6a-4c3503960661",
                                            "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": "Mm0TiQX9qVyifL5kguuVDviHl5fMXZDaw_cnwAbg.5OhoRj4XZwQymp8oocbu4lKNr91jdXHa3lQXFp3FyvHHo-fttR3QuX-897sd8eXx95P5YMOZ8sU1Ydz4uLq",
                                                            "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": "b490f7da-006c-4004-9411-93ac35845247",
                                                    "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": "1dcf3781-d2d7-4450-9b94-ad18eeb741c3",
                                                    "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "edaf944c-08ed-4f42-8b31-f6b53b668e75",
                                                    "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "0aab5210-c7a9-4114-9808-94d3bb4848b2",
                                                    "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "7af67272-9aa1-4ab8-a77e-5ee1b51f7c6b",
                                                    "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "df1927b8-f560-4320-82c5-8db2c8fced0a",
                                                    "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        }
                                    ]
                                }
                            ]
                        },
                        {
                            "name": "value",
                            "description": "",
                            "item": [
                                {
                                    "id": "a9b57d34-2157-4b8e-9535-540426a4802f",
                                    "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": "OaqXXp3UzSuT3bIPziPYSXtVNaVTvt6akKZQD78BZjO4tmJDYcB1AC88tJxAgWMpJATLI8RYjaylMnZhuKL6Kf1ALQ39KM5K600tIDjsV94K7bl4O2q3MJNaKOIvkN01xZEXW1SQoyKdJpxdw66R7vMoQJxTI7mWvUq9XNmmv9Ys1y0Wxx9emGXU7MerM6i3p2GKNKDRDlqjvWwHAEHFFumzXs7hFV"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "can filter on attributes with the format f={filter\\_name}={filter\\_value} with the name/value pair as url encoded string.",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "f",
                                                    "value": "foo1lEnHIhQB5fq2"
                                                }
                                            ],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            }
                                        ],
                                        "method": "GET",
                                        "body": {},
                                        "auth": null
                                    },
                                    "response": [
                                        {
                                            "id": "26a870f1-245f-41f1-b389-079e14aeb090",
                                            "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": "foo1lEnHIhQB5fq2"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security 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": "e2c1b8c0-a886-4014-95ed-b39dc7259655",
                                            "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": "foo1lEnHIhQB5fq2"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "Bad Request",
                                            "code": 400,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "5cf95af8-5306-4f8f-98b3-8dce0929a4e5",
                                            "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": "foo1lEnHIhQB5fq2"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "Unauthorized",
                                            "code": 401,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "96bc07ef-f7f8-4954-a653-7d795c03d845",
                                            "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": "foo1lEnHIhQB5fq2"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "Forbidden",
                                            "code": 403,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "03724cb3-0904-4450-9b4d-ed54d55bea91",
                                            "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": "foo1lEnHIhQB5fq2"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "Internal Server Error",
                                            "code": 500,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        }
                                    ],
                                    "event": [],
                                    "protocolProfileBehavior": {
                                        "disableBodyPruning": true
                                    }
                                },
                                {
                                    "name": "{userId}",
                                    "description": "",
                                    "item": [
                                        {
                                            "name": "{definitionId}",
                                            "description": "",
                                            "item": [
                                                {
                                                    "id": "35feb4ec-87f0-44aa-8884-0368dd293ed0",
                                                    "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": "Mm0TiQX9qVyifL5kguuVDviHl5fMXZDaw_cnwAbg.5OhoRj4XZwQymp8oocbu4lKNr91jdXHa3lQXFp3FyvHHo-fttR3QuX-897sd8eXx95P5YMOZ8sU1Ydz4uLq",
                                                                    "key": "userId",
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) User ID",
                                                                        "type": "text/plain"
                                                                    }
                                                                },
                                                                {
                                                                    "type": "any",
                                                                    "value": "Mm0TiQX9qVyifL5kguuVDviHl5fMXZDaw_cnwAbg.5OhoRj4XZwQymp8oocbu4lKNr91jdXHa3lQXFp3FyvHHo-fttR3QuX-897sd8eXx95P5YMOZ8sU1Ydz4uLq",
                                                                    "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": "cfdfeb6e-dc0a-4e62-aa0b-e0433332e460",
                                                            "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": "c63823a5-b06a-49a1-87c7-543bd9264e7f",
                                                            "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "json"
                                                        },
                                                        {
                                                            "id": "beddcd53-d049-44a1-bd10-fda9e703f3e3",
                                                            "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "json"
                                                        },
                                                        {
                                                            "id": "aa16509a-8fff-4ca9-b860-9c440987edf7",
                                                            "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "json"
                                                        },
                                                        {
                                                            "id": "8477a961-4a1a-4a40-bd94-6bdb67a5b21c",
                                                            "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "json"
                                                        },
                                                        {
                                                            "id": "8816fe67-29e3-4071-b570-7ac6c40345b2",
                                                            "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "json"
                                                        }
                                                    ],
                                                    "event": [],
                                                    "protocolProfileBehavior": {
                                                        "disableBodyPruning": true
                                                    }
                                                }
                                            ]
                                        }
                                    ]
                                }
                            ]
                        },
                        {
                            "name": "user",
                            "description": "",
                            "item": [
                                {
                                    "id": "2278dbd7-dc24-4255-89ac-c5749ec1b0bd",
                                    "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": "OaqXXp3UzSuT3bIPziPYSXtVNaVTvt6akKZQD78BZjO4tmJDYcB1AC88tJxAgWMpJATLI8RYjaylMnZhuKL6Kf1ALQ39KM5K600tIDjsV94K7bl4O2q3MJNaKOIvkN01xZEXW1SQoyKdJpxdw66R7vMoQJxTI7mWvUq9XNmmv9Ys1y0Wxx9emGXU7MerM6i3p2GKNKDRDlqjvWwHAEHFFumzXs7hFV"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "can filter on attributes with the format f={filter\\_name}={filter\\_value} with the name/value pair as url encoded string.",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "f",
                                                    "value": "foo1lEnHIhQB5fq2"
                                                }
                                            ],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            }
                                        ],
                                        "method": "GET",
                                        "body": {},
                                        "auth": null
                                    },
                                    "response": [
                                        {
                                            "id": "517b28b7-ca33-47ec-88dd-547370c106db",
                                            "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": "foo1lEnHIhQB5fq2"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security 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": "ac9144af-bee0-4f09-aff2-d0e324022296",
                                            "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": "foo1lEnHIhQB5fq2"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "Bad Request",
                                            "code": 400,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "5db8b256-1690-40b3-b747-84d245e5702b",
                                            "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": "foo1lEnHIhQB5fq2"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "Unauthorized",
                                            "code": 401,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "73ee1b02-629b-465c-930e-6e948c44e619",
                                            "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": "foo1lEnHIhQB5fq2"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "Forbidden",
                                            "code": 403,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "9c4f9fda-4c98-49d5-8ed8-2f592058ce0c",
                                            "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": "foo1lEnHIhQB5fq2"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "Internal Server Error",
                                            "code": 500,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        }
                                    ],
                                    "event": [],
                                    "protocolProfileBehavior": {
                                        "disableBodyPruning": true
                                    }
                                }
                            ]
                        }
                    ]
                },
                {
                    "name": "form",
                    "description": "",
                    "item": [
                        {
                            "name": "mapping",
                            "description": "",
                            "item": [
                                {
                                    "id": "408a91ff-0b5d-4e2a-ac95-6548b5b0153f",
                                    "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": "OaqXXp3UzSuT3bIPziPYSXtVNaVTvt6akKZQD78BZjO4tmJDYcB1AC88tJxAgWMpJATLI8RYjaylMnZhuKL6Kf1ALQ39KM5K600tIDjsV94K7bl4O2q3MJNaKOIvkN01xZEXW1SQoyKdJpxdw66R7vMoQJxTI7mWvUq9XNmmv9Ys1y0Wxx9emGXU7MerM6i3p2GKNKDRDlqjvWwHAEHFFumzXs7hFV"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "can filter on attributes with the format f={filter\\_name}={filter\\_value} with the name/value pair as url encoded string.",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "f",
                                                    "value": "foo1lEnHIhQB5fq2"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "can order on attributes",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "o",
                                                    "value": "ElsZ0Wa%AfgzOic3nqzlLHuJunQ0HKfl4yu"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "can search on attributes",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "s",
                                                    "value": "ElsZ0Wa%AfgzOic3nqzlLHuJunQ0HKfl4yu"
                                                }
                                            ],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            }
                                        ],
                                        "method": "GET",
                                        "body": {},
                                        "auth": null
                                    },
                                    "response": [
                                        {
                                            "id": "a621d7bd-c090-451b-8f0f-8d70f34906e3",
                                            "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": "foo1lEnHIhQB5fq2"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "ElsZ0Wa%AfgzOic3nqzlLHuJunQ0HKfl4yu"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can search on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "s",
                                                            "value": "ElsZ0Wa%AfgzOic3nqzlLHuJunQ0HKfl4yu"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "OK",
                                            "code": 200,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "The total number of matching items",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "Content-Range",
                                                    "value": "<long>"
                                                }
                                            ],
                                            "body": "[\n  {\n    \"id\": \"<string>\",\n    \"processDefinitionId\": \"<string>\",\n    \"type\": \"TASK\",\n    \"target\": \"UNDEFINED\",\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\": \"PROCESSSTART\",\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": "a4a654c8-7e68-4abf-ba6d-e8d884b54279",
                                            "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": "foo1lEnHIhQB5fq2"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "ElsZ0Wa%AfgzOic3nqzlLHuJunQ0HKfl4yu"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can search on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "s",
                                                            "value": "ElsZ0Wa%AfgzOic3nqzlLHuJunQ0HKfl4yu"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "Bad Request",
                                            "code": 400,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "2931046b-d914-4e6e-bfb7-c05c56353d9e",
                                            "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": "foo1lEnHIhQB5fq2"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "ElsZ0Wa%AfgzOic3nqzlLHuJunQ0HKfl4yu"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can search on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "s",
                                                            "value": "ElsZ0Wa%AfgzOic3nqzlLHuJunQ0HKfl4yu"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "Unauthorized",
                                            "code": 401,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "cf14371d-42c6-4037-8cc9-eb866275ff3b",
                                            "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": "foo1lEnHIhQB5fq2"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "ElsZ0Wa%AfgzOic3nqzlLHuJunQ0HKfl4yu"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can search on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "s",
                                                            "value": "ElsZ0Wa%AfgzOic3nqzlLHuJunQ0HKfl4yu"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "Forbidden",
                                            "code": 403,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "65aace82-2e95-4e64-a15b-ad89bb075861",
                                            "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": "foo1lEnHIhQB5fq2"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "ElsZ0Wa%AfgzOic3nqzlLHuJunQ0HKfl4yu"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can search on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "s",
                                                            "value": "ElsZ0Wa%AfgzOic3nqzlLHuJunQ0HKfl4yu"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "Internal Server Error",
                                            "code": 500,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        }
                                    ],
                                    "event": [],
                                    "protocolProfileBehavior": {
                                        "disableBodyPruning": true
                                    }
                                },
                                {
                                    "name": "{id}",
                                    "description": "",
                                    "item": [
                                        {
                                            "id": "75dc9740-aab2-47e9-9520-6063c34040b7",
                                            "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": "Mm0TiQX9qVyifL5kguuVDviHl5fMXZDaw_cnwAbg.5OhoRj4XZwQymp8oocbu4lKNr91jdXHa3lQXFp3FyvHHo-fttR3QuX-897sd8eXx95P5YMOZ8sU1Ydz4uLq",
                                                            "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": "d65a17ba-d831-4d4b-9288-4c7811df45bc",
                                                    "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": "ab6e5cc8-1ffe-4c1b-ad44-2f4a74cac7f4",
                                                    "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "7acc8f79-cde9-4e56-8416-b9d1870f54db",
                                                    "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "21206fc8-e86f-4f91-903d-b155406cab48",
                                                    "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "a5473146-a266-4850-ba0b-54445ebbc862",
                                                    "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "907911e1-6f81-4bf0-a20c-2b5e1738e899",
                                                    "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        }
                                    ]
                                }
                            ]
                        }
                    ]
                },
                {
                    "name": "identity",
                    "description": "",
                    "item": [
                        {
                            "name": "professionalcontactdata",
                            "description": "",
                            "item": [
                                {
                                    "id": "77d35b79-68bb-4ba7-8c21-d83ff5c4d1f2",
                                    "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": "OaqXXp3UzSuT3bIPziPYSXtVNaVTvt6akKZQD78BZjO4tmJDYcB1AC88tJxAgWMpJATLI8RYjaylMnZhuKL6Kf1ALQ39KM5K600tIDjsV94K7bl4O2q3MJNaKOIvkN01xZEXW1SQoyKdJpxdw66R7vMoQJxTI7mWvUq9XNmmv9Ys1y0Wxx9emGXU7MerM6i3p2GKNKDRDlqjvWwHAEHFFumzXs7hFV"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "can filter on attributes with the format f={filter\\_name}={filter\\_value} with the name/value pair as url encoded string.",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "f",
                                                    "value": "foo1lEnHIhQB5fq2"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "can order on attributes",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "o",
                                                    "value": "ElsZ0Wa%AfgzOic3nqzlLHuJunQ0HKfl4yu"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "can search on attributes",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "s",
                                                    "value": "ElsZ0Wa%AfgzOic3nqzlLHuJunQ0HKfl4yu"
                                                }
                                            ],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            }
                                        ],
                                        "method": "GET",
                                        "body": {},
                                        "auth": null
                                    },
                                    "response": [
                                        {
                                            "id": "3964145a-1a2b-410e-8a7e-6c2fd21efe39",
                                            "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": "foo1lEnHIhQB5fq2"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "ElsZ0Wa%AfgzOic3nqzlLHuJunQ0HKfl4yu"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can search on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "s",
                                                            "value": "ElsZ0Wa%AfgzOic3nqzlLHuJunQ0HKfl4yu"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security 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": "0bf04c88-c9e4-4e5a-9985-e564f19e1905",
                                            "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": "foo1lEnHIhQB5fq2"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "ElsZ0Wa%AfgzOic3nqzlLHuJunQ0HKfl4yu"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can search on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "s",
                                                            "value": "ElsZ0Wa%AfgzOic3nqzlLHuJunQ0HKfl4yu"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "Bad Request",
                                            "code": 400,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "9082c0e7-14d9-4544-9715-1107a936af98",
                                            "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": "foo1lEnHIhQB5fq2"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "ElsZ0Wa%AfgzOic3nqzlLHuJunQ0HKfl4yu"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can search on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "s",
                                                            "value": "ElsZ0Wa%AfgzOic3nqzlLHuJunQ0HKfl4yu"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "Unauthorized",
                                            "code": 401,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "9923cb9f-23e9-4aa3-86b5-c010ee8b16e6",
                                            "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": "foo1lEnHIhQB5fq2"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "ElsZ0Wa%AfgzOic3nqzlLHuJunQ0HKfl4yu"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can search on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "s",
                                                            "value": "ElsZ0Wa%AfgzOic3nqzlLHuJunQ0HKfl4yu"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "Forbidden",
                                            "code": 403,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "b88bdf8e-1e2f-411a-bdc9-e5c73e29bcc9",
                                            "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": "foo1lEnHIhQB5fq2"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "ElsZ0Wa%AfgzOic3nqzlLHuJunQ0HKfl4yu"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can search on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "s",
                                                            "value": "ElsZ0Wa%AfgzOic3nqzlLHuJunQ0HKfl4yu"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "Internal Server Error",
                                            "code": 500,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        }
                                    ],
                                    "event": [],
                                    "protocolProfileBehavior": {
                                        "disableBodyPruning": true
                                    }
                                },
                                {
                                    "id": "d7aa134c-d795-4315-881c-8911b2371c18",
                                    "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": "e5aee67c-fe16-4a7b-91d9-f120c05a591a",
                                            "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": "97faa9c5-6426-4ea8-94e7-101829fbd3fe",
                                            "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "252386a8-8bb7-4ca5-a7b5-a08bea3fcc26",
                                            "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "545f616a-0486-446a-89bc-e209575a9380",
                                            "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": "f136198e-ab27-447c-9c1b-7d150a782c19",
                                            "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        }
                                    ],
                                    "event": [],
                                    "protocolProfileBehavior": {
                                        "disableBodyPruning": true
                                    }
                                },
                                {
                                    "name": "{userId}",
                                    "description": "",
                                    "item": [
                                        {
                                            "id": "ae72957e-c2b1-4ae4-80c5-c9960ebaf259",
                                            "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": "Mm0TiQX9qVyifL5kguuVDviHl5fMXZDaw_cnwAbg.5OhoRj4XZwQymp8oocbu4lKNr91jdXHa3lQXFp3FyvHHo-fttR3QuX-897sd8eXx95P5YMOZ8sU1Ydz4uLq",
                                                            "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": "b5412bf4-3d13-4912-905d-cd88c3ea4da4",
                                                    "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": "33b00a82-94ab-4ef8-9b2b-aa7e51d25ef2",
                                                    "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "4ec26766-8b14-4fa9-be41-f698a5516add",
                                                    "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "c835010f-cd95-41f1-a059-1ca1f50560d6",
                                                    "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "e39b32fc-e26a-4d9a-b5bc-d3654aea608a",
                                                    "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "e81a0aa7-e2db-4c8c-922c-3cfce5523c19",
                                                    "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        },
                                        {
                                            "id": "222c7c5c-0b4d-40ff-bf82-76a4c7e89e7b",
                                            "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": "Mm0TiQX9qVyifL5kguuVDviHl5fMXZDaw_cnwAbg.5OhoRj4XZwQymp8oocbu4lKNr91jdXHa3lQXFp3FyvHHo-fttR3QuX-897sd8eXx95P5YMOZ8sU1Ydz4uLq",
                                                            "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": "65b25d44-a516-47c0-8764-f9d3e7030832",
                                                    "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": "42d64a25-8065-4feb-8056-85d242771025",
                                                    "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "1a848d4a-cc2f-43b1-bc2f-b09a7f45efd9",
                                                    "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "8d66542f-301a-44f0-9c00-36a17eb98f98",
                                                    "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "43d33054-52b8-4392-bea4-bd24a9576732",
                                                    "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "390ddb30-9598-499a-aa21-acc88e39df7e",
                                                    "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        }
                                    ]
                                }
                            ]
                        },
                        {
                            "name": "personalcontactdata",
                            "description": "",
                            "item": [
                                {
                                    "name": "{userId}",
                                    "description": "",
                                    "item": [
                                        {
                                            "id": "aa3e063f-071d-4b4b-b068-f74b0de5ac96",
                                            "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": "Mm0TiQX9qVyifL5kguuVDviHl5fMXZDaw_cnwAbg.5OhoRj4XZwQymp8oocbu4lKNr91jdXHa3lQXFp3FyvHHo-fttR3QuX-897sd8eXx95P5YMOZ8sU1Ydz4uLq",
                                                            "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": "2df510aa-2a4f-4c2c-a02c-ddd55d468db9",
                                                    "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": "49902d62-0c53-48d2-ae56-34c11d774606",
                                                    "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "bba6eb34-286f-4a2f-9391-a5af9462851c",
                                                    "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "dd66c496-08c6-4aef-a606-565bcbe67a4a",
                                                    "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "ab4ab342-3464-4013-b4cd-3e80266b8ee4",
                                                    "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "3cbb6d26-e3ed-4a16-b669-00e1bcc52543",
                                                    "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        },
                                        {
                                            "id": "a6582de1-4e3f-4614-94be-e5f61db97fe7",
                                            "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": "Mm0TiQX9qVyifL5kguuVDviHl5fMXZDaw_cnwAbg.5OhoRj4XZwQymp8oocbu4lKNr91jdXHa3lQXFp3FyvHHo-fttR3QuX-897sd8eXx95P5YMOZ8sU1Ydz4uLq",
                                                            "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": "ab3ea96a-506c-4458-b8a5-567c25a35c9d",
                                                    "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": "ba64bff6-334f-4ffd-9de5-3841608587f7",
                                                    "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "3655af4c-6fe1-4315-bd72-8a2fdc90c7a1",
                                                    "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "4e01d4eb-880c-4752-9863-d9cd04e03c03",
                                                    "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "8a83cea6-e422-4e3b-950f-3a666813f4cc",
                                                    "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "b3150c37-934a-49b6-aaef-06ad8591bfa5",
                                                    "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        }
                                    ]
                                }
                            ]
                        },
                        {
                            "name": "group",
                            "description": "",
                            "item": [
                                {
                                    "id": "c226b7bb-dd31-4b7c-b8b1-26bf16df3aca",
                                    "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": "OaqXXp3UzSuT3bIPziPYSXtVNaVTvt6akKZQD78BZjO4tmJDYcB1AC88tJxAgWMpJATLI8RYjaylMnZhuKL6Kf1ALQ39KM5K600tIDjsV94K7bl4O2q3MJNaKOIvkN01xZEXW1SQoyKdJpxdw66R7vMoQJxTI7mWvUq9XNmmv9Ys1y0Wxx9emGXU7MerM6i3p2GKNKDRDlqjvWwHAEHFFumzXs7hFV"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "can filter on attributes with the format f={filter\\_name}={filter\\_value} with the name/value pair as url encoded string.",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "f",
                                                    "value": "foo1lEnHIhQB5fq2"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "can order on attributes",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "o",
                                                    "value": "ElsZ0Wa%AfgzOic3nqzlLHuJunQ0HKfl4yu"
                                                }
                                            ],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            }
                                        ],
                                        "method": "GET",
                                        "body": {},
                                        "auth": null
                                    },
                                    "response": [
                                        {
                                            "id": "c7fe70d5-eb91-429e-83f2-2f9c8c179ce0",
                                            "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": "foo1lEnHIhQB5fq2"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "ElsZ0Wa%AfgzOic3nqzlLHuJunQ0HKfl4yu"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security 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": "48400312-acf3-49af-85f0-f5d820fc4a93",
                                            "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": "foo1lEnHIhQB5fq2"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "ElsZ0Wa%AfgzOic3nqzlLHuJunQ0HKfl4yu"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "Bad Request",
                                            "code": 400,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "3a8efdd0-51de-4a37-845c-62810bafbad8",
                                            "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": "foo1lEnHIhQB5fq2"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "ElsZ0Wa%AfgzOic3nqzlLHuJunQ0HKfl4yu"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "Unauthorized",
                                            "code": 401,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "aa1ca082-54ce-4477-8751-f77e2227e85d",
                                            "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": "foo1lEnHIhQB5fq2"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "ElsZ0Wa%AfgzOic3nqzlLHuJunQ0HKfl4yu"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "Forbidden",
                                            "code": 403,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "8b2a793f-0d70-4f9d-9c16-f56ed268a107",
                                            "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": "foo1lEnHIhQB5fq2"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "ElsZ0Wa%AfgzOic3nqzlLHuJunQ0HKfl4yu"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "Internal Server Error",
                                            "code": 500,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        }
                                    ],
                                    "event": [],
                                    "protocolProfileBehavior": {
                                        "disableBodyPruning": true
                                    }
                                },
                                {
                                    "id": "10f72d5c-3d73-4e51-8b6f-af1289b91dcb",
                                    "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": "857d957d-642d-4b22-9322-172b40350924",
                                            "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": "6230116e-5276-4432-a207-038417e9846f",
                                            "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "39d4c533-37b5-4a2b-8884-f9d8ec507dd5",
                                            "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "1d1ff822-3558-4fe1-995c-6b0c3db3bc88",
                                            "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "93f6b7cb-095b-42e4-9f25-840136790705",
                                            "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        }
                                    ],
                                    "event": [],
                                    "protocolProfileBehavior": {
                                        "disableBodyPruning": true
                                    }
                                },
                                {
                                    "name": "{id}",
                                    "description": "",
                                    "item": [
                                        {
                                            "id": "a3e96e3d-dfc1-482a-8540-839757901131",
                                            "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": "Mm0TiQX9qVyifL5kguuVDviHl5fMXZDaw_cnwAbg.5OhoRj4XZwQymp8oocbu4lKNr91jdXHa3lQXFp3FyvHHo-fttR3QuX-897sd8eXx95P5YMOZ8sU1Ydz4uLq",
                                                            "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": "ed72f75b-4c4a-4aaa-a84c-01a8ba81785e",
                                                    "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": "2fa3f863-b49b-482b-ac5b-44b75bb838e1",
                                                    "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "b2e70916-b0d4-4664-8033-8218f70bc0aa",
                                                    "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "9959b399-33df-468f-a0b7-2b942e345c8f",
                                                    "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "91a3524d-e290-4090-8ab7-b9cdce03b3c6",
                                                    "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "fca3a823-4202-40d1-93df-49dcc6e0a796",
                                                    "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        },
                                        {
                                            "id": "9fe49ca9-aa4f-45b4-ba44-db8de714315b",
                                            "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": "Mm0TiQX9qVyifL5kguuVDviHl5fMXZDaw_cnwAbg.5OhoRj4XZwQymp8oocbu4lKNr91jdXHa3lQXFp3FyvHHo-fttR3QuX-897sd8eXx95P5YMOZ8sU1Ydz4uLq",
                                                            "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": "d5e7696a-a375-4801-9faa-db5faba1c985",
                                                    "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": "483e4149-a870-4721-a1c6-527f821774de",
                                                    "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "cef05ca9-65ae-425e-ba65-18ff67b09680",
                                                    "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "24914232-ad23-4eeb-81d8-6f931c5f52b6",
                                                    "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "d2ed16e4-e8a4-45aa-abb0-4f1b68ed8fd3",
                                                    "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "599f7891-6ef4-4323-bd5c-1bd30d2c5cc2",
                                                    "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        },
                                        {
                                            "id": "53bf3415-72d1-47fc-8379-fb1c6261146e",
                                            "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": "Mm0TiQX9qVyifL5kguuVDviHl5fMXZDaw_cnwAbg.5OhoRj4XZwQymp8oocbu4lKNr91jdXHa3lQXFp3FyvHHo-fttR3QuX-897sd8eXx95P5YMOZ8sU1Ydz4uLq",
                                                            "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": "00cf49ce-eada-46a1-94b9-a0d355dc3d34",
                                                    "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": "541d6ef2-fee6-4d7a-ad19-eb72faf602aa",
                                                    "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "55db3214-9fc0-4664-9287-4ea1855c87f8",
                                                    "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "2c3dabdb-1236-4a3d-89af-54ef472d27cd",
                                                    "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "fd1758ad-8c7a-4a05-8e93-b614700c7663",
                                                    "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "08ad9a11-2ca5-4939-b7ee-3427794c1add",
                                                    "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        }
                                    ]
                                }
                            ]
                        },
                        {
                            "name": "membership",
                            "description": "",
                            "item": [
                                {
                                    "id": "84da61f5-9c99-4786-8526-cc34685298b2",
                                    "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": "OaqXXp3UzSuT3bIPziPYSXtVNaVTvt6akKZQD78BZjO4tmJDYcB1AC88tJxAgWMpJATLI8RYjaylMnZhuKL6Kf1ALQ39KM5K600tIDjsV94K7bl4O2q3MJNaKOIvkN01xZEXW1SQoyKdJpxdw66R7vMoQJxTI7mWvUq9XNmmv9Ys1y0Wxx9emGXU7MerM6i3p2GKNKDRDlqjvWwHAEHFFumzXs7hFV"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "can filter on attributes with the format f={filter\\_name}={filter\\_value} with the name/value pair as url encoded string.",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "f",
                                                    "value": "foo1lEnHIhQB5fq2"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "can order on attributes",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "o",
                                                    "value": "ElsZ0Wa%AfgzOic3nqzlLHuJunQ0HKfl4yu"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "can search on attributes",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "s",
                                                    "value": "ElsZ0Wa%AfgzOic3nqzlLHuJunQ0HKfl4yu"
                                                }
                                            ],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            }
                                        ],
                                        "method": "GET",
                                        "body": {},
                                        "auth": null
                                    },
                                    "response": [
                                        {
                                            "id": "ee4498f1-1774-4987-ae1e-d757c81e5425",
                                            "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": "foo1lEnHIhQB5fq2"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "ElsZ0Wa%AfgzOic3nqzlLHuJunQ0HKfl4yu"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can search on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "s",
                                                            "value": "ElsZ0Wa%AfgzOic3nqzlLHuJunQ0HKfl4yu"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security 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": "3260181e-09bd-419c-8651-ac8166668a36",
                                            "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": "foo1lEnHIhQB5fq2"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "ElsZ0Wa%AfgzOic3nqzlLHuJunQ0HKfl4yu"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can search on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "s",
                                                            "value": "ElsZ0Wa%AfgzOic3nqzlLHuJunQ0HKfl4yu"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "Bad Request",
                                            "code": 400,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "ba368c4f-f87b-4531-ac78-fa8ecff57644",
                                            "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": "foo1lEnHIhQB5fq2"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "ElsZ0Wa%AfgzOic3nqzlLHuJunQ0HKfl4yu"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can search on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "s",
                                                            "value": "ElsZ0Wa%AfgzOic3nqzlLHuJunQ0HKfl4yu"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "Unauthorized",
                                            "code": 401,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "c5e1cf85-e922-49f7-ba61-4762046b9f64",
                                            "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": "foo1lEnHIhQB5fq2"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "ElsZ0Wa%AfgzOic3nqzlLHuJunQ0HKfl4yu"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can search on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "s",
                                                            "value": "ElsZ0Wa%AfgzOic3nqzlLHuJunQ0HKfl4yu"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "Forbidden",
                                            "code": 403,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "c2561155-fbc5-4f68-8fac-36656f257d6c",
                                            "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": "foo1lEnHIhQB5fq2"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "ElsZ0Wa%AfgzOic3nqzlLHuJunQ0HKfl4yu"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can search on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "s",
                                                            "value": "ElsZ0Wa%AfgzOic3nqzlLHuJunQ0HKfl4yu"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "Internal Server Error",
                                            "code": 500,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        }
                                    ],
                                    "event": [],
                                    "protocolProfileBehavior": {
                                        "disableBodyPruning": true
                                    }
                                },
                                {
                                    "id": "b23e5150-3aaa-4882-a403-7043a9e1814f",
                                    "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": "4e71b0f6-22b6-472d-8a75-d0dd599a214e",
                                            "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": "ae53e384-ae04-4f8b-b481-b14334a40039",
                                            "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "e6d0f9bf-2eb7-4fbf-a526-00b547eab4c9",
                                            "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "f59a52e1-01c0-4f5d-9d1b-a30ea87d6c75",
                                            "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "064080e0-cabf-4e07-bd9d-62f2be68fe93",
                                            "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        }
                                    ],
                                    "event": [],
                                    "protocolProfileBehavior": {
                                        "disableBodyPruning": true
                                    }
                                },
                                {
                                    "name": "{userId}",
                                    "description": "",
                                    "item": [
                                        {
                                            "name": "{groupId}",
                                            "description": "",
                                            "item": [
                                                {
                                                    "name": "{roleId}",
                                                    "description": "",
                                                    "item": [
                                                        {
                                                            "id": "410958e4-f594-49b2-835a-e70bcafe7729",
                                                            "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": "Mm0TiQX9qVyifL5kguuVDviHl5fMXZDaw_cnwAbg.5OhoRj4XZwQymp8oocbu4lKNr91jdXHa3lQXFp3FyvHHo-fttR3QuX-897sd8eXx95P5YMOZ8sU1Ydz4uLq",
                                                                            "key": "userId",
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) User ID of the Membership to delete",
                                                                                "type": "text/plain"
                                                                            }
                                                                        },
                                                                        {
                                                                            "type": "any",
                                                                            "value": "Mm0TiQX9qVyifL5kguuVDviHl5fMXZDaw_cnwAbg.5OhoRj4XZwQymp8oocbu4lKNr91jdXHa3lQXFp3FyvHHo-fttR3QuX-897sd8eXx95P5YMOZ8sU1Ydz4uLq",
                                                                            "key": "groupId",
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) Group ID of the Membership to delete",
                                                                                "type": "text/plain"
                                                                            }
                                                                        },
                                                                        {
                                                                            "type": "any",
                                                                            "value": "Mm0TiQX9qVyifL5kguuVDviHl5fMXZDaw_cnwAbg.5OhoRj4XZwQymp8oocbu4lKNr91jdXHa3lQXFp3FyvHHo-fttR3QuX-897sd8eXx95P5YMOZ8sU1Ydz4uLq",
                                                                            "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": "05979c6f-5d9f-4d3c-8668-60f9ceab7534",
                                                                    "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": "4846977e-6730-42a3-a6fc-f78c13ef3966",
                                                                    "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                                                    "cookie": [],
                                                                    "_postman_previewlanguage": "json"
                                                                },
                                                                {
                                                                    "id": "f6a78b3f-c7d4-4a94-b581-ce1dc269aaee",
                                                                    "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                                                    "cookie": [],
                                                                    "_postman_previewlanguage": "json"
                                                                },
                                                                {
                                                                    "id": "d1cf0fca-b2d2-42b8-9a49-d608ebe263ec",
                                                                    "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                                                    "cookie": [],
                                                                    "_postman_previewlanguage": "json"
                                                                },
                                                                {
                                                                    "id": "8c050ea0-47ec-45e5-87a5-a3b59e33aa90",
                                                                    "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                                                    "cookie": [],
                                                                    "_postman_previewlanguage": "json"
                                                                },
                                                                {
                                                                    "id": "4086aa94-8866-4c1c-9d75-4315dfa65a7c",
                                                                    "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                                                    "cookie": [],
                                                                    "_postman_previewlanguage": "json"
                                                                }
                                                            ],
                                                            "event": [],
                                                            "protocolProfileBehavior": {
                                                                "disableBodyPruning": true
                                                            }
                                                        }
                                                    ]
                                                }
                                            ]
                                        }
                                    ]
                                }
                            ]
                        },
                        {
                            "name": "role",
                            "description": "",
                            "item": [
                                {
                                    "id": "e4f9b551-98ae-484a-9449-cdf340eeb50e",
                                    "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": "OaqXXp3UzSuT3bIPziPYSXtVNaVTvt6akKZQD78BZjO4tmJDYcB1AC88tJxAgWMpJATLI8RYjaylMnZhuKL6Kf1ALQ39KM5K600tIDjsV94K7bl4O2q3MJNaKOIvkN01xZEXW1SQoyKdJpxdw66R7vMoQJxTI7mWvUq9XNmmv9Ys1y0Wxx9emGXU7MerM6i3p2GKNKDRDlqjvWwHAEHFFumzXs7hFV"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "can filter on attributes with the format f={filter\\_name}={filter\\_value} with the name/value pair as url encoded string.",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "f",
                                                    "value": "foo1lEnHIhQB5fq2"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "can order on attributes",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "o",
                                                    "value": "ElsZ0Wa%AfgzOic3nqzlLHuJunQ0HKfl4yu"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "can search on attributes",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "s",
                                                    "value": "ElsZ0Wa%AfgzOic3nqzlLHuJunQ0HKfl4yu"
                                                }
                                            ],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            }
                                        ],
                                        "method": "GET",
                                        "body": {},
                                        "auth": null
                                    },
                                    "response": [
                                        {
                                            "id": "f13192e4-1704-4e2f-8bb0-db02803ec2ce",
                                            "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": "foo1lEnHIhQB5fq2"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "ElsZ0Wa%AfgzOic3nqzlLHuJunQ0HKfl4yu"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can search on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "s",
                                                            "value": "ElsZ0Wa%AfgzOic3nqzlLHuJunQ0HKfl4yu"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security 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": "a8346c1b-5e68-4910-aebb-db39b8eb5799",
                                            "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": "foo1lEnHIhQB5fq2"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "ElsZ0Wa%AfgzOic3nqzlLHuJunQ0HKfl4yu"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can search on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "s",
                                                            "value": "ElsZ0Wa%AfgzOic3nqzlLHuJunQ0HKfl4yu"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "Bad Request",
                                            "code": 400,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "45036bf8-2ad3-4df5-a8c4-ba69e956d460",
                                            "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": "foo1lEnHIhQB5fq2"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "ElsZ0Wa%AfgzOic3nqzlLHuJunQ0HKfl4yu"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can search on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "s",
                                                            "value": "ElsZ0Wa%AfgzOic3nqzlLHuJunQ0HKfl4yu"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "Unauthorized",
                                            "code": 401,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "fb812c04-738a-4cf2-9845-278d646ac3d1",
                                            "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": "foo1lEnHIhQB5fq2"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "ElsZ0Wa%AfgzOic3nqzlLHuJunQ0HKfl4yu"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can search on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "s",
                                                            "value": "ElsZ0Wa%AfgzOic3nqzlLHuJunQ0HKfl4yu"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "Forbidden",
                                            "code": 403,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "3879a604-2857-4187-9df0-0127596d71b9",
                                            "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": "foo1lEnHIhQB5fq2"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "ElsZ0Wa%AfgzOic3nqzlLHuJunQ0HKfl4yu"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can search on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "s",
                                                            "value": "ElsZ0Wa%AfgzOic3nqzlLHuJunQ0HKfl4yu"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "Internal Server Error",
                                            "code": 500,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        }
                                    ],
                                    "event": [],
                                    "protocolProfileBehavior": {
                                        "disableBodyPruning": true
                                    }
                                },
                                {
                                    "id": "19563d27-37bd-4e19-a84d-558ad1be6799",
                                    "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": "4696fb0f-fcbf-4c1b-9fcf-65a9e0ac95de",
                                            "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": "91466ca2-8791-420a-b7ce-d5111530638f",
                                            "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "22521bfe-1aa1-4a1a-8799-18a680b4c217",
                                            "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "ab5982d5-7679-4b17-bae7-1013b00990f7",
                                            "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "49ae2c18-b582-4a6a-9f69-055ee65f2133",
                                            "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        }
                                    ],
                                    "event": [],
                                    "protocolProfileBehavior": {
                                        "disableBodyPruning": true
                                    }
                                },
                                {
                                    "name": "{id}",
                                    "description": "",
                                    "item": [
                                        {
                                            "id": "dfe8e299-55b7-4a0f-be85-177b1bf6536c",
                                            "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": "Mm0TiQX9qVyifL5kguuVDviHl5fMXZDaw_cnwAbg.5OhoRj4XZwQymp8oocbu4lKNr91jdXHa3lQXFp3FyvHHo-fttR3QuX-897sd8eXx95P5YMOZ8sU1Ydz4uLq",
                                                            "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": "030d542f-6b8d-4170-a15f-2575398d20f8",
                                                    "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": "2a8a1c95-0be2-4a67-a5cb-57c85c8d8ecf",
                                                    "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "0a7e2291-06d9-4bf7-834f-c17e148ae032",
                                                    "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "41f9c395-cb2c-4e40-850f-6b588f26bf5c",
                                                    "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "a3681201-215b-408f-b4c4-6e2a42783100",
                                                    "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "5fc4f7be-0f87-4bb0-8daf-179d28a2bd7d",
                                                    "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        },
                                        {
                                            "id": "e28a7967-f52a-40f8-80a3-05bc91b6eee1",
                                            "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": "Mm0TiQX9qVyifL5kguuVDviHl5fMXZDaw_cnwAbg.5OhoRj4XZwQymp8oocbu4lKNr91jdXHa3lQXFp3FyvHHo-fttR3QuX-897sd8eXx95P5YMOZ8sU1Ydz4uLq",
                                                            "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": "5419f293-4fee-48a6-b94f-0e79ace7718e",
                                                    "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": "51f7d6ea-74b9-4370-bbab-3d8dc8ab1781",
                                                    "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "facdb10e-ef65-449c-b462-6756cbebef02",
                                                    "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "bd73ca9d-3d51-4d4e-84c5-6fd68fcbcaa2",
                                                    "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "fede0e1a-fae0-4e0d-aca0-5dfaf6642084",
                                                    "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "e4ac9f07-6ee9-42c8-a53a-51ece81b6468",
                                                    "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        },
                                        {
                                            "id": "092440ac-0a9d-415a-a586-f8f05e64ab46",
                                            "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": "Mm0TiQX9qVyifL5kguuVDviHl5fMXZDaw_cnwAbg.5OhoRj4XZwQymp8oocbu4lKNr91jdXHa3lQXFp3FyvHHo-fttR3QuX-897sd8eXx95P5YMOZ8sU1Ydz4uLq",
                                                            "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": "7a01d6cc-8c74-473d-ac6e-cb8f318c5a5e",
                                                    "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": "ba0a3e59-3aeb-489a-8556-1231cdfecc6b",
                                                    "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "b3852710-70ae-44db-9a83-c0d42dd5fbb0",
                                                    "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "6289202b-b54c-4815-96ff-aaa82eb90e05",
                                                    "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "e672014c-757b-4526-8cc9-95669d8d4eb3",
                                                    "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "5f6b9734-f6fb-4768-bc52-4788037edd8a",
                                                    "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        }
                                    ]
                                }
                            ]
                        },
                        {
                            "name": "user",
                            "description": "",
                            "item": [
                                {
                                    "id": "e40125a5-35ed-4b9a-ae97-705f37c2785e",
                                    "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": "OaqXXp3UzSuT3bIPziPYSXtVNaVTvt6akKZQD78BZjO4tmJDYcB1AC88tJxAgWMpJATLI8RYjaylMnZhuKL6Kf1ALQ39KM5K600tIDjsV94K7bl4O2q3MJNaKOIvkN01xZEXW1SQoyKdJpxdw66R7vMoQJxTI7mWvUq9XNmmv9Ys1y0Wxx9emGXU7MerM6i3p2GKNKDRDlqjvWwHAEHFFumzXs7hFV"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "can filter on attributes with the format f={filter\\_name}={filter\\_value} with the name/value pair as url encoded string.",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "f",
                                                    "value": "foo1lEnHIhQB5fq2"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "can order on attributes",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "o",
                                                    "value": "ElsZ0Wa%AfgzOic3nqzlLHuJunQ0HKfl4yu"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "can search on attributes",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "s",
                                                    "value": "ElsZ0Wa%AfgzOic3nqzlLHuJunQ0HKfl4yu"
                                                }
                                            ],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            }
                                        ],
                                        "method": "GET",
                                        "body": {},
                                        "auth": null
                                    },
                                    "response": [
                                        {
                                            "id": "b65d9c82-ef8e-442b-aab2-562b831b97f9",
                                            "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": "foo1lEnHIhQB5fq2"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "ElsZ0Wa%AfgzOic3nqzlLHuJunQ0HKfl4yu"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can search on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "s",
                                                            "value": "ElsZ0Wa%AfgzOic3nqzlLHuJunQ0HKfl4yu"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security 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": "c96a13ba-bffa-4589-8914-d27f0f3266fb",
                                            "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": "foo1lEnHIhQB5fq2"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "ElsZ0Wa%AfgzOic3nqzlLHuJunQ0HKfl4yu"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can search on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "s",
                                                            "value": "ElsZ0Wa%AfgzOic3nqzlLHuJunQ0HKfl4yu"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "Bad Request",
                                            "code": 400,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "9bbd61c8-35c6-4289-9447-845101858e8f",
                                            "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": "foo1lEnHIhQB5fq2"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "ElsZ0Wa%AfgzOic3nqzlLHuJunQ0HKfl4yu"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can search on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "s",
                                                            "value": "ElsZ0Wa%AfgzOic3nqzlLHuJunQ0HKfl4yu"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "Unauthorized",
                                            "code": 401,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "75c76a54-9466-4b02-a72d-b27f9265aff3",
                                            "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": "foo1lEnHIhQB5fq2"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "ElsZ0Wa%AfgzOic3nqzlLHuJunQ0HKfl4yu"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can search on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "s",
                                                            "value": "ElsZ0Wa%AfgzOic3nqzlLHuJunQ0HKfl4yu"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "Forbidden",
                                            "code": 403,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "f9c04992-43c1-401f-a36f-c678db25389b",
                                            "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": "foo1lEnHIhQB5fq2"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "ElsZ0Wa%AfgzOic3nqzlLHuJunQ0HKfl4yu"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can search on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "s",
                                                            "value": "ElsZ0Wa%AfgzOic3nqzlLHuJunQ0HKfl4yu"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "Internal Server Error",
                                            "code": 500,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        }
                                    ],
                                    "event": [],
                                    "protocolProfileBehavior": {
                                        "disableBodyPruning": true
                                    }
                                },
                                {
                                    "id": "db1eaa65-ab8e-4a17-8917-40945ea17ea5",
                                    "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": "67530b16-a00b-4749-8ad9-d660b6d1dffa",
                                            "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": "18bde5a6-90c9-4182-9e52-257cce9278aa",
                                            "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "ed35c4f9-a39e-4d4d-9896-24d977711167",
                                            "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "4206be34-a181-47b8-88d6-1886880bcd35",
                                            "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "892bbd78-710a-408a-b06e-1c2e3cac6b0a",
                                            "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        }
                                    ],
                                    "event": [],
                                    "protocolProfileBehavior": {
                                        "disableBodyPruning": true
                                    }
                                },
                                {
                                    "name": "{id}",
                                    "description": "",
                                    "item": [
                                        {
                                            "id": "49111024-89e4-48c2-ac76-4aed59ff3faf",
                                            "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": "Mm0TiQX9qVyifL5kguuVDviHl5fMXZDaw_cnwAbg.5OhoRj4XZwQymp8oocbu4lKNr91jdXHa3lQXFp3FyvHHo-fttR3QuX-897sd8eXx95P5YMOZ8sU1Ydz4uLq",
                                                            "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": "6d1a76fb-2dba-4f58-889d-384b2e1aaee8",
                                                    "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": "ac43cf1e-fd33-41f7-9966-1544b551d1c6",
                                                    "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "b86a8ab1-86b9-41e7-ae53-ee25214eed37",
                                                    "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "735c1636-07b9-48a8-8c5b-bbadb0e22922",
                                                    "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "1cfe16d7-dc5b-4982-af04-091ea1bd9af6",
                                                    "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "61e2318d-41db-4103-bb79-05c0ab6b8798",
                                                    "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        },
                                        {
                                            "id": "19e9c850-4edc-4620-a6b8-c5e9df3b8989",
                                            "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": "Mm0TiQX9qVyifL5kguuVDviHl5fMXZDaw_cnwAbg.5OhoRj4XZwQymp8oocbu4lKNr91jdXHa3lQXFp3FyvHHo-fttR3QuX-897sd8eXx95P5YMOZ8sU1Ydz4uLq",
                                                            "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": "3b1562c0-c578-4244-a31f-2bc43aea19d7",
                                                    "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": "29d50406-2c15-48f9-acb8-914465c07a84",
                                                    "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "08a1489b-6a8d-4be7-a120-00aeb20d678a",
                                                    "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "1df78cd5-64a2-4de8-a39a-1a1f1d7a7ff3",
                                                    "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "56f53fc8-ad62-4d8b-ae48-df54e2c093c8",
                                                    "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "354d5863-7b77-483a-80dc-12047cf1839a",
                                                    "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        },
                                        {
                                            "id": "5e480c46-0a82-47e6-a76d-d5ffb3a2643c",
                                            "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": "Mm0TiQX9qVyifL5kguuVDviHl5fMXZDaw_cnwAbg.5OhoRj4XZwQymp8oocbu4lKNr91jdXHa3lQXFp3FyvHHo-fttR3QuX-897sd8eXx95P5YMOZ8sU1Ydz4uLq",
                                                            "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": "52d33e7b-d2f0-4176-991e-4787b8f02405",
                                                    "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": "e5942491-4a49-4f76-8589-4c478122bf09",
                                                    "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "69690aa4-f521-46ec-a925-fce09f2cfbb8",
                                                    "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "7a3ed2a4-e794-4148-8a29-7f904de58e00",
                                                    "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "dc23674a-53f7-464f-a83f-10862112e7ca",
                                                    "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "cef2399f-af5a-42af-ae50-610a46944851",
                                                    "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        }
                                    ]
                                }
                            ]
                        }
                    ]
                },
                {
                    "name": "platform",
                    "description": "",
                    "item": [
                        {
                            "name": "platform",
                            "description": "",
                            "item": [
                                {
                                    "name": "unusedid",
                                    "description": "",
                                    "item": [
                                        {
                                            "id": "695c6b45-55fd-422f-8911-02c08db5a63d",
                                            "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": "4dfadff7-0540-4e92-adbe-8977ebec1fde",
                                                    "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": "5bccd295-3860-4fe6-a320-305671f3dc6f",
                                                    "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "38d2389e-3e25-4876-a83c-8a515891bd50",
                                                    "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "dd98ddb2-0897-4f9f-a183-7f3588e91863",
                                                    "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "684b2faf-0abc-49d5-89c8-22c90652fae3",
                                                    "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "d0c4106e-60e1-43d0-a9cf-92af76661348",
                                                    "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        },
                                        {
                                            "id": "6fa555e5-6a98-45ff-ae5f-85ebc394fd91",
                                            "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": "2070a718-1eee-4b49-8e4c-2d51a97c2395",
                                                    "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": "a3cde807-f956-4961-9701-1a029608f414",
                                                    "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "774d7bc8-b29f-426f-a916-9c16a9533f94",
                                                    "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "3eded486-6e59-4727-bf6e-26eb9a26f38b",
                                                    "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "14aca1a5-e5c1-4fde-9834-580b3f528f3d",
                                                    "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "2b3f7835-73db-4352-94e9-5be4eedd22d4",
                                                    "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        }
                                    ]
                                }
                            ]
                        },
                        {
                            "name": "tenant",
                            "description": "",
                            "item": [
                                {
                                    "id": "ea3aec32-aa11-42d2-8670-11471963dce4",
                                    "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": "OaqXXp3UzSuT3bIPziPYSXtVNaVTvt6akKZQD78BZjO4tmJDYcB1AC88tJxAgWMpJATLI8RYjaylMnZhuKL6Kf1ALQ39KM5K600tIDjsV94K7bl4O2q3MJNaKOIvkN01xZEXW1SQoyKdJpxdw66R7vMoQJxTI7mWvUq9XNmmv9Ys1y0Wxx9emGXU7MerM6i3p2GKNKDRDlqjvWwHAEHFFumzXs7hFV"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "can filter on attributes with the format f={filter\\_name}={filter\\_value} with the name/value pair as url encoded string.",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "f",
                                                    "value": "foo1lEnHIhQB5fq2"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "can order on attributes",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "o",
                                                    "value": "ElsZ0Wa%AfgzOic3nqzlLHuJunQ0HKfl4yu"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "can search on attributes",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "s",
                                                    "value": "ElsZ0Wa%AfgzOic3nqzlLHuJunQ0HKfl4yu"
                                                }
                                            ],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            }
                                        ],
                                        "method": "GET",
                                        "body": {},
                                        "auth": null
                                    },
                                    "response": [
                                        {
                                            "id": "cfd030f1-283d-4679-8a8e-43c736762c8e",
                                            "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": "foo1lEnHIhQB5fq2"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "ElsZ0Wa%AfgzOic3nqzlLHuJunQ0HKfl4yu"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can search on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "s",
                                                            "value": "ElsZ0Wa%AfgzOic3nqzlLHuJunQ0HKfl4yu"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security 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": "b516bca3-1db3-4faf-a644-6b264253dc1c",
                                            "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": "foo1lEnHIhQB5fq2"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "ElsZ0Wa%AfgzOic3nqzlLHuJunQ0HKfl4yu"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can search on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "s",
                                                            "value": "ElsZ0Wa%AfgzOic3nqzlLHuJunQ0HKfl4yu"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "Bad Request",
                                            "code": 400,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "282e389d-d153-4348-9172-ce588de6dbb8",
                                            "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": "foo1lEnHIhQB5fq2"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "ElsZ0Wa%AfgzOic3nqzlLHuJunQ0HKfl4yu"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can search on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "s",
                                                            "value": "ElsZ0Wa%AfgzOic3nqzlLHuJunQ0HKfl4yu"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "Unauthorized",
                                            "code": 401,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "6374e87c-9882-485b-9bba-313f6a60d4eb",
                                            "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": "foo1lEnHIhQB5fq2"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "ElsZ0Wa%AfgzOic3nqzlLHuJunQ0HKfl4yu"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can search on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "s",
                                                            "value": "ElsZ0Wa%AfgzOic3nqzlLHuJunQ0HKfl4yu"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "Forbidden",
                                            "code": 403,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "81799ffc-99a9-4dfd-9e93-4a454df142f3",
                                            "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": "foo1lEnHIhQB5fq2"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "ElsZ0Wa%AfgzOic3nqzlLHuJunQ0HKfl4yu"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can search on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "s",
                                                            "value": "ElsZ0Wa%AfgzOic3nqzlLHuJunQ0HKfl4yu"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "Internal Server Error",
                                            "code": 500,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        }
                                    ],
                                    "event": [],
                                    "protocolProfileBehavior": {
                                        "disableBodyPruning": true
                                    }
                                },
                                {
                                    "id": "0cd8ee41-80bd-48bd-8575-819481951d89",
                                    "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": "248feae5-c697-4228-9028-b1b2b793febe",
                                            "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": "8bbe7c0c-9ef1-4031-bd00-946c5b70e23b",
                                            "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "e19eb81d-818e-4f15-9991-bad915b3f73d",
                                            "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "42fd9ac9-12ab-4469-8ddf-44361504bb95",
                                            "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "4a95367f-1e29-4a16-a13e-13018e65f6df",
                                            "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        }
                                    ],
                                    "event": [],
                                    "protocolProfileBehavior": {
                                        "disableBodyPruning": true
                                    }
                                },
                                {
                                    "name": "{id}",
                                    "description": "",
                                    "item": [
                                        {
                                            "id": "f235a5cc-dde0-45f7-8211-8c16ad121eea",
                                            "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": "Mm0TiQX9qVyifL5kguuVDviHl5fMXZDaw_cnwAbg.5OhoRj4XZwQymp8oocbu4lKNr91jdXHa3lQXFp3FyvHHo-fttR3QuX-897sd8eXx95P5YMOZ8sU1Ydz4uLq",
                                                            "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": "a7223f33-b26e-4129-b88e-cdb565e984c2",
                                                    "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": "81f3e91c-c5d6-4a67-8cfd-72cc4e68abe6",
                                                    "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "c722ec2c-5212-4898-b050-60306084289f",
                                                    "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "1b24572d-67cb-4497-b0bf-b7014ccb322f",
                                                    "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "17d427ef-87d4-4914-8de6-05d0a27be757",
                                                    "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "7c0dfaff-69d4-48ae-8e27-6e965c351b85",
                                                    "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        },
                                        {
                                            "id": "1894e085-daf4-440d-88c0-8080f213ee0e",
                                            "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": "Mm0TiQX9qVyifL5kguuVDviHl5fMXZDaw_cnwAbg.5OhoRj4XZwQymp8oocbu4lKNr91jdXHa3lQXFp3FyvHHo-fttR3QuX-897sd8eXx95P5YMOZ8sU1Ydz4uLq",
                                                            "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": "77413731-5653-48e7-b653-1d5de8755e8b",
                                                    "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": "b957c5d4-206f-4ac6-8dd0-b63442a81a7a",
                                                    "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "131f1e9c-8ed4-4ad0-8dff-e3133c3c82ab",
                                                    "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "3ae575dc-9d49-4331-8509-f0546a767848",
                                                    "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "93ec5725-8c46-41fb-a7ef-48734c29c56e",
                                                    "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "09459034-a448-4991-9341-73243eac192d",
                                                    "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        },
                                        {
                                            "id": "beffc9a4-f742-429b-80fb-e31f12b3f9e3",
                                            "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": "Mm0TiQX9qVyifL5kguuVDviHl5fMXZDaw_cnwAbg.5OhoRj4XZwQymp8oocbu4lKNr91jdXHa3lQXFp3FyvHHo-fttR3QuX-897sd8eXx95P5YMOZ8sU1Ydz4uLq",
                                                            "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": "495f0b15-2e3d-4e78-8291-0cdfb1e9e050",
                                                    "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": "18b7a707-fc49-4bc5-a9c6-60cbee4eae49",
                                                    "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "3a50edc7-f6a0-4ec8-a3ba-e35cb81ed21f",
                                                    "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "1fc3b25b-f804-4ec9-a64f-5296de51334c",
                                                    "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "7d023c3c-3c4e-4742-a74f-296f54586682",
                                                    "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "e17a1af4-6513-409e-b7f7-67fea21fef5f",
                                                    "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        }
                                    ]
                                }
                            ]
                        },
                        {
                            "name": "license",
                            "description": "",
                            "item": [
                                {
                                    "id": "839c9195-a074-4d03-b4a9-6f10c34b2a4f",
                                    "name": "Get the platform License",
                                    "request": {
                                        "name": "Get the platform License",
                                        "description": {
                                            "content": "Returns the current platform License.\nThis requires a platform session. Log in using the platform login service.\nWarning: Since Bonita 10.2 (2024.3), this API is deprecated: use the API `GET /system/information` instead.\n",
                                            "type": "text/plain"
                                        },
                                        "url": {
                                            "path": [
                                                "API",
                                                "platform",
                                                "license"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            }
                                        ],
                                        "method": "GET",
                                        "body": {},
                                        "auth": null
                                    },
                                    "response": [
                                        {
                                            "id": "4f61aa2d-6cfd-49c8-8735-273a042fa530",
                                            "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": "693099b0-11a4-4d19-add6-b3ab424eb67f",
                                            "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "dff1110e-1049-405f-af8d-9b030d1d2d84",
                                            "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "d21ec301-a98a-4de2-a025-96f4e51e23c3",
                                            "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "0438ba49-d1a2-4f92-ad67-bf19880665c1",
                                            "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "3efda8d1-14c9-462f-b416-41c44af7e738",
                                            "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        }
                                    ],
                                    "event": [],
                                    "protocolProfileBehavior": {
                                        "disableBodyPruning": true
                                    }
                                }
                            ]
                        }
                    ]
                },
                {
                    "name": "portal",
                    "description": "",
                    "item": [
                        {
                            "name": "page",
                            "description": "",
                            "item": [
                                {
                                    "id": "0d1e223c-449d-43a6-a4bc-aff48ee6e646",
                                    "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": "OaqXXp3UzSuT3bIPziPYSXtVNaVTvt6akKZQD78BZjO4tmJDYcB1AC88tJxAgWMpJATLI8RYjaylMnZhuKL6Kf1ALQ39KM5K600tIDjsV94K7bl4O2q3MJNaKOIvkN01xZEXW1SQoyKdJpxdw66R7vMoQJxTI7mWvUq9XNmmv9Ys1y0Wxx9emGXU7MerM6i3p2GKNKDRDlqjvWwHAEHFFumzXs7hFV"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "can filter on attributes with the format f={filter\\_name}={filter\\_value} with the name/value pair as url encoded string.",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "f",
                                                    "value": "foo1lEnHIhQB5fq2"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "can order on attributes",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "o",
                                                    "value": "ElsZ0Wa%AfgzOic3nqzlLHuJunQ0HKfl4yu"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "can search on attributes",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "s",
                                                    "value": "ElsZ0Wa%AfgzOic3nqzlLHuJunQ0HKfl4yu"
                                                }
                                            ],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            }
                                        ],
                                        "method": "GET",
                                        "body": {},
                                        "auth": null
                                    },
                                    "response": [
                                        {
                                            "id": "ce8500b2-3317-4201-a74e-3f2f781d51fd",
                                            "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": "foo1lEnHIhQB5fq2"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "ElsZ0Wa%AfgzOic3nqzlLHuJunQ0HKfl4yu"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can search on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "s",
                                                            "value": "ElsZ0Wa%AfgzOic3nqzlLHuJunQ0HKfl4yu"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security 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": "432d7077-568c-4aa6-9a07-d1dfad193412",
                                            "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": "foo1lEnHIhQB5fq2"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "ElsZ0Wa%AfgzOic3nqzlLHuJunQ0HKfl4yu"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can search on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "s",
                                                            "value": "ElsZ0Wa%AfgzOic3nqzlLHuJunQ0HKfl4yu"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "Bad Request",
                                            "code": 400,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "111b7d64-839c-4988-969a-03077dc3590c",
                                            "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": "foo1lEnHIhQB5fq2"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "ElsZ0Wa%AfgzOic3nqzlLHuJunQ0HKfl4yu"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can search on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "s",
                                                            "value": "ElsZ0Wa%AfgzOic3nqzlLHuJunQ0HKfl4yu"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "Unauthorized",
                                            "code": 401,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "1db5dbd1-fc41-4cb3-b534-def4afa81d25",
                                            "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": "foo1lEnHIhQB5fq2"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "ElsZ0Wa%AfgzOic3nqzlLHuJunQ0HKfl4yu"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can search on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "s",
                                                            "value": "ElsZ0Wa%AfgzOic3nqzlLHuJunQ0HKfl4yu"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "Forbidden",
                                            "code": 403,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "6377a294-8f1b-4077-8fb8-8b67e2acef99",
                                            "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": "foo1lEnHIhQB5fq2"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "ElsZ0Wa%AfgzOic3nqzlLHuJunQ0HKfl4yu"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can search on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "s",
                                                            "value": "ElsZ0Wa%AfgzOic3nqzlLHuJunQ0HKfl4yu"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "Internal Server Error",
                                            "code": 500,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        }
                                    ],
                                    "event": [],
                                    "protocolProfileBehavior": {
                                        "disableBodyPruning": true
                                    }
                                },
                                {
                                    "id": "97b2a385-3887-4dbc-a470-8532c2d92d9a",
                                    "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": "58e4301f-6211-4a9b-8637-07070da6cabd",
                                            "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": "7a90b2ce-e0b8-400e-bebf-3ca303eb4d22",
                                            "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "f730bf61-e560-4ac7-9854-29bc90e8c775",
                                            "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "cd484990-8bfb-4d4d-b752-db3f5e0db01a",
                                            "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "fc4a9820-f9ec-47bd-8324-622d1f08ab4d",
                                            "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        }
                                    ],
                                    "event": [],
                                    "protocolProfileBehavior": {
                                        "disableBodyPruning": true
                                    }
                                },
                                {
                                    "name": "{id}",
                                    "description": "",
                                    "item": [
                                        {
                                            "id": "5c395bc0-0674-452b-9bd8-01a4e8623971",
                                            "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": "Mm0TiQX9qVyifL5kguuVDviHl5fMXZDaw_cnwAbg.5OhoRj4XZwQymp8oocbu4lKNr91jdXHa3lQXFp3FyvHHo-fttR3QuX-897sd8eXx95P5YMOZ8sU1Ydz4uLq",
                                                            "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": "25bb2efb-3d47-4817-ac01-33b5886934a2",
                                                    "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": "78de520f-61be-42c1-9873-dfca366973cc",
                                                    "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "3ebaaba7-968f-491c-b7e0-45cfeef4984f",
                                                    "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "fced896d-10b9-4c89-9ec4-1edf6d95fe26",
                                                    "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "66bd8fcc-d0b1-4836-a2a6-add5b3b0097a",
                                                    "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "71a210e3-bb22-4903-89b9-6f4e25a659fa",
                                                    "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        },
                                        {
                                            "id": "ca5498e8-934f-46b9-a6d6-bb3ce7c528f0",
                                            "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": "Mm0TiQX9qVyifL5kguuVDviHl5fMXZDaw_cnwAbg.5OhoRj4XZwQymp8oocbu4lKNr91jdXHa3lQXFp3FyvHHo-fttR3QuX-897sd8eXx95P5YMOZ8sU1Ydz4uLq",
                                                            "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": "7a25fe42-284f-4e0b-b703-ef90bed3a15f",
                                                    "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": "154f2cca-49e5-49a2-bc92-86eba411787c",
                                                    "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "6a851620-711e-47aa-b4d5-78dda59962da",
                                                    "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "77fbf0d3-496a-443e-9604-5327c8d4e453",
                                                    "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "ee5d703a-b87b-4042-9f04-ba96f3423e21",
                                                    "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "4fdc053c-8b0b-497d-a29e-cf0e6b366217",
                                                    "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        },
                                        {
                                            "id": "0f63c9ec-7684-4fbc-b1ce-3437453c6eb6",
                                            "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": "Mm0TiQX9qVyifL5kguuVDviHl5fMXZDaw_cnwAbg.5OhoRj4XZwQymp8oocbu4lKNr91jdXHa3lQXFp3FyvHHo-fttR3QuX-897sd8eXx95P5YMOZ8sU1Ydz4uLq",
                                                            "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": "ad72ac8b-5215-4b30-a434-365cdf59d862",
                                                    "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": "68361903-9e0f-4217-96f6-b68d061b7173",
                                                    "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "8f33462e-9d76-45fa-9b73-3a46cd8bfb1a",
                                                    "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "6e35fa2f-56bb-4ec5-aaa0-1bdfc9b60075",
                                                    "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "164846e5-5b04-4f41-81e5-c2f95671923c",
                                                    "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "9f731196-8f7e-490a-b28c-6310347cc766",
                                                    "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        }
                                    ]
                                }
                            ]
                        },
                        {
                            "name": "profile",
                            "description": "",
                            "item": [
                                {
                                    "id": "f2f980ba-a535-463d-8076-9664e11795de",
                                    "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": "OaqXXp3UzSuT3bIPziPYSXtVNaVTvt6akKZQD78BZjO4tmJDYcB1AC88tJxAgWMpJATLI8RYjaylMnZhuKL6Kf1ALQ39KM5K600tIDjsV94K7bl4O2q3MJNaKOIvkN01xZEXW1SQoyKdJpxdw66R7vMoQJxTI7mWvUq9XNmmv9Ys1y0Wxx9emGXU7MerM6i3p2GKNKDRDlqjvWwHAEHFFumzXs7hFV"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "can filter on attributes with the format f={filter\\_name}={filter\\_value} with the name/value pair as url encoded string.",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "f",
                                                    "value": "foo1lEnHIhQB5fq2"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "can search on attributes",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "s",
                                                    "value": "ElsZ0Wa%AfgzOic3nqzlLHuJunQ0HKfl4yu"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "can order on attributes",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "o",
                                                    "value": "ElsZ0Wa%AfgzOic3nqzlLHuJunQ0HKfl4yu"
                                                }
                                            ],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            }
                                        ],
                                        "method": "GET",
                                        "body": {},
                                        "auth": null
                                    },
                                    "response": [
                                        {
                                            "id": "339ca2a4-5eba-4f89-b4fc-0e0afddec187",
                                            "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": "foo1lEnHIhQB5fq2"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can search on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "s",
                                                            "value": "ElsZ0Wa%AfgzOic3nqzlLHuJunQ0HKfl4yu"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "ElsZ0Wa%AfgzOic3nqzlLHuJunQ0HKfl4yu"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security 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": "08d12c0b-cb92-4926-aa37-2ba79f247595",
                                            "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": "foo1lEnHIhQB5fq2"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can search on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "s",
                                                            "value": "ElsZ0Wa%AfgzOic3nqzlLHuJunQ0HKfl4yu"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "ElsZ0Wa%AfgzOic3nqzlLHuJunQ0HKfl4yu"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "Bad Request",
                                            "code": 400,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "304bf5be-800b-4ed5-a31b-4099e6e03929",
                                            "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": "foo1lEnHIhQB5fq2"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can search on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "s",
                                                            "value": "ElsZ0Wa%AfgzOic3nqzlLHuJunQ0HKfl4yu"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "ElsZ0Wa%AfgzOic3nqzlLHuJunQ0HKfl4yu"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "Unauthorized",
                                            "code": 401,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "69e420ca-cbc7-46b4-aae5-4ed994f6ecb0",
                                            "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": "foo1lEnHIhQB5fq2"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can search on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "s",
                                                            "value": "ElsZ0Wa%AfgzOic3nqzlLHuJunQ0HKfl4yu"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "ElsZ0Wa%AfgzOic3nqzlLHuJunQ0HKfl4yu"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "Forbidden",
                                            "code": 403,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "0136e00b-3540-4002-8dd6-22c32b23fe54",
                                            "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": "foo1lEnHIhQB5fq2"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can search on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "s",
                                                            "value": "ElsZ0Wa%AfgzOic3nqzlLHuJunQ0HKfl4yu"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "ElsZ0Wa%AfgzOic3nqzlLHuJunQ0HKfl4yu"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "Internal Server Error",
                                            "code": 500,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        }
                                    ],
                                    "event": [],
                                    "protocolProfileBehavior": {
                                        "disableBodyPruning": true
                                    }
                                },
                                {
                                    "id": "4b675ca9-766b-441e-a996-94030d09f5be",
                                    "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": "44dd06b4-243b-411b-9bd2-a1b149064051",
                                            "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": "e70e8ea2-b4b3-4a04-89b7-e6be83b9a02c",
                                            "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "98266958-abfc-427c-845b-ea2ec16da881",
                                            "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "648e3eea-2e32-4f69-8b1a-41a58b50ed28",
                                            "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "8eba0a0b-16db-41fe-a7dd-0b041e79d475",
                                            "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        }
                                    ],
                                    "event": [],
                                    "protocolProfileBehavior": {
                                        "disableBodyPruning": true
                                    }
                                },
                                {
                                    "name": "{id}",
                                    "description": "",
                                    "item": [
                                        {
                                            "id": "09c4f171-dbbc-41f6-bee4-b95aaf2c88e5",
                                            "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": "Mm0TiQX9qVyifL5kguuVDviHl5fMXZDaw_cnwAbg.5OhoRj4XZwQymp8oocbu4lKNr91jdXHa3lQXFp3FyvHHo-fttR3QuX-897sd8eXx95P5YMOZ8sU1Ydz4uLq",
                                                            "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": "9715b159-9aa4-416c-9534-fc45898ac424",
                                                    "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": "f1b24505-b806-4a23-bca1-78407a4935d8",
                                                    "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "dadb14a1-41bc-4d32-bc78-6f9ea120da98",
                                                    "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "c4ed0479-1cb6-4740-8a23-52c034dc09e3",
                                                    "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "424f6d3d-95c5-47a7-a502-66d7688fa821",
                                                    "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "19602856-fe1e-4b5b-8f4e-75db683b78f5",
                                                    "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        },
                                        {
                                            "id": "0bcf98ac-8839-4e9b-9ae0-cde574c9c905",
                                            "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": "Mm0TiQX9qVyifL5kguuVDviHl5fMXZDaw_cnwAbg.5OhoRj4XZwQymp8oocbu4lKNr91jdXHa3lQXFp3FyvHHo-fttR3QuX-897sd8eXx95P5YMOZ8sU1Ydz4uLq",
                                                            "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": "8512b7e3-a41f-4d27-8a51-115936356c72",
                                                    "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": "3cc02f8e-6491-4412-ada7-566782ee3213",
                                                    "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "36350326-9783-40e9-8ddf-09eb1763475b",
                                                    "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "c39634d5-def9-4a52-a1d0-a70f9d6a3035",
                                                    "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "aa77925e-1e52-4532-88d1-93b193ac9e95",
                                                    "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "2ae8463d-ccf0-4a6d-ae6a-f0998f942fe6",
                                                    "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        },
                                        {
                                            "id": "351c1a3c-1d65-4cc8-b2a9-ee756e556ea9",
                                            "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": "Mm0TiQX9qVyifL5kguuVDviHl5fMXZDaw_cnwAbg.5OhoRj4XZwQymp8oocbu4lKNr91jdXHa3lQXFp3FyvHHo-fttR3QuX-897sd8eXx95P5YMOZ8sU1Ydz4uLq",
                                                            "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": "8b3b5ae2-d397-4565-8527-15a708c3165c",
                                                    "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": "a1ef2cdc-c565-49b0-b84f-1ce6eef4a7d2",
                                                    "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "d62e2e0b-d87c-4f37-b2bf-6c8fd2b10699",
                                                    "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "3f5884d7-6937-4414-956c-7145fa958399",
                                                    "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "99e00b65-c574-4b2c-a6d5-3fd8bf06a0d8",
                                                    "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "766b2bb5-4fde-456a-8580-21769553da46",
                                                    "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        }
                                    ]
                                }
                            ]
                        },
                        {
                            "name": "profileEntry",
                            "description": "",
                            "item": [
                                {
                                    "id": "0d3e9dd3-ee34-4e20-9abb-253cea0c85ac",
                                    "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": "OaqXXp3UzSuT3bIPziPYSXtVNaVTvt6akKZQD78BZjO4tmJDYcB1AC88tJxAgWMpJATLI8RYjaylMnZhuKL6Kf1ALQ39KM5K600tIDjsV94K7bl4O2q3MJNaKOIvkN01xZEXW1SQoyKdJpxdw66R7vMoQJxTI7mWvUq9XNmmv9Ys1y0Wxx9emGXU7MerM6i3p2GKNKDRDlqjvWwHAEHFFumzXs7hFV"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "can filter on attributes with the format f={filter\\_name}={filter\\_value} with the name/value pair as url encoded string.",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "f",
                                                    "value": "foo1lEnHIhQB5fq2"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "can search on attributes",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "s",
                                                    "value": "ElsZ0Wa%AfgzOic3nqzlLHuJunQ0HKfl4yu"
                                                }
                                            ],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            }
                                        ],
                                        "method": "GET",
                                        "body": {},
                                        "auth": null
                                    },
                                    "response": [
                                        {
                                            "id": "7eeed38a-76f0-40a0-a52a-d13410874c92",
                                            "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": "foo1lEnHIhQB5fq2"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can search on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "s",
                                                            "value": "ElsZ0Wa%AfgzOic3nqzlLHuJunQ0HKfl4yu"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security 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": "de74a727-cee1-4d8c-9017-9f877ea02974",
                                            "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": "foo1lEnHIhQB5fq2"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can search on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "s",
                                                            "value": "ElsZ0Wa%AfgzOic3nqzlLHuJunQ0HKfl4yu"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "Bad Request",
                                            "code": 400,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "b99cd1f0-8a64-43e7-b74f-eb90e755d392",
                                            "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": "foo1lEnHIhQB5fq2"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can search on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "s",
                                                            "value": "ElsZ0Wa%AfgzOic3nqzlLHuJunQ0HKfl4yu"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "Unauthorized",
                                            "code": 401,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "4365a265-47e5-4bc9-9ec4-66e2183b0fed",
                                            "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": "foo1lEnHIhQB5fq2"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can search on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "s",
                                                            "value": "ElsZ0Wa%AfgzOic3nqzlLHuJunQ0HKfl4yu"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "Forbidden",
                                            "code": 403,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "a4d6f75a-ab58-4274-8957-f40d63d10785",
                                            "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": "foo1lEnHIhQB5fq2"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can search on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "s",
                                                            "value": "ElsZ0Wa%AfgzOic3nqzlLHuJunQ0HKfl4yu"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "Internal Server Error",
                                            "code": 500,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        }
                                    ],
                                    "event": [],
                                    "protocolProfileBehavior": {
                                        "disableBodyPruning": true
                                    }
                                },
                                {
                                    "id": "f16953e3-8311-462d-928a-2853758f5c04",
                                    "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": "04e8a059-3b86-4a2a-9eb7-c0c8e4a2d528",
                                            "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": "132d742c-ed66-4ce1-9e0f-5499bc0e2c47",
                                            "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "4f08cc6b-2f03-49eb-9875-c2feb6ec7002",
                                            "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "d821685b-4df5-4c28-8370-f54ac80a3c55",
                                            "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "64a06248-4ac4-470f-813d-b738d224fda9",
                                            "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        }
                                    ],
                                    "event": [],
                                    "protocolProfileBehavior": {
                                        "disableBodyPruning": true
                                    }
                                },
                                {
                                    "name": "{id}",
                                    "description": "",
                                    "item": [
                                        {
                                            "id": "04f23eb9-fd64-453c-8f99-ed70bb42ac7a",
                                            "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": "Mm0TiQX9qVyifL5kguuVDviHl5fMXZDaw_cnwAbg.5OhoRj4XZwQymp8oocbu4lKNr91jdXHa3lQXFp3FyvHHo-fttR3QuX-897sd8eXx95P5YMOZ8sU1Ydz4uLq",
                                                            "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": "45215384-8ae8-4448-ab9a-c8715a20601d",
                                                    "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": "41ed7d96-851f-44c7-8999-27d3d9a0bd93",
                                                    "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "c0ddbcb6-d6df-47bf-b946-ba88094950d6",
                                                    "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "1f36f5ed-1097-4638-9833-89a917db7321",
                                                    "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "1b9ec4c5-7795-4d6c-aee9-f94964c694ad",
                                                    "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "b94804dc-b55c-4cf2-a603-ff26b0cb0731",
                                                    "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        },
                                        {
                                            "id": "1b1fe7fb-560f-45a7-a2b6-e151aa00cbfd",
                                            "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": "Mm0TiQX9qVyifL5kguuVDviHl5fMXZDaw_cnwAbg.5OhoRj4XZwQymp8oocbu4lKNr91jdXHa3lQXFp3FyvHHo-fttR3QuX-897sd8eXx95P5YMOZ8sU1Ydz4uLq",
                                                            "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": "6049ada4-42f3-4f36-993a-eecec2210f89",
                                                    "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": "dfdd9451-3cb6-41a7-9f81-2427c1dbcd20",
                                                    "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "5303d3ed-2e64-4884-8139-8cd602c2cf95",
                                                    "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "171374c2-1b3c-44ef-826b-460d939ff224",
                                                    "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "b3433806-2134-42a6-9962-93658778a054",
                                                    "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "7b22aa0b-827f-44e0-a649-303b35b47e54",
                                                    "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        },
                                        {
                                            "id": "17db8d12-3f16-40ff-8602-216fd5a85929",
                                            "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": "Mm0TiQX9qVyifL5kguuVDviHl5fMXZDaw_cnwAbg.5OhoRj4XZwQymp8oocbu4lKNr91jdXHa3lQXFp3FyvHHo-fttR3QuX-897sd8eXx95P5YMOZ8sU1Ydz4uLq",
                                                            "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": "3ea46c75-a614-4994-9308-df17d78ed91b",
                                                    "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": "49382885-f61b-46c3-83ba-35126e1efa25",
                                                    "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "37505aec-0111-4e08-9e52-154d06a8fbaf",
                                                    "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "832081e8-11eb-4595-8ab9-ea2015bd1539",
                                                    "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "6f389fa7-333e-4a69-9e2c-3d5cb5e89522",
                                                    "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "5c43ae53-30dd-4853-86ab-70bb0d23acc4",
                                                    "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        }
                                    ]
                                }
                            ]
                        },
                        {
                            "name": "profileMember",
                            "description": "",
                            "item": [
                                {
                                    "id": "46da3763-b36f-4457-873d-bdba927ce388",
                                    "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": "OaqXXp3UzSuT3bIPziPYSXtVNaVTvt6akKZQD78BZjO4tmJDYcB1AC88tJxAgWMpJATLI8RYjaylMnZhuKL6Kf1ALQ39KM5K600tIDjsV94K7bl4O2q3MJNaKOIvkN01xZEXW1SQoyKdJpxdw66R7vMoQJxTI7mWvUq9XNmmv9Ys1y0Wxx9emGXU7MerM6i3p2GKNKDRDlqjvWwHAEHFFumzXs7hFV"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "can filter on attributes with the format f={filter\\_name}={filter\\_value} with the name/value pair as url encoded string.",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "f",
                                                    "value": "foo1lEnHIhQB5fq2"
                                                }
                                            ],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            }
                                        ],
                                        "method": "GET",
                                        "body": {},
                                        "auth": null
                                    },
                                    "response": [
                                        {
                                            "id": "ead6d74a-bf5b-484f-b7d7-749d5e78451c",
                                            "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": "foo1lEnHIhQB5fq2"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security 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": "a139ef65-01d3-4719-a363-2610f152957c",
                                            "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": "foo1lEnHIhQB5fq2"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "Bad Request",
                                            "code": 400,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "9e124714-3c29-4770-ab9a-bb5fd78e1466",
                                            "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": "foo1lEnHIhQB5fq2"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "Unauthorized",
                                            "code": 401,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "20180810-eb5c-40f6-b001-83e6dc99250c",
                                            "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": "foo1lEnHIhQB5fq2"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "Forbidden",
                                            "code": 403,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "cd36fd2a-6a2c-4433-b6a9-3594e39a7cd2",
                                            "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": "foo1lEnHIhQB5fq2"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "Internal Server Error",
                                            "code": 500,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        }
                                    ],
                                    "event": [],
                                    "protocolProfileBehavior": {
                                        "disableBodyPruning": true
                                    }
                                },
                                {
                                    "id": "3654a930-c5d9-4a1f-a887-5f257628f07e",
                                    "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\": \"GROUP\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        },
                                        "auth": null
                                    },
                                    "response": [
                                        {
                                            "id": "0fa20362-4263-412f-8e84-8052e80f147e",
                                            "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\": \"GROUP\"\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": "268bf4ce-009c-469e-a592-fa26b10f32df",
                                            "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\": \"GROUP\"\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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "62487e58-63f3-4a8a-94d0-8b7d34d90500",
                                            "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\": \"GROUP\"\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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "8b8c14cf-87ef-4e02-85ca-493f555b08b5",
                                            "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\": \"GROUP\"\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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "63fa1b9b-163d-49c2-af22-8a632d7bd3d1",
                                            "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\": \"GROUP\"\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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        }
                                    ],
                                    "event": [],
                                    "protocolProfileBehavior": {
                                        "disableBodyPruning": true
                                    }
                                },
                                {
                                    "name": "{id}",
                                    "description": "",
                                    "item": [
                                        {
                                            "id": "87289dc1-e1d9-4842-905a-d1dfacd267d8",
                                            "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": "93992e2b-defb-4ea6-8ab7-c991049dd6eb",
                                                    "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": "595ab46d-386c-42f3-9dc4-34020a1923e0",
                                                    "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "25303330-7eee-4253-b967-f037410e9671",
                                                    "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "53e13970-9b46-4956-92bb-a256a47ba6c4",
                                                    "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "d44f1473-cf26-4fa6-9a15-d6be13936b63",
                                                    "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "09be262d-09e3-4d63-a307-6fc5f627ed2c",
                                                    "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        },
                                        {
                                            "id": "5c1b5838-d0c1-4fa1-bc8a-76ad63b39865",
                                            "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": "Mm0TiQX9qVyifL5kguuVDviHl5fMXZDaw_cnwAbg.5OhoRj4XZwQymp8oocbu4lKNr91jdXHa3lQXFp3FyvHHo-fttR3QuX-897sd8eXx95P5YMOZ8sU1Ydz4uLq",
                                                            "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": "7091b948-2bd5-481d-b09e-a898dd2287f2",
                                                    "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": "73d98416-40ec-4ed5-ae2d-b40960aa1dec",
                                                    "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "e35d8007-66a0-4664-ad21-62a9854e23d3",
                                                    "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "37d90108-2770-4295-902c-e42c7a7a6776",
                                                    "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "43f935b8-ea5a-4569-b5a3-472949bcd22f",
                                                    "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "d4fc67a2-3f18-425c-9f21-932dedf8ba9d",
                                                    "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        }
                                    ]
                                }
                            ]
                        },
                        {
                            "name": "theme",
                            "description": "",
                            "item": [
                                {
                                    "id": "f656065b-9ad8-4400-b1ad-9a17809f0966",
                                    "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": "45a82d2a-45da-4f00-a98a-05dd2707ae9b",
                                            "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": "932b224a-1e4d-442a-a15d-59f604f9c555",
                                            "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "aa3d9083-1635-4cf0-8f01-585cf8a530f8",
                                            "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "4bf19a08-4ef1-4e78-988f-17b9162212ec",
                                            "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "91998d0d-5995-4878-9ac7-bbcbd51ea63e",
                                            "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        }
                                    ],
                                    "event": [],
                                    "protocolProfileBehavior": {
                                        "disableBodyPruning": true
                                    }
                                },
                                {
                                    "name": "unusedId",
                                    "description": "",
                                    "item": [
                                        {
                                            "id": "322d6be8-a81d-4ba9-a687-963e0b5e9aaf",
                                            "name": "Restore default Theme",
                                            "request": {
                                                "name": "Restore default Theme",
                                                "description": {
                                                    "content": "Restore the default theme\nWarning: Since Bonita 7.13, theme management is deprecated\n",
                                                    "type": "text/plain"
                                                },
                                                "url": {
                                                    "path": [
                                                        "API",
                                                        "portal",
                                                        "theme",
                                                        "unusedId"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Content-Type",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    }
                                                ],
                                                "method": "PUT",
                                                "body": {
                                                    "mode": "raw",
                                                    "raw": "{\n  \"type\": \"portal\"\n}",
                                                    "options": {
                                                        "raw": {
                                                            "headerFamily": "json",
                                                            "language": "json"
                                                        }
                                                    }
                                                },
                                                "auth": null
                                            },
                                            "response": [
                                                {
                                                    "id": "d98c51e7-b0d2-4ddc-bb03-eee15444f5dc",
                                                    "name": "OK",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "portal",
                                                                "theme",
                                                                "unusedId"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": []
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "JSESSIONID",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "PUT",
                                                        "body": {
                                                            "mode": "raw",
                                                            "raw": "{\n  \"type\": \"portal\"\n}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        }
                                                    },
                                                    "status": "OK",
                                                    "code": 200,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                },
                                                {
                                                    "id": "a7467865-e05e-4580-8e98-46ffd838433d",
                                                    "name": "Bad request.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "portal",
                                                                "theme",
                                                                "unusedId"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": []
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "JSESSIONID",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "PUT",
                                                        "body": {
                                                            "mode": "raw",
                                                            "raw": "{\n  \"type\": \"portal\"\n}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        }
                                                    },
                                                    "status": "Bad Request",
                                                    "code": 400,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "9a91660d-0dfe-46a5-b658-dc3e519b9c7b",
                                                    "name": "Authorization information is missing or invalid.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "portal",
                                                                "theme",
                                                                "unusedId"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": []
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "JSESSIONID",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "PUT",
                                                        "body": {
                                                            "mode": "raw",
                                                            "raw": "{\n  \"type\": \"portal\"\n}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        }
                                                    },
                                                    "status": "Unauthorized",
                                                    "code": 401,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "f20ddfe7-e52c-4135-a9da-5c4be8bd610d",
                                                    "name": "Forbidden, The request contained valid data and was understood by the server, but the server is refusing action.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "portal",
                                                                "theme",
                                                                "unusedId"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": []
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "JSESSIONID",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "PUT",
                                                        "body": {
                                                            "mode": "raw",
                                                            "raw": "{\n  \"type\": \"portal\"\n}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        }
                                                    },
                                                    "status": "Forbidden",
                                                    "code": 403,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "ac42d672-ce58-4618-ab02-84d4de1c1d89",
                                                    "name": "The resource for the specified ID was not found.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "portal",
                                                                "theme",
                                                                "unusedId"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": []
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "JSESSIONID",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "PUT",
                                                        "body": {
                                                            "mode": "raw",
                                                            "raw": "{\n  \"type\": \"portal\"\n}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        }
                                                    },
                                                    "status": "Not Found",
                                                    "code": 404,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "c6c17c07-e1c2-4ddf-8508-b6210ba89012",
                                                    "name": "Unexpected error.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "portal",
                                                                "theme",
                                                                "unusedId"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": []
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "JSESSIONID",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "PUT",
                                                        "body": {
                                                            "mode": "raw",
                                                            "raw": "{\n  \"type\": \"portal\"\n}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        }
                                                    },
                                                    "status": "Internal Server Error",
                                                    "code": 500,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        }
                                    ]
                                }
                            ]
                        }
                    ]
                },
                {
                    "name": "system",
                    "description": "",
                    "item": [
                        {
                            "name": "i18nlocale",
                            "description": "",
                            "item": [
                                {
                                    "id": "652d2538-39ca-43be-bb00-84e45f197a54",
                                    "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": "b9599549-0cae-42f2-82da-d437c9c7a38a",
                                            "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": "cc1bf4bd-7618-44e7-8b3b-422cb5aa4005",
                                            "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "b57f4476-bb79-475e-bf53-5b9d59f3ba18",
                                            "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "37e65ecb-4ff9-407a-beee-029d811cb8df",
                                            "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "57548af5-5501-4e7a-bd79-db4219270c65",
                                            "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        }
                                    ],
                                    "event": [],
                                    "protocolProfileBehavior": {
                                        "disableBodyPruning": true
                                    }
                                }
                            ]
                        },
                        {
                            "name": "i18ntranslation",
                            "description": "",
                            "item": [
                                {
                                    "id": "0aebac3b-9735-4b82-b59e-46403d19461f",
                                    "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": "OaqXXp3UzSuT3bIPziPYSXtVNaVTvt6akKZQD78BZjO4tmJDYcB1AC88tJxAgWMpJATLI8RYjaylMnZhuKL6Kf1ALQ39KM5K600tIDjsV94K7bl4O2q3MJNaKOIvkN01xZEXW1SQoyKdJpxdw66R7vMoQJxTI7mWvUq9XNmmv9Ys1y0Wxx9emGXU7MerM6i3p2GKNKDRDlqjvWwHAEHFFumzXs7hFV"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "can filter on attributes with the format f={filter\\_name}={filter\\_value} with the name/value pair as url encoded string.",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "f",
                                                    "value": "foo1lEnHIhQB5fq2"
                                                }
                                            ],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            }
                                        ],
                                        "method": "GET",
                                        "body": {},
                                        "auth": null
                                    },
                                    "response": [
                                        {
                                            "id": "83afcf6b-46bb-45e9-a6e9-c124aa21b3eb",
                                            "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": "foo1lEnHIhQB5fq2"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security 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    \"tempor_7_0\": \"<string>\",\n    \"elit_5b\": \"<string>\"\n  },\n  {\n    \"dolorf1a\": \"<string>\"\n  }\n]",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "b92f9028-1871-4c12-a687-b057bae65804",
                                            "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": "foo1lEnHIhQB5fq2"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "Bad Request",
                                            "code": 400,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "a6e07ac7-a7c6-42c1-9dff-77086dce1c98",
                                            "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": "foo1lEnHIhQB5fq2"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "Unauthorized",
                                            "code": 401,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "3db550a7-c77d-4a51-a2ed-081e7b20a0aa",
                                            "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": "foo1lEnHIhQB5fq2"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "Forbidden",
                                            "code": 403,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "ab00fd48-747d-4628-900f-dd09397f51f0",
                                            "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": "foo1lEnHIhQB5fq2"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "Internal Server Error",
                                            "code": 500,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        }
                                    ],
                                    "event": [],
                                    "protocolProfileBehavior": {
                                        "disableBodyPruning": true
                                    }
                                }
                            ]
                        },
                        {
                            "name": "session",
                            "description": "",
                            "item": [
                                {
                                    "name": "unusedId",
                                    "description": "",
                                    "item": [
                                        {
                                            "id": "304f46da-b7e6-441f-b901-670a7b09fd9a",
                                            "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": "61940695-6695-4203-bc2e-ad896d2410c3",
                                                    "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": "cd75a7a2-391f-4150-addd-6d28b7b56329",
                                                    "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "51e313e2-2f80-4a1d-be08-72ec60033d5f",
                                                    "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "334daf77-d586-41c7-984e-4313ec14eecb",
                                                    "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "b500005c-30b9-4126-93c4-0b86fbc1696a",
                                                    "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        }
                                    ]
                                }
                            ]
                        },
                        {
                            "name": "tenant",
                            "description": "",
                            "item": [
                                {
                                    "name": "{id}",
                                    "description": "",
                                    "item": [
                                        {
                                            "id": "a5df6fdc-fc27-4e5c-a276-3d55ea0f8224",
                                            "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": "Mm0TiQX9qVyifL5kguuVDviHl5fMXZDaw_cnwAbg.5OhoRj4XZwQymp8oocbu4lKNr91jdXHa3lQXFp3FyvHHo-fttR3QuX-897sd8eXx95P5YMOZ8sU1Ydz4uLq",
                                                            "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": "75f772b5-c64c-4517-bf82-f8e33fe347e1",
                                                    "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": "b79fadce-41bf-4f35-b2f4-9d72c8a37614",
                                                    "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "824b933c-6b3d-41c5-a504-61d56fcc4b23",
                                                    "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "b3c29f94-1d89-420f-8992-b345efa26ed4",
                                                    "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "01c78fa7-b91c-4d63-a0e9-a1022f3d41a7",
                                                    "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "f098ee73-9bab-4ede-8ef9-34d5623361e0",
                                                    "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        },
                                        {
                                            "id": "4231ce8f-81ee-460b-b3cf-77288756c88c",
                                            "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": "Mm0TiQX9qVyifL5kguuVDviHl5fMXZDaw_cnwAbg.5OhoRj4XZwQymp8oocbu4lKNr91jdXHa3lQXFp3FyvHHo-fttR3QuX-897sd8eXx95P5YMOZ8sU1Ydz4uLq",
                                                            "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": "1ef91d91-bb6c-433b-9e81-e3b96a888a3a",
                                                    "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": "73abf64c-9685-42ad-84fc-1cdc8424c6ce",
                                                    "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "662feeed-5700-4ba2-9fa1-aea8063c7b8f",
                                                    "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "cd84ec61-b005-4954-8e8a-c7a8851a5e6d",
                                                    "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "3a54ae27-a0da-4b26-83d6-ed12a95942fb",
                                                    "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "748028a3-381d-4741-9db4-256d7628a0cd",
                                                    "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        }
                                    ]
                                }
                            ]
                        },
                        {
                            "name": "maintenance",
                            "description": "",
                            "item": [
                                {
                                    "id": "eaf8befc-c7e2-4a97-977f-9911f9c9c701",
                                    "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": "7398c0bc-2096-4617-b911-8b2f80b04dcd",
                                            "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": "ba975461-0004-463f-836a-a4233411dbb8",
                                            "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "cd261f84-62b7-4516-8132-dd0d7c6dabe7",
                                            "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "d453914d-ad46-4cc1-bd27-ca6bada33c5d",
                                            "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "77589a2b-cd49-462e-9a8a-5a0d5e069a26",
                                            "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        }
                                    ],
                                    "event": [],
                                    "protocolProfileBehavior": {
                                        "disableBodyPruning": true
                                    }
                                },
                                {
                                    "id": "d2e0ca5e-8d1f-4383-aebc-2bc639e3e4da",
                                    "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": "bd9b6f33-b181-4846-8061-341af68540a6",
                                            "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": "de5b4e63-bcea-426e-a2e3-cf7c69354879",
                                            "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "e8d7d0ad-dc98-4b2a-bd6c-3e9a517fd208",
                                            "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "35e43a39-6fcf-4378-b4cf-b6a61806e712",
                                            "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "75345bc0-1d0c-4794-b039-6a1c32cb6ebc",
                                            "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        }
                                    ],
                                    "event": [],
                                    "protocolProfileBehavior": {
                                        "disableBodyPruning": true
                                    }
                                }
                            ]
                        },
                        {
                            "name": "information",
                            "description": "",
                            "item": [
                                {
                                    "id": "9f43b3cb-2b8a-4881-8740-7c5add90bdb9",
                                    "name": "Get the system information",
                                    "request": {
                                        "name": "Get the system information",
                                        "description": {
                                            "content": "Returns system information details of the platform.\nRequires to be logged in as a user having the Admin profile.\n",
                                            "type": "text/plain"
                                        },
                                        "url": {
                                            "path": [
                                                "API",
                                                "system",
                                                "information"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            }
                                        ],
                                        "method": "GET",
                                        "body": {},
                                        "auth": null
                                    },
                                    "response": [
                                        {
                                            "id": "946d13eb-675f-4f42-b98b-2a7115d4f0f8",
                                            "name": "Success",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "API",
                                                        "system",
                                                        "information"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "OK",
                                            "code": 200,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"licenseStartDate\": \"<string>\",\n  \"duration\": \"<string>\",\n  \"licenseExpirationDate\": \"<string>\",\n  \"numberOfCPUCores\": \"<string>\",\n  \"edition\": \"<string>\",\n  \"subscriptionType\": \"<string>\",\n  \"licenseMode\": \"<string>\",\n  \"managedAppsLimit\": \"<long>\",\n  \"licensee\": \"<string>\",\n  \"contactInfo\": \"<string>\",\n  \"expirationDate\": \"<long>\",\n  \"activeFeatures\": \"<string>\",\n  \"requestKey\": \"<string>\",\n  \"subscriptionStartPeriod\": \"<string>\",\n  \"subscriptionEndPeriod\": \"<string>\",\n  \"caseCounterLimit\": \"<long>\",\n  \"caseCounter\": \"<long>\"\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "f3af2dc0-1ede-4341-b5af-e5465858488e",
                                            "name": "Bad request.",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "API",
                                                        "system",
                                                        "information"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "Bad Request",
                                            "code": 400,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "ba2e4cbb-e982-4f8a-b472-3d48ba4953c6",
                                            "name": "Authorization information is missing or invalid.",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "API",
                                                        "system",
                                                        "information"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "Unauthorized",
                                            "code": 401,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "0b0d2079-246f-4c84-b321-6457caffebe8",
                                            "name": "Forbidden, The request contained valid data and was understood by the server, but the server is refusing action.",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "API",
                                                        "system",
                                                        "information"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "Forbidden",
                                            "code": 403,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "d1dea60d-ef78-4869-ba7c-665bf07ce764",
                                            "name": "Unexpected error.",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "API",
                                                        "system",
                                                        "information"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "Internal Server Error",
                                            "code": 500,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        }
                                    ],
                                    "event": [],
                                    "protocolProfileBehavior": {
                                        "disableBodyPruning": true
                                    }
                                }
                            ]
                        },
                        {
                            "name": "license",
                            "description": "",
                            "item": [
                                {
                                    "name": "unusedid",
                                    "description": "",
                                    "item": [
                                        {
                                            "id": "91d283c5-9c52-4a60-8523-ca9de6197c0c",
                                            "name": "Get the current server license",
                                            "request": {
                                                "name": "Get the current server license",
                                                "description": {
                                                    "content": "Returns license information for the current server. Requires to be logged in as a tenant technical administrator.\nThe same information can be retrieved as a user having simply the Admin profile through the API `GET /system/information`.\n",
                                                    "type": "text/plain"
                                                },
                                                "url": {
                                                    "path": [
                                                        "API",
                                                        "system",
                                                        "license",
                                                        "unusedid"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {},
                                                "auth": null
                                            },
                                            "response": [
                                                {
                                                    "id": "30b72bfb-df2f-41e3-bc0f-bcb2d6d2ed62",
                                                    "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": "11d05cd8-f405-4ab3-9337-4ae6dbc1c3c5",
                                                    "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "20ceb099-1ffa-4751-84d2-7faee3d5e4e0",
                                                    "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "51035d71-bc84-4920-94ec-f12f88eee0f2",
                                                    "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "e7d97285-22c8-4036-857d-cb4621168c0a",
                                                    "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        }
                                    ]
                                }
                            ]
                        }
                    ]
                },
                {
                    "name": "tenant",
                    "description": "",
                    "item": [
                        {
                            "name": "bdm",
                            "description": "",
                            "item": [
                                {
                                    "id": "07325055-fb2d-4d3b-87ad-988ce5881aad",
                                    "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": "260d29b2-5e43-4c9e-adb5-1ac49e8330d6",
                                            "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": "822e05df-1269-4406-8a16-b4077bacdaba",
                                            "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "161cb989-a324-49cb-9ab9-bc0033f34fd2",
                                            "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "adbe8d35-4910-4ff1-9344-269b01e6689c",
                                            "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "a0082a11-be1f-4673-ad3f-ec83d4eed0a6",
                                            "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "5042d19e-336b-451a-9f99-cbbae9e6df6d",
                                            "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        }
                                    ],
                                    "event": [],
                                    "protocolProfileBehavior": {
                                        "disableBodyPruning": true
                                    }
                                },
                                {
                                    "id": "a3cb142e-f39a-46be-9353-4b0aea5c1675",
                                    "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": "1d1221bb-3a50-44d8-8ad7-09e8c7770357",
                                            "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": "c1489578-24f1-45a0-9256-6e9f0a321e74",
                                            "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "b2b11ae8-0f13-457b-93a4-d10108f437d6",
                                            "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "0e794555-8ea7-4db5-b70f-1bed65fa833f",
                                            "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "7816a8d0-09bb-4542-8444-9b74f413823d",
                                            "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        }
                                    ],
                                    "event": [],
                                    "protocolProfileBehavior": {
                                        "disableBodyPruning": true
                                    }
                                }
                            ]
                        }
                    ]
                },
                {
                    "name": "formFileUpload",
                    "description": "",
                    "item": [
                        {
                            "id": "ac1e6365-20ed-4c5a-961a-7d8fcca0d823",
                            "name": "Upload a file",
                            "request": {
                                "name": "Upload a file",
                                "description": {
                                    "content": "Supports any type of files, used to upload a file before submitting a process or task form with a document in its contract\n",
                                    "type": "text/plain"
                                },
                                "url": {
                                    "path": [
                                        "API",
                                        "formFileUpload"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": []
                                },
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "multipart/form-data"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "text/plain"
                                    }
                                ],
                                "method": "POST",
                                "body": {
                                    "mode": "formdata",
                                    "formdata": [
                                        {
                                            "description": {
                                                "content": "",
                                                "type": "text/plain"
                                            },
                                            "key": "file",
                                            "type": "file"
                                        }
                                    ]
                                },
                                "auth": null
                            },
                            "response": [
                                {
                                    "id": "2c99c594-80b9-4085-b45f-205e3903cce5",
                                    "name": "Success",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "API",
                                                "formFileUpload"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "multipart/form-data"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "text/plain"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: apikey",
                                                    "type": "text/plain"
                                                },
                                                "key": "JSESSIONID",
                                                "value": "<API Key>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "formdata",
                                            "formdata": [
                                                {
                                                    "description": {
                                                        "content": "",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "file",
                                                    "type": "file"
                                                }
                                            ]
                                        }
                                    },
                                    "status": "OK",
                                    "code": 200,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "text/plain"
                                        }
                                    ],
                                    "body": "{\n  \"filename\": \"<string>\",\n  \"tempPath\": \"<string>\",\n  \"contentType\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "text"
                                },
                                {
                                    "id": "2224e7ea-489d-450a-8428-5c9300ecb58c",
                                    "name": "Bad request.",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "API",
                                                "formFileUpload"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "multipart/form-data"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: apikey",
                                                    "type": "text/plain"
                                                },
                                                "key": "JSESSIONID",
                                                "value": "<API Key>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "formdata",
                                            "formdata": [
                                                {
                                                    "description": {
                                                        "content": "",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "file",
                                                    "type": "file"
                                                }
                                            ]
                                        }
                                    },
                                    "status": "Bad Request",
                                    "code": 400,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "e25a7bbe-81e3-4bb4-bbf1-7f6fa3a2975d",
                                    "name": "Authorization information is missing or invalid.",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "API",
                                                "formFileUpload"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "multipart/form-data"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: apikey",
                                                    "type": "text/plain"
                                                },
                                                "key": "JSESSIONID",
                                                "value": "<API Key>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "formdata",
                                            "formdata": [
                                                {
                                                    "description": {
                                                        "content": "",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "file",
                                                    "type": "file"
                                                }
                                            ]
                                        }
                                    },
                                    "status": "Unauthorized",
                                    "code": 401,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "96dc767d-c0a9-4918-8083-386cef31cc01",
                                    "name": "Forbidden, The request contained valid data and was understood by the server, but the server is refusing action.",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "API",
                                                "formFileUpload"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "multipart/form-data"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: apikey",
                                                    "type": "text/plain"
                                                },
                                                "key": "JSESSIONID",
                                                "value": "<API Key>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "formdata",
                                            "formdata": [
                                                {
                                                    "description": {
                                                        "content": "",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "file",
                                                    "type": "file"
                                                }
                                            ]
                                        }
                                    },
                                    "status": "Forbidden",
                                    "code": 403,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "8f252d24-554d-4a6a-ae22-945495e82622",
                                    "name": "Unexpected error.",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "API",
                                                "formFileUpload"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "multipart/form-data"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: apikey",
                                                    "type": "text/plain"
                                                },
                                                "key": "JSESSIONID",
                                                "value": "<API Key>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "formdata",
                                            "formdata": [
                                                {
                                                    "description": {
                                                        "content": "",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "file",
                                                    "type": "file"
                                                }
                                            ]
                                        }
                                    },
                                    "status": "Internal Server Error",
                                    "code": 500,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                }
                            ],
                            "event": [],
                            "protocolProfileBehavior": {
                                "disableBodyPruning": true
                            }
                        }
                    ]
                }
            ]
        },
        {
            "name": "services",
            "description": "",
            "item": [
                {
                    "name": "application",
                    "description": "",
                    "item": [
                        {
                            "name": "import",
                            "description": "",
                            "item": [
                                {
                                    "id": "115700be-cde4-49db-b83d-132baa8efcbb",
                                    "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": "578a9d74-764d-40d9-9326-680c726846fb",
                                            "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": "d5438fe3-3b35-4fb7-8eb4-8d629afbeb3f",
                                            "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "fd935aed-9f5e-46a4-9ccc-302e6da3539f",
                                            "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "eaa077cc-83d3-42ad-a85c-d5b1d50ee4e8",
                                            "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "47a8f043-7495-4644-9aeb-f0b988b3061a",
                                            "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "561ebe30-b837-4d53-9326-01b8ab4b21e0",
                                            "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        }
                                    ],
                                    "event": [],
                                    "protocolProfileBehavior": {
                                        "disableBodyPruning": true
                                    }
                                }
                            ]
                        }
                    ]
                },
                {
                    "name": "bdmAccessControl",
                    "description": "",
                    "item": [
                        {
                            "name": "install",
                            "description": "",
                            "item": [
                                {
                                    "id": "828ae6d3-76e1-46e1-842c-c665b9dda216",
                                    "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": "4a4121ca-93fa-4100-9b89-40a8d07f42ff",
                                            "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": "616064b3-611f-4ae1-9468-97fc9a0f15ab",
                                            "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "2b22c2c6-6a31-4114-8082-0b35c7ea9cb1",
                                            "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "0964525b-f9df-4a6a-be15-536299d6018c",
                                            "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "880919f8-0f98-4e90-b6de-4c61306d72d2",
                                            "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "072ef3e8-2c4c-44ac-a3fe-36f6041adb6e",
                                            "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        }
                                    ],
                                    "event": [],
                                    "protocolProfileBehavior": {
                                        "disableBodyPruning": true
                                    }
                                }
                            ]
                        }
                    ]
                },
                {
                    "name": "organization",
                    "description": "",
                    "item": [
                        {
                            "name": "import",
                            "description": "",
                            "item": [
                                {
                                    "id": "44bfb7d9-a4a1-447e-93da-4cec8e4ef4da",
                                    "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": "2417f7c2-2c3f-4f0f-9010-1a837580da0e",
                                            "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": "30eb3591-7ce0-40a1-b9a4-e1b0878bc5b8",
                                            "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "8812de16-995f-4438-a582-0acbacab7f26",
                                            "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "4c572e8a-986e-4525-87e8-64738abe74f9",
                                            "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "fed8b7d8-af2f-4b29-bc06-358de8e95dc6",
                                            "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "b78dfbfc-b102-46b2-b680-e706896c3d32",
                                            "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        }
                                    ],
                                    "event": [],
                                    "protocolProfileBehavior": {
                                        "disableBodyPruning": true
                                    }
                                }
                            ]
                        }
                    ]
                },
                {
                    "name": "profile",
                    "description": "",
                    "item": [
                        {
                            "name": "import",
                            "description": "",
                            "item": [
                                {
                                    "id": "e2dbc189-444c-4031-b8f6-504179bf07f7",
                                    "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": "e4019a94-9234-485a-a67b-405254f2b153",
                                            "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": "e40a8af7-e5c2-465e-8cce-67078c1a8dd5",
                                            "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "8dafbecd-50e4-4a20-b8e5-565807569f88",
                                            "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "14494c2d-f9df-4015-b43d-213d56f8118b",
                                            "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "be9adccb-6a37-4b46-afa1-aec6915b9422",
                                            "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "c7c6b971-929c-4518-99e1-b6039d2ae63f",
                                            "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        }
                                    ],
                                    "event": [],
                                    "protocolProfileBehavior": {
                                        "disableBodyPruning": true
                                    }
                                }
                            ]
                        }
                    ]
                }
            ]
        },
        {
            "name": "portal",
            "description": "",
            "item": [
                {
                    "name": "applicationsUpload",
                    "description": "",
                    "item": [
                        {
                            "id": "e8198dde-d537-4455-94dc-8ae8022a8a8f",
                            "name": "Upload a living application",
                            "request": {
                                "name": "Upload a living application",
                                "description": {
                                    "content": "Upload application\n\nWarning: as of 9.0.0, uploading a living application using the portal is deprecated.\n",
                                    "type": "text/plain"
                                },
                                "url": {
                                    "path": [
                                        "portal",
                                        "applicationsUpload"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": []
                                },
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "multipart/form-data"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "text/plain"
                                    }
                                ],
                                "method": "POST",
                                "body": {
                                    "mode": "formdata",
                                    "formdata": [
                                        {
                                            "description": {
                                                "content": "",
                                                "type": "text/plain"
                                            },
                                            "key": "file",
                                            "type": "file"
                                        }
                                    ]
                                },
                                "auth": null
                            },
                            "response": [
                                {
                                    "id": "556c9b12-682e-4e1c-9b97-126f1de4590c",
                                    "name": "Success ",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "portal",
                                                "applicationsUpload"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "multipart/form-data"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "text/plain"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: apikey",
                                                    "type": "text/plain"
                                                },
                                                "key": "JSESSIONID",
                                                "value": "<API Key>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "formdata",
                                            "formdata": [
                                                {
                                                    "description": {
                                                        "content": "",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "file",
                                                    "type": "file"
                                                }
                                            ]
                                        }
                                    },
                                    "status": "OK",
                                    "code": 200,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "text/plain"
                                        }
                                    ],
                                    "body": "7g6TsCJwbZoEXefd4-HawVmf5wzMMRmUeYhJ91",
                                    "cookie": [],
                                    "_postman_previewlanguage": "text"
                                },
                                {
                                    "id": "cba0228e-77e1-45bf-93a5-d5ebd871af28",
                                    "name": "Bad request.",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "portal",
                                                "applicationsUpload"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "multipart/form-data"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: apikey",
                                                    "type": "text/plain"
                                                },
                                                "key": "JSESSIONID",
                                                "value": "<API Key>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "formdata",
                                            "formdata": [
                                                {
                                                    "description": {
                                                        "content": "",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "file",
                                                    "type": "file"
                                                }
                                            ]
                                        }
                                    },
                                    "status": "Bad Request",
                                    "code": 400,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "756bbf52-a6b3-41bc-abba-bc2c3f6d28cc",
                                    "name": "Authorization information is missing or invalid.",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "portal",
                                                "applicationsUpload"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "multipart/form-data"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: apikey",
                                                    "type": "text/plain"
                                                },
                                                "key": "JSESSIONID",
                                                "value": "<API Key>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "formdata",
                                            "formdata": [
                                                {
                                                    "description": {
                                                        "content": "",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "file",
                                                    "type": "file"
                                                }
                                            ]
                                        }
                                    },
                                    "status": "Unauthorized",
                                    "code": 401,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "3b24fe40-e8e6-4a42-b8ca-420cc7305c8b",
                                    "name": "Forbidden, The request contained valid data and was understood by the server, but the server is refusing action.",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "portal",
                                                "applicationsUpload"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "multipart/form-data"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: apikey",
                                                    "type": "text/plain"
                                                },
                                                "key": "JSESSIONID",
                                                "value": "<API Key>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "formdata",
                                            "formdata": [
                                                {
                                                    "description": {
                                                        "content": "",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "file",
                                                    "type": "file"
                                                }
                                            ]
                                        }
                                    },
                                    "status": "Forbidden",
                                    "code": 403,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "bb0bb7b8-8649-4f61-b099-25f4d9542e7d",
                                    "name": "Unexpected error.",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "portal",
                                                "applicationsUpload"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "multipart/form-data"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: apikey",
                                                    "type": "text/plain"
                                                },
                                                "key": "JSESSIONID",
                                                "value": "<API Key>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "formdata",
                                            "formdata": [
                                                {
                                                    "description": {
                                                        "content": "",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "file",
                                                    "type": "file"
                                                }
                                            ]
                                        }
                                    },
                                    "status": "Internal Server Error",
                                    "code": 500,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                }
                            ],
                            "event": [],
                            "protocolProfileBehavior": {
                                "disableBodyPruning": true
                            }
                        }
                    ]
                },
                {
                    "name": "bdmAccessControlUpload",
                    "description": "",
                    "item": [
                        {
                            "id": "a1cbcf9f-8e39-49be-ba82-26f0342cf89b",
                            "name": "Upload a BDM Access Control",
                            "request": {
                                "name": "Upload a BDM Access Control",
                                "description": {
                                    "content": "![edition](https://img.shields.io/badge/edition-entreprise-blue)\n\nUpload BDM Access Control\n\nWarning: as of 9.0.0, uploading a BDM Access Control using the portal is deprecated.\n",
                                    "type": "text/plain"
                                },
                                "url": {
                                    "path": [
                                        "portal",
                                        "bdmAccessControlUpload"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": []
                                },
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "multipart/form-data"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "text/plain"
                                    }
                                ],
                                "method": "POST",
                                "body": {
                                    "mode": "formdata",
                                    "formdata": [
                                        {
                                            "description": {
                                                "content": "",
                                                "type": "text/plain"
                                            },
                                            "key": "file",
                                            "type": "file"
                                        }
                                    ]
                                },
                                "auth": null
                            },
                            "response": [
                                {
                                    "id": "19af271a-3dcd-4354-8319-166775b81408",
                                    "name": "Success ",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "portal",
                                                "bdmAccessControlUpload"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "multipart/form-data"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "text/plain"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: apikey",
                                                    "type": "text/plain"
                                                },
                                                "key": "JSESSIONID",
                                                "value": "<API Key>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "formdata",
                                            "formdata": [
                                                {
                                                    "description": {
                                                        "content": "",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "file",
                                                    "type": "file"
                                                }
                                            ]
                                        }
                                    },
                                    "status": "OK",
                                    "code": 200,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "text/plain"
                                        }
                                    ],
                                    "body": "Mm0TiQX9qVyifL5kguuVDviHl5fMXZDaw_cnwAbg.5OhoRj4XZwQymp8oocbu4lKNr91jdXHa3lQXFp3FyvHHo-fttR3QuX-897sd8eXx95P5YMOZ8sU1Ydz4uLq",
                                    "cookie": [],
                                    "_postman_previewlanguage": "text"
                                },
                                {
                                    "id": "df3d7da4-2d40-4ea0-b06c-14d2708a78b3",
                                    "name": "Bad request.",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "portal",
                                                "bdmAccessControlUpload"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "multipart/form-data"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: apikey",
                                                    "type": "text/plain"
                                                },
                                                "key": "JSESSIONID",
                                                "value": "<API Key>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "formdata",
                                            "formdata": [
                                                {
                                                    "description": {
                                                        "content": "",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "file",
                                                    "type": "file"
                                                }
                                            ]
                                        }
                                    },
                                    "status": "Bad Request",
                                    "code": 400,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "fd4a2f12-6afe-48d5-ac1a-492a2b83dd41",
                                    "name": "Authorization information is missing or invalid.",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "portal",
                                                "bdmAccessControlUpload"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "multipart/form-data"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: apikey",
                                                    "type": "text/plain"
                                                },
                                                "key": "JSESSIONID",
                                                "value": "<API Key>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "formdata",
                                            "formdata": [
                                                {
                                                    "description": {
                                                        "content": "",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "file",
                                                    "type": "file"
                                                }
                                            ]
                                        }
                                    },
                                    "status": "Unauthorized",
                                    "code": 401,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "67f89ad0-6a11-4259-b4b7-71a44de55066",
                                    "name": "Forbidden, The request contained valid data and was understood by the server, but the server is refusing action.",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "portal",
                                                "bdmAccessControlUpload"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "multipart/form-data"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: apikey",
                                                    "type": "text/plain"
                                                },
                                                "key": "JSESSIONID",
                                                "value": "<API Key>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "formdata",
                                            "formdata": [
                                                {
                                                    "description": {
                                                        "content": "",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "file",
                                                    "type": "file"
                                                }
                                            ]
                                        }
                                    },
                                    "status": "Forbidden",
                                    "code": 403,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "dce86478-8d57-4043-9ae3-ed399b5a7dd1",
                                    "name": "Unexpected error.",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "portal",
                                                "bdmAccessControlUpload"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "multipart/form-data"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: apikey",
                                                    "type": "text/plain"
                                                },
                                                "key": "JSESSIONID",
                                                "value": "<API Key>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "formdata",
                                            "formdata": [
                                                {
                                                    "description": {
                                                        "content": "",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "file",
                                                    "type": "file"
                                                }
                                            ]
                                        }
                                    },
                                    "status": "Internal Server Error",
                                    "code": 500,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                }
                            ],
                            "event": [],
                            "protocolProfileBehavior": {
                                "disableBodyPruning": true
                            }
                        }
                    ]
                },
                {
                    "name": "processUpload",
                    "description": "",
                    "item": [
                        {
                            "id": "37b54e79-2446-44f2-81be-d21aeccc21f5",
                            "name": "Upload a bar file",
                            "request": {
                                "name": "Upload a bar file",
                                "description": {
                                    "content": "Upload a bar file\n\nWarning: as of 9.0.0, uploading a bar file using the portal is deprecated.\n",
                                    "type": "text/plain"
                                },
                                "url": {
                                    "path": [
                                        "portal",
                                        "processUpload"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": []
                                },
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "multipart/form-data"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "text/plain"
                                    }
                                ],
                                "method": "POST",
                                "body": {
                                    "mode": "formdata",
                                    "formdata": [
                                        {
                                            "description": {
                                                "content": "",
                                                "type": "text/plain"
                                            },
                                            "key": "file",
                                            "type": "file"
                                        }
                                    ]
                                },
                                "auth": null
                            },
                            "response": [
                                {
                                    "id": "064879f0-2761-4a33-bc43-2154a290d7dc",
                                    "name": "the temporary file name once uploaded on the server",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "portal",
                                                "processUpload"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "multipart/form-data"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "text/plain"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: apikey",
                                                    "type": "text/plain"
                                                },
                                                "key": "JSESSIONID",
                                                "value": "<API Key>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "formdata",
                                            "formdata": [
                                                {
                                                    "description": {
                                                        "content": "",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "file",
                                                    "type": "file"
                                                }
                                            ]
                                        }
                                    },
                                    "status": "OK",
                                    "code": 200,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "text/plain"
                                        }
                                    ],
                                    "body": "Hn5M1kXUO.7OE-1D9UU25336bvsiQyI7CKqjeSjOGs5tfG-ORFT6bFvyTZkZQ0eE2vmRNt1f5CaatK9xKrVOZW_eYNWYlgNS28xkajKg5ydiqKDc1J.NL-9VnRzjhcfW0Ew0RutAHKRM4yYldyBVVyRl2YDTX7dsreYdpceIPgw7B0p1PHlp.LyqjCP4raKQgC",
                                    "cookie": [],
                                    "_postman_previewlanguage": "text"
                                },
                                {
                                    "id": "fdef141c-29d1-4405-b831-730c6ae3c52d",
                                    "name": "Bad request.",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "portal",
                                                "processUpload"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "multipart/form-data"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: apikey",
                                                    "type": "text/plain"
                                                },
                                                "key": "JSESSIONID",
                                                "value": "<API Key>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "formdata",
                                            "formdata": [
                                                {
                                                    "description": {
                                                        "content": "",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "file",
                                                    "type": "file"
                                                }
                                            ]
                                        }
                                    },
                                    "status": "Bad Request",
                                    "code": 400,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "1f362021-d5fd-4918-9e3d-1d03d86f3e2a",
                                    "name": "Authorization information is missing or invalid.",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "portal",
                                                "processUpload"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "multipart/form-data"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: apikey",
                                                    "type": "text/plain"
                                                },
                                                "key": "JSESSIONID",
                                                "value": "<API Key>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "formdata",
                                            "formdata": [
                                                {
                                                    "description": {
                                                        "content": "",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "file",
                                                    "type": "file"
                                                }
                                            ]
                                        }
                                    },
                                    "status": "Unauthorized",
                                    "code": 401,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "8e2a7ac1-6e58-4524-854a-8b32cd967e50",
                                    "name": "Forbidden, The request contained valid data and was understood by the server, but the server is refusing action.",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "portal",
                                                "processUpload"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "multipart/form-data"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: apikey",
                                                    "type": "text/plain"
                                                },
                                                "key": "JSESSIONID",
                                                "value": "<API Key>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "formdata",
                                            "formdata": [
                                                {
                                                    "description": {
                                                        "content": "",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "file",
                                                    "type": "file"
                                                }
                                            ]
                                        }
                                    },
                                    "status": "Forbidden",
                                    "code": 403,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "f2893ff6-9f80-45b7-9150-9c79bab01d76",
                                    "name": "Unexpected error.",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "portal",
                                                "processUpload"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "multipart/form-data"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: apikey",
                                                    "type": "text/plain"
                                                },
                                                "key": "JSESSIONID",
                                                "value": "<API Key>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "formdata",
                                            "formdata": [
                                                {
                                                    "description": {
                                                        "content": "",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "file",
                                                    "type": "file"
                                                }
                                            ]
                                        }
                                    },
                                    "status": "Internal Server Error",
                                    "code": 500,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                }
                            ],
                            "event": [],
                            "protocolProfileBehavior": {
                                "disableBodyPruning": true
                            }
                        }
                    ]
                },
                {
                    "name": "pageUpload",
                    "description": "",
                    "item": [
                        {
                            "id": "a9009577-bf15-49d4-8386-e8b4983ab4e1",
                            "name": "Upload a Page",
                            "request": {
                                "name": "Upload a Page",
                                "description": {
                                    "content": "Upload Page\n\nWarning: as of 9.0.0, uploading a page using the portal is deprecated.\n",
                                    "type": "text/plain"
                                },
                                "url": {
                                    "path": [
                                        "portal",
                                        "pageUpload"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": []
                                },
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "multipart/form-data"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "text/plain"
                                    }
                                ],
                                "method": "POST",
                                "body": {
                                    "mode": "formdata",
                                    "formdata": [
                                        {
                                            "description": {
                                                "content": "",
                                                "type": "text/plain"
                                            },
                                            "key": "file",
                                            "type": "file"
                                        }
                                    ]
                                },
                                "auth": null
                            },
                            "response": [
                                {
                                    "id": "04419582-69ea-41fa-9a44-e98252daeb8b",
                                    "name": "Success: the temp file name as present on the server",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "portal",
                                                "pageUpload"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "multipart/form-data"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "text/plain"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: apikey",
                                                    "type": "text/plain"
                                                },
                                                "key": "JSESSIONID",
                                                "value": "<API Key>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "formdata",
                                            "formdata": [
                                                {
                                                    "description": {
                                                        "content": "",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "file",
                                                    "type": "file"
                                                }
                                            ]
                                        }
                                    },
                                    "status": "OK",
                                    "code": 200,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "text/plain"
                                        }
                                    ],
                                    "body": "Mm0TiQX9qVyifL5kguuVDviHl5fMXZDaw_cnwAbg.5OhoRj4XZwQymp8oocbu4lKNr91jdXHa3lQXFp3FyvHHo-fttR3QuX-897sd8eXx95P5YMOZ8sU1Ydz4uLq",
                                    "cookie": [],
                                    "_postman_previewlanguage": "text"
                                },
                                {
                                    "id": "72a5b213-7cca-468f-82ba-61826ae4afbc",
                                    "name": "Bad request.",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "portal",
                                                "pageUpload"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "multipart/form-data"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: apikey",
                                                    "type": "text/plain"
                                                },
                                                "key": "JSESSIONID",
                                                "value": "<API Key>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "formdata",
                                            "formdata": [
                                                {
                                                    "description": {
                                                        "content": "",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "file",
                                                    "type": "file"
                                                }
                                            ]
                                        }
                                    },
                                    "status": "Bad Request",
                                    "code": 400,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "1cbbb881-5733-4687-959a-a0545eb9340a",
                                    "name": "Authorization information is missing or invalid.",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "portal",
                                                "pageUpload"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "multipart/form-data"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: apikey",
                                                    "type": "text/plain"
                                                },
                                                "key": "JSESSIONID",
                                                "value": "<API Key>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "formdata",
                                            "formdata": [
                                                {
                                                    "description": {
                                                        "content": "",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "file",
                                                    "type": "file"
                                                }
                                            ]
                                        }
                                    },
                                    "status": "Unauthorized",
                                    "code": 401,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "f2a2898a-b987-4880-8731-09812505b0d2",
                                    "name": "Forbidden, The request contained valid data and was understood by the server, but the server is refusing action.",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "portal",
                                                "pageUpload"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "multipart/form-data"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: apikey",
                                                    "type": "text/plain"
                                                },
                                                "key": "JSESSIONID",
                                                "value": "<API Key>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "formdata",
                                            "formdata": [
                                                {
                                                    "description": {
                                                        "content": "",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "file",
                                                    "type": "file"
                                                }
                                            ]
                                        }
                                    },
                                    "status": "Forbidden",
                                    "code": 403,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "591bb776-9d78-426b-8cf6-0babc86dc5b6",
                                    "name": "Unexpected error.",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "portal",
                                                "pageUpload"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "multipart/form-data"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: apikey",
                                                    "type": "text/plain"
                                                },
                                                "key": "JSESSIONID",
                                                "value": "<API Key>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "formdata",
                                            "formdata": [
                                                {
                                                    "description": {
                                                        "content": "",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "file",
                                                    "type": "file"
                                                }
                                            ]
                                        }
                                    },
                                    "status": "Internal Server Error",
                                    "code": 500,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                }
                            ],
                            "event": [],
                            "protocolProfileBehavior": {
                                "disableBodyPruning": true
                            }
                        }
                    ]
                },
                {
                    "name": "fileUpload",
                    "description": "",
                    "item": [
                        {
                            "id": "15440fdd-4e98-45ef-873b-aa96313b1cfd",
                            "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",
                                            "type": "file"
                                        }
                                    ]
                                },
                                "auth": null
                            },
                            "response": [
                                {
                                    "id": "e6a64713-e655-42e5-99f9-8df4756e6e43",
                                    "name": "Success: the temp file name as present on the server",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "portal",
                                                "fileUpload"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "multipart/form-data"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "text/plain"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: apikey",
                                                    "type": "text/plain"
                                                },
                                                "key": "JSESSIONID",
                                                "value": "<API Key>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "formdata",
                                            "formdata": [
                                                {
                                                    "description": {
                                                        "content": "",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "file",
                                                    "type": "file"
                                                }
                                            ]
                                        }
                                    },
                                    "status": "OK",
                                    "code": 200,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "text/plain"
                                        }
                                    ],
                                    "body": "Mm0TiQX9qVyifL5kguuVDviHl5fMXZDaw_cnwAbg.5OhoRj4XZwQymp8oocbu4lKNr91jdXHa3lQXFp3FyvHHo-fttR3QuX-897sd8eXx95P5YMOZ8sU1Ydz4uLq",
                                    "cookie": [],
                                    "_postman_previewlanguage": "text"
                                },
                                {
                                    "id": "8d724a33-c12b-404f-bce0-34b59f067c5f",
                                    "name": "Bad request.",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "portal",
                                                "fileUpload"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "multipart/form-data"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: apikey",
                                                    "type": "text/plain"
                                                },
                                                "key": "JSESSIONID",
                                                "value": "<API Key>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "formdata",
                                            "formdata": [
                                                {
                                                    "description": {
                                                        "content": "",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "file",
                                                    "type": "file"
                                                }
                                            ]
                                        }
                                    },
                                    "status": "Bad Request",
                                    "code": 400,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "f5a39a6b-3cb9-435b-a6a3-3c41c4cd8cbc",
                                    "name": "Authorization information is missing or invalid.",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "portal",
                                                "fileUpload"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "multipart/form-data"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: apikey",
                                                    "type": "text/plain"
                                                },
                                                "key": "JSESSIONID",
                                                "value": "<API Key>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "formdata",
                                            "formdata": [
                                                {
                                                    "description": {
                                                        "content": "",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "file",
                                                    "type": "file"
                                                }
                                            ]
                                        }
                                    },
                                    "status": "Unauthorized",
                                    "code": 401,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "64182923-e243-4412-9e33-f3b63d6eaf55",
                                    "name": "Forbidden, The request contained valid data and was understood by the server, but the server is refusing action.",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "portal",
                                                "fileUpload"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "multipart/form-data"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: apikey",
                                                    "type": "text/plain"
                                                },
                                                "key": "JSESSIONID",
                                                "value": "<API Key>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "formdata",
                                            "formdata": [
                                                {
                                                    "description": {
                                                        "content": "",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "file",
                                                    "type": "file"
                                                }
                                            ]
                                        }
                                    },
                                    "status": "Forbidden",
                                    "code": 403,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "d33afec3-03f0-4170-a309-272dea5059ee",
                                    "name": "Unexpected error.",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "portal",
                                                "fileUpload"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "multipart/form-data"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: apikey",
                                                    "type": "text/plain"
                                                },
                                                "key": "JSESSIONID",
                                                "value": "<API Key>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "formdata",
                                            "formdata": [
                                                {
                                                    "description": {
                                                        "content": "",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "file",
                                                    "type": "file"
                                                }
                                            ]
                                        }
                                    },
                                    "status": "Internal Server Error",
                                    "code": 500,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                }
                            ],
                            "event": [],
                            "protocolProfileBehavior": {
                                "disableBodyPruning": true
                            }
                        }
                    ]
                },
                {
                    "name": "organizationUpload",
                    "description": "",
                    "item": [
                        {
                            "id": "6c5d6fab-f8c6-4c85-8b28-b748e9692d0d",
                            "name": "Import an organization",
                            "request": {
                                "name": "Import an organization",
                                "description": {
                                    "content": "Upload organization\n",
                                    "type": "text/plain"
                                },
                                "url": {
                                    "path": [
                                        "portal",
                                        "organizationUpload"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": []
                                },
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "multipart/form-data"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "text/plain"
                                    }
                                ],
                                "method": "POST",
                                "body": {
                                    "mode": "formdata",
                                    "formdata": [
                                        {
                                            "description": {
                                                "content": "",
                                                "type": "text/plain"
                                            },
                                            "key": "file",
                                            "type": "file"
                                        }
                                    ]
                                },
                                "auth": null
                            },
                            "response": [
                                {
                                    "id": "6231da77-b2b1-4911-88e8-9a6ddb61e552",
                                    "name": "Success ",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "portal",
                                                "organizationUpload"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "multipart/form-data"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "text/plain"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: apikey",
                                                    "type": "text/plain"
                                                },
                                                "key": "JSESSIONID",
                                                "value": "<API Key>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "formdata",
                                            "formdata": [
                                                {
                                                    "description": {
                                                        "content": "",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "file",
                                                    "type": "file"
                                                }
                                            ]
                                        }
                                    },
                                    "status": "OK",
                                    "code": 200,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "text/plain"
                                        }
                                    ],
                                    "body": "JoWsx-_TG3HJf_P.U29vTQto-jt2XmZeGwIVEafj2V3pC6wGuRfALxBUmsvKNOt5EiZ_ajtZm",
                                    "cookie": [],
                                    "_postman_previewlanguage": "text"
                                },
                                {
                                    "id": "1c6b06c2-63de-423b-8410-e8a7f6495612",
                                    "name": "Bad request.",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "portal",
                                                "organizationUpload"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "multipart/form-data"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: apikey",
                                                    "type": "text/plain"
                                                },
                                                "key": "JSESSIONID",
                                                "value": "<API Key>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "formdata",
                                            "formdata": [
                                                {
                                                    "description": {
                                                        "content": "",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "file",
                                                    "type": "file"
                                                }
                                            ]
                                        }
                                    },
                                    "status": "Bad Request",
                                    "code": 400,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "351375bc-40a7-4ee3-a3c3-d83c12a9fc56",
                                    "name": "Authorization information is missing or invalid.",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "portal",
                                                "organizationUpload"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "multipart/form-data"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: apikey",
                                                    "type": "text/plain"
                                                },
                                                "key": "JSESSIONID",
                                                "value": "<API Key>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "formdata",
                                            "formdata": [
                                                {
                                                    "description": {
                                                        "content": "",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "file",
                                                    "type": "file"
                                                }
                                            ]
                                        }
                                    },
                                    "status": "Unauthorized",
                                    "code": 401,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "5262548f-815d-4c15-9ad3-13173bb5a202",
                                    "name": "Forbidden, The request contained valid data and was understood by the server, but the server is refusing action.",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "portal",
                                                "organizationUpload"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "multipart/form-data"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: apikey",
                                                    "type": "text/plain"
                                                },
                                                "key": "JSESSIONID",
                                                "value": "<API Key>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "formdata",
                                            "formdata": [
                                                {
                                                    "description": {
                                                        "content": "",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "file",
                                                    "type": "file"
                                                }
                                            ]
                                        }
                                    },
                                    "status": "Forbidden",
                                    "code": 403,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "53b9063c-49bc-47ae-a9c2-f733179863d8",
                                    "name": "Unexpected error.",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "portal",
                                                "organizationUpload"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "multipart/form-data"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: apikey",
                                                    "type": "text/plain"
                                                },
                                                "key": "JSESSIONID",
                                                "value": "<API Key>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "formdata",
                                            "formdata": [
                                                {
                                                    "description": {
                                                        "content": "",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "file",
                                                    "type": "file"
                                                }
                                            ]
                                        }
                                    },
                                    "status": "Internal Server Error",
                                    "code": 500,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                }
                            ],
                            "event": [],
                            "protocolProfileBehavior": {
                                "disableBodyPruning": true
                            }
                        }
                    ]
                },
                {
                    "name": "profilesUpload",
                    "description": "",
                    "item": [
                        {
                            "id": "57e6a65b-03e7-43a2-a05d-39cda79a7d95",
                            "name": "Upload profiles",
                            "request": {
                                "name": "Upload profiles",
                                "description": {
                                    "content": "![edition](https://img.shields.io/badge/edition-entreprise-blue)\n\nUpload profiles\n\nWarning: as of 9.0.0, uploading profiles using the portal is deprecated.\n",
                                    "type": "text/plain"
                                },
                                "url": {
                                    "path": [
                                        "portal",
                                        "profilesUpload"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": []
                                },
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "multipart/form-data"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "text/plain"
                                    }
                                ],
                                "method": "POST",
                                "body": {
                                    "mode": "formdata",
                                    "formdata": [
                                        {
                                            "description": {
                                                "content": "",
                                                "type": "text/plain"
                                            },
                                            "key": "file",
                                            "type": "file"
                                        }
                                    ]
                                },
                                "auth": null
                            },
                            "response": [
                                {
                                    "id": "692e1363-14ce-4130-a64b-9f21031ffcf3",
                                    "name": "Success ",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "portal",
                                                "profilesUpload"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "multipart/form-data"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "text/plain"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: apikey",
                                                    "type": "text/plain"
                                                },
                                                "key": "JSESSIONID",
                                                "value": "<API Key>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "formdata",
                                            "formdata": [
                                                {
                                                    "description": {
                                                        "content": "",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "file",
                                                    "type": "file"
                                                }
                                            ]
                                        }
                                    },
                                    "status": "OK",
                                    "code": 200,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "text/plain"
                                        }
                                    ],
                                    "body": "HGTNuoy1J2tqIvufp4EGOGqNhdzFu7vB5goVIqzxmnjY2NjTZ_aVdVFQ1lCooUd7iPqVsqUznpTTitQaaZjb87WTTytQZF-4LaZp.lSTwJTTrufDjKV6cfieI_ISRMUCxhyB2ybSpqNhKJ.3EvucV4Y7TzaWSFilPu0QqEk_NseeiYU8jR0xkCzRzq6o7XhC6XH1ANP.pzeB-B9pMs1Asv_7fumVT",
                                    "cookie": [],
                                    "_postman_previewlanguage": "text"
                                },
                                {
                                    "id": "5b42cee4-a1b1-4b17-8d1a-294d30276262",
                                    "name": "Bad request.",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "portal",
                                                "profilesUpload"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "multipart/form-data"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: apikey",
                                                    "type": "text/plain"
                                                },
                                                "key": "JSESSIONID",
                                                "value": "<API Key>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "formdata",
                                            "formdata": [
                                                {
                                                    "description": {
                                                        "content": "",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "file",
                                                    "type": "file"
                                                }
                                            ]
                                        }
                                    },
                                    "status": "Bad Request",
                                    "code": 400,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "8499a001-1d64-4298-b3d6-5c1fcdeab5c9",
                                    "name": "Authorization information is missing or invalid.",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "portal",
                                                "profilesUpload"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "multipart/form-data"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: apikey",
                                                    "type": "text/plain"
                                                },
                                                "key": "JSESSIONID",
                                                "value": "<API Key>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "formdata",
                                            "formdata": [
                                                {
                                                    "description": {
                                                        "content": "",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "file",
                                                    "type": "file"
                                                }
                                            ]
                                        }
                                    },
                                    "status": "Unauthorized",
                                    "code": 401,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "4b14437d-33f8-472a-a4f7-d5c5b1f3d97e",
                                    "name": "Forbidden, The request contained valid data and was understood by the server, but the server is refusing action.",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "portal",
                                                "profilesUpload"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "multipart/form-data"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: apikey",
                                                    "type": "text/plain"
                                                },
                                                "key": "JSESSIONID",
                                                "value": "<API Key>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "formdata",
                                            "formdata": [
                                                {
                                                    "description": {
                                                        "content": "",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "file",
                                                    "type": "file"
                                                }
                                            ]
                                        }
                                    },
                                    "status": "Forbidden",
                                    "code": 403,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "dbe1e850-9587-48a9-bcfc-88ea516224c9",
                                    "name": "Unexpected error.",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "portal",
                                                "profilesUpload"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "multipart/form-data"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: apikey",
                                                    "type": "text/plain"
                                                },
                                                "key": "JSESSIONID",
                                                "value": "<API Key>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "formdata",
                                            "formdata": [
                                                {
                                                    "description": {
                                                        "content": "",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "file",
                                                    "type": "file"
                                                }
                                            ]
                                        }
                                    },
                                    "status": "Internal Server Error",
                                    "code": 500,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                }
                            ],
                            "event": [],
                            "protocolProfileBehavior": {
                                "disableBodyPruning": true
                            }
                        }
                    ]
                }
            ]
        },
        {
            "name": "platformloginservice",
            "description": "",
            "item": [
                {
                    "id": "9ba47300-acca-422b-a64a-56bc9f255405",
                    "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": "154cc04c-7a66-4a5c-9b88-f74e274dd23c",
                            "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": "Yz_vaaM"
                                },
                                {
                                    "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": "8Gqh53XD-a1lOu-ZEeekzqVqghcbinJG9VbdbGL12"
                                }
                            ],
                            "cookie": [],
                            "_postman_previewlanguage": "text"
                        },
                        {
                            "id": "2a1e92d0-5ae1-4085-a513-e5c779d539a5",
                            "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                            "cookie": [],
                            "_postman_previewlanguage": "json"
                        },
                        {
                            "id": "40a729a2-7058-4354-a357-a1039178f4c9",
                            "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                            "cookie": [],
                            "_postman_previewlanguage": "json"
                        },
                        {
                            "id": "0e462973-02ce-45f4-acc9-ac072780a127",
                            "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                            "cookie": [],
                            "_postman_previewlanguage": "json"
                        },
                        {
                            "id": "fc348c08-dae8-4163-ae8e-d563a48444ee",
                            "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                            "cookie": [],
                            "_postman_previewlanguage": "json"
                        }
                    ],
                    "event": [],
                    "protocolProfileBehavior": {
                        "disableBodyPruning": true
                    }
                }
            ]
        },
        {
            "name": "platformlogoutservice",
            "description": "",
            "item": [
                {
                    "id": "23def210-3f51-4a6d-9e1b-0bed599d2883",
                    "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": "7f01bb63-1629-47d6-9d01-0a8f73e80b19",
                            "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": "930a5aa6-471d-44d9-a2f8-d8f1684c1d04",
                            "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                            "cookie": [],
                            "_postman_previewlanguage": "json"
                        },
                        {
                            "id": "ba7bc6a4-4842-4e5d-849d-b226ac042a47",
                            "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                            "cookie": [],
                            "_postman_previewlanguage": "json"
                        },
                        {
                            "id": "b2385fa7-d29f-4409-ae1b-92a61cf0283b",
                            "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                            "cookie": [],
                            "_postman_previewlanguage": "json"
                        },
                        {
                            "id": "efbad339-0e14-436e-adcd-80e917c2f1d7",
                            "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  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                            "cookie": [],
                            "_postman_previewlanguage": "json"
                        }
                    ],
                    "event": [],
                    "protocolProfileBehavior": {
                        "disableBodyPruning": true
                    }
                }
            ]
        },
        {
            "name": "APIv2",
            "description": "",
            "item": [
                {
                    "name": "service",
                    "description": "",
                    "item": [
                        {
                            "name": "install",
                            "description": "",
                            "item": [
                                {
                                    "id": "c56c8764-4d9c-4a42-afe4-e7210a1068d1",
                                    "name": "Upload an application configuration file",
                                    "request": {
                                        "name": "Upload an application configuration file",
                                        "description": {
                                            "content": "![edition](https://img.shields.io/badge/edition-entreprise-blue)\n\nUpload an application configuration file in the `bconf` format.\n\nWarning: as of 9.0.0, uploading an application configuration file using this API is deprecated.\n",
                                            "type": "text/plain"
                                        },
                                        "url": {
                                            "path": [
                                                "APIv2",
                                                "service",
                                                "install"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "multipart/form-data"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "text/plain"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "formdata",
                                            "formdata": [
                                                {
                                                    "description": {
                                                        "content": "(Required) ",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "configuration",
                                                    "type": "file"
                                                }
                                            ]
                                        },
                                        "auth": null
                                    },
                                    "response": [
                                        {
                                            "id": "b75bef55-9721-4bb4-972a-1b4042eddf88",
                                            "name": "Success: the temp file name as present on the server",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "APIv2",
                                                        "service",
                                                        "install"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Content-Type",
                                                        "value": "multipart/form-data"
                                                    },
                                                    {
                                                        "key": "Accept",
                                                        "value": "text/plain"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "POST",
                                                "body": {
                                                    "mode": "formdata",
                                                    "formdata": [
                                                        {
                                                            "description": {
                                                                "content": "(Required) ",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "configuration",
                                                            "type": "file"
                                                        }
                                                    ]
                                                }
                                            },
                                            "status": "OK",
                                            "code": 200,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "text/plain"
                                                }
                                            ],
                                            "body": "<string>",
                                            "cookie": [],
                                            "_postman_previewlanguage": "text"
                                        },
                                        {
                                            "id": "f4695f9e-9b35-4f7f-b1ff-b87b5d6b2848",
                                            "name": "Bad request.",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "APIv2",
                                                        "service",
                                                        "install"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Content-Type",
                                                        "value": "multipart/form-data"
                                                    },
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "POST",
                                                "body": {
                                                    "mode": "formdata",
                                                    "formdata": [
                                                        {
                                                            "description": {
                                                                "content": "(Required) ",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "configuration",
                                                            "type": "file"
                                                        }
                                                    ]
                                                }
                                            },
                                            "status": "Bad Request",
                                            "code": 400,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "d6bee4ec-f465-49e5-8a11-b2c5e6a3757c",
                                            "name": "Authorization information is missing or invalid.",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "APIv2",
                                                        "service",
                                                        "install"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Content-Type",
                                                        "value": "multipart/form-data"
                                                    },
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "POST",
                                                "body": {
                                                    "mode": "formdata",
                                                    "formdata": [
                                                        {
                                                            "description": {
                                                                "content": "(Required) ",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "configuration",
                                                            "type": "file"
                                                        }
                                                    ]
                                                }
                                            },
                                            "status": "Unauthorized",
                                            "code": 401,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "89caef03-d937-470b-a4af-a8cc67bb6967",
                                            "name": "Forbidden, The request contained valid data and was understood by the server, but the server is refusing action.",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "APIv2",
                                                        "service",
                                                        "install"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Content-Type",
                                                        "value": "multipart/form-data"
                                                    },
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "POST",
                                                "body": {
                                                    "mode": "formdata",
                                                    "formdata": [
                                                        {
                                                            "description": {
                                                                "content": "(Required) ",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "configuration",
                                                            "type": "file"
                                                        }
                                                    ]
                                                }
                                            },
                                            "status": "Forbidden",
                                            "code": 403,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "0f4cd5f8-6e05-4c28-911a-8312d318bda3",
                                            "name": "Unexpected error.",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "APIv2",
                                                        "service",
                                                        "install"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Content-Type",
                                                        "value": "multipart/form-data"
                                                    },
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "POST",
                                                "body": {
                                                    "mode": "formdata",
                                                    "formdata": [
                                                        {
                                                            "description": {
                                                                "content": "(Required) ",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "configuration",
                                                            "type": "file"
                                                        }
                                                    ]
                                                }
                                            },
                                            "status": "Internal Server Error",
                                            "code": 500,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"non_4_\": \"quis minim eu\",\n  \"labore31\": 72712212.95532918,\n  \"est_a21\": true,\n  \"laborisb\": false\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": "ffdb2c66-bc5f-4309-8169-311bd54f354f",
        "name": "Bonita API",
        "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json",
        "description": {
            "content": "<p> \n<a download=\"openapi.yaml\" href=\"./openapi.yaml\" target=\"_blank\" class=\"btn-download\">Download OpenAPI specification</a>\n<a download=\"postman.json\" href=\"./postman.json\" target=\"_blank\" class=\"btn-download\">Download Postman collection</a>\n</p>\n\n<hr>\n\nThe REST API lets you access the data with HTTP requests; it is useful when implementing rich web forms / pages for a good user experience.\n\nAn open source [java client](https://github.com/bonitasoft/bonita-java-client) is implemented above the HTTP API. It is available on [Maven central](https://search.maven.org/search?q=g:%22org.bonitasoft.web%22%20AND%20a:%22bonita-java-client%22).\n\nIf your application is using a technology other than Java, you can integrate it with the Bonita solution using the Web REST API. This API provides\naccess to all Bonita objects (like processes, tasks, users, connectors etc.), to execute operations on them (create, retrieve, update, delete).\nYou can use these operations to create a workflow with Bonita and integrate it into your application. The Bonita Engine remains responsible for executing\nthe workflow logic (connectors, gateways with conditions, messages, timers etc.) while your application gives access to the workflow.\nUsers can manage processes and tasks, and perform administrative activities.\n\n### API Extensions\n\nYou can create [Rest API Extensions](https://documentation.bonitasoft.com/bonita/latest/api/rest-api-extensions) to extend the Rest API by adding missing resources (not provided by the Rest API).\nIt is possible for an extension to interact with the engine (via the API) or with any other external service (for example a database, a directory, or a web service).\n\n### Create a resource\n\n| Request URL | `http://.../API/{API_name}/{resource_name}/  `|\n|:-|:-|\n| Request Method | POST|\n| Request Payload | an item in JSON|\n| Response | the same item in JSON, containing the values provided in the posted item, completed with default values and identifiers provided by Bonita Engine.|\n\n### Read a resource\n\n| Request URL | `http://.../API/{API_name}/{resource_name}/{id} `|\n|:-|:-|\n| Request Method | GET|\n| Response | an item in JSON|\n\nExample `http://.../API/identity/user/5 `\n\n#### Extend resource response\n\nOn some resources, in GET methods the `d` (deploy) URL query parameter can be used to extend the response objects. The value of this parameter consists of an attribute for which you want to make an extended request (called a deploy) and retrieve attributes of a linked resource.\nThis means that instead of retrieving the ID or a parent or referenced resource, you can retrieve the full object.\n\nFor example, when you retrieve a task, you can also retrieve the process definition attributes in addition to the process definition ID that is already part of the task resource.\nThe supported deploy values for a task include its process (d=processId).\n\nSpecifiy multiple `d` parameter to extend several resources. For instance, to retrieve the flow node of id 143 and the associated process, process instance and assigned user, call `/API/bpm/flowNode/143?d=processId&d=caseId&d=assigned_id`\n\n#### With compound identifier\n\nThe order of the identifier parts for each resource type is given in the table above.\n\n| Request URL | `http://.../API/{API_name}/{resource_name}/{id_part1}/{id_part2} `|\n|:-|:-|\n| Request Method | GET|\n| Response | an item in JSON|\n\nExample `http://.../API/identity/membership/5/12/24 `\n\n### Update a resource\n\n| Request URL | `http://.../API/{API_name}/{resource_name}/{id} `|\n|:-|:-|\n| Request Method | PUT|\n| Request Payload | a map in JSON containing the new values for the attributes you want to change.|\n| Response | the corresponding item in JSON with new values where you requested a modification|\n\nExample `http://.../API/identity/user/5`\n\n#### With compound identifier:\n\nResponse: the corresponding item in JSON with new values where you requested a modification.\n\n| Request URL | `http://.../API/{API_name}/{resource_name}/{id_part1}/{id_part2} `|\n|:-|:-|\n| Request Method | PUT|\n| Request Payload | ` a map in JSON containing the new values for the attributes you want to change `|\n| Response | ` the corresponding item in JSON with new values where you requested a modification`|\n\nExample\n`http://.../API/identity/membership/5/12/24 `\n\n### Delete resources\n\nUse the DELETE request to remove multiple resources.\n\n| Request URL | `http://.../API/{API_name}/{resource_name}/ `|\n|:-|:-|\n| Request Method | DELETE|\n| Request Payload | A list of identifiers in JSON, for example `[\"id1\",\"id2\",\"id3\"]`. Compound identifiers are separated by '/' characters.|\n| Response | `empty `|\n\nExample\n`http://.../API/identity/membership/ `\n\n### Search for a resource\n\nThe required object is specified with a set of filters in the request URL. The URL parameters must be URL-encoded.\n\nResults are returned in a paged list, so you have to specify the page (counting from zero), and the number of results per page (count), additionally you can define a sort key (order). You can see the total number of matching results in the HTTP response header Content-Range.\nIf you are searching for business data using a custom query, there must be a [count query in the BDM](https://documentation.bonitasoft.com/bonita/latest/data/define-and-deploy-the-bdm). If there is no count query, results from a custom query on business data cannot be paged properly (the header Content-Range will be absent).\nFor business data default queries, the count query is defined automatically.\n\nThe available filters are the attributes of the item plus some specific filters defined by each item.\n\n| Request URL | `http://.../API/{API_name}/{resource_name}?p={page}&c={count}&o={order}&s={query}&f={filter_name}={filter_value}&f=... `|\n|:-|:-|\n| Request Method | GET|\n| Response | an array of items in JSON|\n\nExample\n`/API/identity/user?p=0&c=10&o=firstname&s=test&f=manager_id=3`\n\nFor a GET method that retrieves more than one instance of a resource, you can specify the following request parameters:\n\n* p (Mandatory): index of the page to display\n* c (Mandatory): maximum number of elements to retrieve\n* o: order of presentation of values in response: must be either `attributeName ASC` or `attributeName DESC`. The final order parameter value must be URL encoded.\n* f: list of filters, specified as `attributeName=attributeValue`. To filter on more than one attribute, specify an f parameters for each attribute. The final filter parameter value must be URL encoded.\n  The attributes you can filter on are specific to the resource.\n* s: search on name or search indexes. Before Bonita 2024.1, the matching policy depended on the configuration of [word-based search](https://documentation.bonitasoft.com/bonita/2023.2/api/using-list-and-search-methods#word_based_search).\n  For example, if word-based search was enabled, `s=Valid` returned matches containing the string \"valid\" at the start of any word in the attribute value word,\n  such as \"Valid address\", \"Not a valid address\", and \"Validated request\" but not \"Invalid request\".\n  If word-based search was disabled, `s=Valid` returned matches containing the string \"valid\" at the start of the attribute value, such as \"Valid address\" or \"Validated request\" but not \"Not a valid address\" or \"Invalid request\".\n  Since Bonita 2024.1, the search mode can no longer be configured and a \"like-based\" algorithm is used. This means all the matching records for which the search term occurs anywhere in a phrase or a word are returned.\n\n### Errors\n\nThe API uses standard HTTP status codes to indicate the success or failure of the API call.\n\nIf you get a `401` response code :\n  - make sure that the cookies have been transfered with the call\n  - make sure that the cookies transfered are the ones generated during the last sucessfull login call\n  - if one of the PUT, DELETE or POST method is used, make sure that the `X-Bonita-API-Token` header is included\n  - if the X-Bonita-API-Token header is included, make sure that the value is the same as the one of the cookie generated during the last login\n  - Maybe a logout was issued or the session has expired; try to log in again, and re run the request with the new cookies and the new value for the `X-Bonita-API-Token` header.\n",
            "type": "text/plain"
        }
    }
}