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

search results

for API

(...) Hi, I have a problem with action "Update item list values" pointed on path. Workflow is started automatically base on REST API and pointed to the same path. I found information on the log "Number of replaced rows: 0' after start process by REST API . When I use web to start process, action update item list values works fine. When I edit a document created by REST API , action also works fine (...)

(...) Hi, I am unable to figure out how to use the Webcon REST API for starting new element. My issue relates to the "ChoicePicker" / "Autocomplete" fields, where I cannot find the way to submit the value. I think that I have tried all the combinations, but I always end up with the same error. Public API POST /API /data/v6.0/db/1/elements - "formFields"[] - "guid":"...", "value": [{"id": "115"}] (...)

(...) Hello, we are using the API to create workflow instances by another system. We are also checking if this workflow has already been created. Now to the problem: Unfortunately we are not able to access the archived instances with API -call and check for existing workflows: API /data/v5.0/db/{{dbid}}/applications/{{applicationid}}/search?search=xxxx:xxxx if the workflow instance is not yet archi (...)

(...) Hello. According to this documentation: https://developer.webcon.com/docs/API -registration-and-authentication, the API /login endpoint is still listed as an option. I see that this refers to version 2025.1. However, I'm using version 2025.2 and the API /login endpoint no longer works. Do you know why? Where is information about this change, I know there is OAuth2 option, I would like to keep it (...)

(...) Hi all! I am trying out the new user defined API in 2025 R2. I have a client application with application context and added the scope App.UserDefAPI .ReadWrite.All (according to documentation this is necessary to get access to endpoint with automation). In addition the REST API client is application admin, can start new workflows and so on... What I am trying to do is a POST to an automati (...)

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, 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.

(...) Hello. I'm testing new User defined API : I have endpoint for data source. When I tested it manually, it works. But when I tried to do GET via API I got empty response. GET: {{env}}/API /udef/db/1/MTBVENDOR?ComCode=PL12&InvoiceNum=ASDF&InvoiceDate=2025-08-25 RESPONSE: STATUS 200: { "Data": [] } when i check sql query for data source is like this: (([InvoiceNum] = N'ASDF') AND ((CA (...)

(...) Hi, Let's assume I'm configuring data from a data source (a report) with one column and one filter. I want to use a User-Defined API that allows me to dynamically filter the report using a defined endpoint. Will the response return a simple JSON with information from this single column, or will it return the entire data set (element ID, signature, step, etc.) as in other responses?

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 :)

(...) n the workflow instance, but historical data are deleted from the database. There's no option to delete version attachment version 10, 15 and 20. It would be great to have this as an action and API endpoint. Best regards, Daniel

(...) 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 PublicAPI Search with an request URL like this: data/v5.0/db/1/applications/9/search?s (...)

(...) Hi everybody, According to the documentation (2025 R2), there should be a running mode for API Definitions (User Defined API ) called “Actions on a workflow instance” which, depending on the selected action, allows using PATCH requests: https://docs.webcon.com/docs/2025R2/Studio/Process/API Definition/#2-running-mode However, in my 2025 R2 environment I can only see these running modes: • Ru (...)

(...) Hi everybody, KSeF Connector. I configured it and it was working properly, and suddenly an error started appearing. It looks like an error from the government API . I'm wondering if anyone has encountered this issue and if there's any way to set intervals in the KSeF Connector. I have an appsettings.production.json file, but I don't know if the settings there apply. Is there any diagnostic option f (...)

(...) Hi everyone, I'm searching but can't seem to find anything about it - does Webcon allow connecting to GraphQL API ? One of major accountancy platforms can be connected via GraphQL and I need to access data there. How can this be achieved?

(...) Is it possible to get all possible values of ChoiceList field using API call?

(...) 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 } i (...)

(...) Hi everyone, assuming that I'm not doing anything wrong then this endpoints returns the collection of all attachments with their content. "https://$($WebconConfig.Hostname)/API /data/v7.0/db/$($WebconConfig.DatabaseId)/elements/$ElementId/attachments" $result = Invoke-WebconAPI Request -Method "GET" -Uri $uri $result.attachments[0].content.length 932976 Depending on the use case, it may not (...)

(...) 05 UTC on my client this equals 11:06:05 local time (UTC+1:00 Amsterdam, Berlin...) In the database it's saved with this time: 2026-04-23 09:06:05 When I'm fetching the element again via REST API i get this result: { "id": 331, "guid": "0e8c5c68-7f88-43a2-b5ff-0d91e4eb051c", "svalue": "2026-04-23T09:06:05.0000000+02:00", "value": "2026-04-23T09:06:05+02:00" }, This represe (...)

(...) Hi everyone, I’m facing a challenge when calling a REST API from WEBCON and I’m hoping someone has encountered something similar. The API expects the payload in the following format: { "InterchangeToken": "NEWABC123", "SupplierInvoiceCheck": { "SupplierCode": "string", "SupplierDocumentNumber": "string", "SupplierDocumentDate": "2026-05-18T16:22:35.392Z", "InvoiceEn (...)