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

search results

for rest

Reading headers from the response is possible by mapping parameters in the form H:headerParamName

(...) Hello all, We have implemented a new ticket system called Jitbit and I would like to connect it to WEBCON via rest web service. Unfortunately, I don't understand how to configure a "Basic authentication" or "Token authentication" in WEBCON. Using Postman, the authentication including the queries already worked. Enclosed you can find the documentation from Jitbit: https://www.jitbit.com/helpdesk/ (...)

(...) h, to do so: 1. Configure Connection with credentials under which Webcon will have access to jitbit. -> https://docs.webcon.com/docs/2023R2/Studio/ConnectionsAndDataSource/Connections/DataConnection_restWebService * Authentication Type - should be set to Basic * Username, password - according to your credentials * Base service instance url - seems like it should be https://helpdesk-url/api This (...)

Hi Maksymilian, thank you very much for your quick support! That was very helpful. I was not aware that "NT" means "Basic".

(...) Hi everyone, I'm trying to prepare an action that will send a file via the API. From the Postman app it works (screen below). How can I configure the rest API action to make the file dispatch mechanism work as in postman?

Hi, I am attaching an example of how I have it set up, it should be helpful, as for Postman, if you insert the binary part, it should also be sent. Regards

Hi Damian, here's a slightly different example from Karol, which doesn't require SQL. https://daniels-notes.de/posts/2023/copy-attachment-to-other-workflow#generate-the-body It seems that the API Endpoint of deepl is very similar to the one WEBCON is using for adding attaachments. Best regards, Daniel

(...) Hi Peter, you mentioned the "pickerFilter" in rest Datasources. How can I use this to filter data? E.g. in Data table with rest Datasource I can't find a possibility to set a value for it. thanks for your help in advance.

Hi Dominik, the picker filter (1) in the expression editor will help you in the context of a popup search/autocomplete field. In case of a data table you could probably access the (2) "All form fields". This will retrieve the value of the field for the current instance. I actually noted this option only a few month ago and I don't know since when it is available. :) Best regards, D

(...) I am looking for the solution regarding REPORTS. I want to restrict the reports in the way that authors can only see their own requests. I was trying to do it with SQL, but I failed, I saw suggestion that it can be restricted on the user priviliges for entire app level, but I can't find solution. Please help :D

(...) ort, which shows Requests Created By User - you could use Additional Filter for system field Created By set to . This filter although will be possible to remove by end users, but if it should only restrict the view on reports (not access to the documents), then this shouldn't be a problem i guess?

Yes exactly I am talking about forms, however your solution won't work, because the forms that are stored in the reports are sensitive date and from my test I can see users can clear filters and see other forms. For you better understanding of my application: - the application is for new employees hiring process - managers send requests for potential new positions, which is forwarded to app

(...) I'd say you shouldn't focus on restricting view on reports then, because hiding it on report is just security by obscurity. https://cheatsheetseries.owasp.org/cheatsheets/Insecure_Direct_Object_Reference_Prevention_Cheat_Sheet.html Hiding the url is not restricting access. They still will be able to display that form just by changing ID of element in the url, or if someone accidentally forwards (...)

It works, thank you :D I used "user have only privileges to `Launch new workflow instances`". It does exactly what I was looking for.

Hi, even so Maks already answered the question and I agree with him, that it should be done on the security level I have on other comment regarding filtering. If you want to have a fixed filter you can add this as an SQL filter. https://docs.webcon.com/docs/2023R3/Studio/Application/Presentation/AppReportsOverview/module_2_4_5_2_2_1_1#8-sqlsolr-filter In this case it would be: and

Thanks Daniel for filling that in, i thought it should be possible with a filter, but forgot this one :)

(...) Hello. I have a "Invoke rest Web Service" GET action. I would like to save a part from response to a field, more specifically an ID. I have tried multiples methods, but i did not success... This is my response. How can i save the "value/listItem/id" to a field? (id=318) { "@odata.context": "https://graph.microsoft.com/v1.0/$metadata#sites('test')/drives('XNOnVydrSL6yetalE8-T')/root/chi (...)

Hi, looks like a nested collection, more here: https://alterpaths.com/json-nested-collection-handling-in-webcon-bps/

Hello, At the moment I've split up a bigger project into smaller pieces so I can test out everything I need separately. I'm trying to add a new attachment to an instance using this API /api/data/v4.0/db/{dbid}/elements/{id}/attachments. I have 2 fields into this form: contentBASE64 and fileName. All I'm trying to do is to use these values from my fields together with the API action so I end