WELCOME TO THE COMMUNITY
find what you are looking for or ask a new question

search results

for rest

(...) Cześć Po podniesieniu wersji z 2022 na 2025 mam problem z puszczeniem requestów przez rest API W wersji 2022 do szyny request trafiał w taki sposób /onboardingWebconV100/initProcess?processId=519&taskTypes=Przygotowanie%20i%20konfiguracja%20sprz%C4%99tu&taskTypes=Przypisanie%20licencji na wersji 2025 jest tak /onboardingWebconV100/initProcess?processId=674%26taskTypes%3DPrzygotowanie%20i%20ko (...)

(...) tman works fine, Python too. How can I adjust my action to make it go through? We prepared it based on this article: https://kb.webcon.pl/przekazywanie-zalacznikow-do-google-drive-za-pomoca-akcji-rest / Unfortunately, it doesn't want to load the PDF file in the request. Any idea why? I attached also screenshots of action configuration. See logs below: OG_ID LOG_DEFID LOG_WFDID LOG_WTHI (...)

(...) Hi, I need to send data as "multipart/form-data" I am trying to configure the Request Body tab of the "Invoke rest Web Service" action. I set the Body Type as "multipart" and the JSON part header as "Content-Type: multipart/form-data" How should the value for the JSON part field be formatted? Should it be in JSON? (I have tried but without success.)

Hi, I just noticed, that the "Uniform view of all item list cells" check box has been removed. It's not the case that I wanted to activate it, but I wanted to deactivate it. The reason for this is, that the uniform can take up way more space than a mixed one. Especially if there's a multi line column. According to the documentation it should be there but it does neither exist in the UI no

Hello, How to get information from one specific body line to a given field on the form? I tried this way but it doesn't work, for example I want to download information only from decisions -> type -> and code content Part code of body : "decisions": [ { "id": 111111, "type": { "id": 0001, "code": "APPROVAL"

(...) Hi, After upgrading from the 2022 version to the latest 2025 version, I am experiencing an issue with the URL for rest services. The address and API endpoint are stored as global constants. For example, the URL: https://mock.webcon.bps:3317 For example, the endpoint: /domains/customercommunication/internal/v1/message Webcon returns an error during the sending action due to an incorrect (...)

(...) Hi, I'm working with api that doesn't allow uptade of whole list at once and it could be done only row by row. How to call rest API for each row in item list and pass related values ? I've tried to use foreach row and business rule in call definition but it doesn't work.

Hi, How can I add a static value to JSON - grid? I don't want to add Source field. I have a value that will not change. Furthermore, I wolud like to put it in there the easiest way possible. Pls help :)

(...) em: I have a form with a picker field where I select a customer. After choosing a value, several data rows display information related to this customer. Some of them use SQL queries, while two use rest Web Service data sources. The data rows that fetch data using SQL reload correctly whenever the “client” attribute value changes. However, the ones that use rest do not refresh. I had a similar (...)

(...) I have an automation "Get Full PDF" which includes a "invoke rest -Service". If I run this automation via Menu-Action => all is fine. If I run this automation in a Timer-Action of a system-Step I get this results (this also happens if I run the automation on path-action) last operation status success: False last operation status validation error:True error exec. time exceded: False error msg: (...)

(...) Hello, is there a way to rest rict the domains to which e-mail notifications can be sent? For example, I would like to establish a rule so that e-mails are sent only to addresses within my domain (@my_company.com). So, even if I enter an external email address in the configuration, it won't be sent to that user. Moreover, do you know whether data from test emails is stored in the database? (I am ref (...)

(...) Hi all, I browsed through the documentation for the public rest API as well as other threads here but couldn't find anything to help with my issue. My requirement is to check if workflows for certain criteria are already created and I need more than one search criteria for an exact match. I am useing the PublicApiSearch with an request URL like this: data/v5.0/db/1/applications/9/search?se (...)

(...) I need to call a rest API from a WEBCON form and write the returned values back into form fields. The rest API performs several validations on the incoming JSON payload (e.g. date from valid, date to valid, amount valid, etc.). In case of a validation error, the API returns something like: { "state": "error", "error_msg": "Date to must be greater than date from" } Approach 1 – Automatio (...)

(...) Good morning, does anyone know if there is an official procedure for a classic rest art of servers running Webcon? Our current version of Webcon is 2025.2.1.91.

(...) Hello, we want to integrate a WEBCON application with a banking / core-banking rest API protected by OAuth 2.0 (WSO2). The API is fully standard-conformant (RFC 6749) and supports the following grant types: client_credentials authorization_code password (Resource Owner Password Credentials – intended for trusted internal TSS clients) For the required backend endpoints, the core-banking API (...)

(...) Hi, rest web services may need some custom headers for authentication, content-type, authorization and so on. Right now one has to configure those custom headers for each rest web services data source and invoke action using the connection. My suggestion is to add default custom headers in the connection as Postman does it in the configuration of its collections. By having this all data sour (...)

(...) Hi everyone, I have a case with WEBCON BPS 2026 and a rest integration. I need to call an external API that requires a client certificate (PFX / mTLS). Everything works in Postman, but in WEBCON I can’t find how to pass the certificate. Currently I’m using: -rest Web Service connection -Authentication: Anonymous -HTTPS + JSON I don’t see any option for: -client certificate - selecting fro (...)

(...) Update: There has been a bad return in the script that screwed the things up. # Hi, I have a rest API endpoint in PowerShell Universal with the following code for the response: [code] $result = [PSCustomObject]@{ result = [PSCustomObject]@{ htmlLog = $html } is (...)

(...) fication that does not contain this data.   Fig. 10. The e-mail notification   Summary E-mail notifications are an integral part of WEBCON BPS. The system offers many interest ing solutions related to them – e.g. the ability of changing the shipping address and hiding the selected form fields in the e-mail. Thanks to them, sent notifications to become even more practi (...)

(...) instance where the item list is located DET_WFCONID – defines the item list ID (in one form type they can be several item lists – DET_WFCONID allows you to select the interest ing one)   More information: WFElementDetails table description (webcon.com). When a new task is created, the system checks if there is an employee to whom the task can be assigne (...)