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

search results

for rest api

Hi all, at the moment we are struggling to generate C## classes automatically based on the SWAGGER JSON Definition of WebCon. (server-adress/api) It seems, that the inheritance could not be solved completely by the library. Our aim is to be able to read data in JSON format from the WebCon REST-API by using standardized tools, means no manually work for getting the data in the right format.

(...) document, when, and how the identify of the signed person was verified. If the signed person wants to send documents to sign, they must receive the verification key that will allow to use Autenti rest api – for more information see: https://autenti.com/. Using the above information, you can register the contract and then send it to be signed. After signing, you can check whether a new em (...)

(...) Applies to version: 2020.1.x and above; author: Tomasz Słuszniak   One of the methods to start a bpm workflow in WEBCON BPS is to use rest api BPS. It can be especially useful in situations such as: Data exchange between different WEBCON BPS instances – e.g., there is an internal application for your organization and a public application available for your clients. Data excha (...)

(...) Applies to version: 2020.1.x; author: Marcin Wołosz   Introduction Authentication Use of rest api Summary     Introduction The WEBCON 2019 version introduced the possibility of using rest api technology to create programming integration solutions with the system. The rest api provides full support and allows you to start new workflow instances, transi (...)

Applies to version 2019.1.4.x; Author: Michał Bednarz   When implementing a system based on AAD authentication it might be necessary to create user management in O365 from the WEBCON BPS level. WEBCON BPS provides dedicated actions for local AD. You can use the standard actions available in WEBCON BPS (REST invoke action) and REST Service Microsoft Graph.    1. Preparin

 PDF version   1. Prerequisites (SharePoint platform)   1.1.Software   Windows Server 2012 R2, Windows Server 2016, Windows Server 2019 Microsoft SharePoint Foundation 2013 or Microsoft SharePoint Server 2013/2016/2019 MS SQL Server 2012 or higher (full text search mode required) Active Directory (or Azure Active Directory) environment 1.2

(...) m where, after entering the correct credentials, they will return to WEBCON BPS Portal handing over the generated access token to the mobile application.   The access token is used in all rest api invoke methods and when entering on the Portal’s main page (a token is added to the request header): The access token lifetime is 1 day; when it expires – it is refreshed using the (...)

Applies to version 2020.1.3; author: Mateusz Syrek   PDF version Disclaimer Every installation of WEBCON BPS is unique, and may face certain challenges not covered here. Therefore, this document should be treated a general set of guidelines and not universal dogma. The scenario presented here was tested and used to deSharePointize our Support Portal http://support. webco

(...) Applies to version: 2020.1.x; author: Dawid Golonka   Introduction One of the functionalities in WEBCON BPS system is the ability of using the rest api interface. API is the basic method of data exchange between two systems and it is often used both to download data and transfer it from WEBCON BPS to other applications (e.g. data transfer to the vacation system). For more information abou (...)

(...) Applies to version: 2020.1.x; author: Franciszek Sakławski   Introduction One of the functionalities significantly extending the potential of WEBCON BPS is the possibility of using the rest api interface. This article describes how to configure a data source based on information returned by the external services that provide their API. An example of using a REST data source can be a &ld (...)

(...) pported Supported Not supported (64-bit version of MS Outlook must be used) SOAP API Yes (deprecated) supported until the end of 2022 N/A replaced with Public rest api (available from BPS 2019) N/A N/A Public rest api 1.0 Yes (deprecated) supported until the end of 2022 N/A removed N/A N/A Public rest api 2.0 (...)

  PDF version   1. Prerequisites (SharePoint platform) 2. Prerequisites (no SharePoint platform) 3. High availability 4. WEBCON BPS databases 5. Disaster-recovery scenario (SharePoint platform) 6. Disaster-recovery scenario (no SharePoint platform) 7. Good practices in WEBCON BPS platform maintenance 8. WEBCON BPS Farm internat/external communication diagr

   PDF version Introduction Requirements towards the Customer and the Integrator General information solution requirements Initial data import into WEBCON BPS Exemplary description of integration message   Introduction Document description The document sets out design and technological WEBCON BPS requirements for integration

(...) ds to be set up as a choice field returning the following data (IDs of respective options are important here):   Figure 3. Choice field configuration     The Autenti rest api documentation states that once a  GUID is returned by the system, the document was uploaded properly into the company’s internal database. Therefore, the user is blocked from progressing f (...)

(...) ction Data from WEBCON BPS can now be loaded in OData format and used in Power BI Desktop and Online. This greatly simplifies WEBCON integration with Power BI, instead of manually constructing rest api queries and dealing with token-based authentication, we are able to use one of two custom connectors to easily load data from WEBCON BPS into Power BI. Handling this data is also less cumbersome, (...)

Applies to version: 2021.1.x and above; author: Agnieszka Burda   Introduction With WEBCON BPS you can use API interface. The article available here: https://community.webcon.com/posts/post/the-invoke-rest-web-service-action/170/ describes the “Invoke REST Web Service” action provided in Designer Studio that allows users to use external services sharing their own API. Th

(...) to enter valid credentials. Once this information is entered, the user returns to WEBCON BPS Portal, providing generated access token to the mobile application. The access token is utilized in all rest api invocation methods. After moving to the WEBCON BPS main page (the token is added to the request header): the access token remains valid for 1 day. Upon expiry, it is refreshed with a refresh to (...)

(...) Hi all! I am new to WebCon BPS. I wonder if it is possible to get all items of a process or a datasource/dictionary defined in BPS from client side via rest api . In SharePoint I did something like this: _api/web/lists/getbytitle('MyList')/items?select=Title... This does not seem to be possible with BPS rest api or at least I did not find it ;-) I am thankful for every hint pushing me into the right (...)

(...) When adding or updating elements via rest api , for picker fields it is required to provide Id and name. Quite often the name is known, but not the id. As picker fields are usually based on datasources, it would by great, when the api would be extended with methods to query datasources. There should be at least two methods: 1) getting a list of all available datasources (overall / by application) 2) qu (...)

(...) cmdlet i extended our powershell cmdlets with a use weblogin feature. Fiddler and a bit of research in the web provided the right approach quite fast. Authentication works fine, but when using the rest api i receive an "invalid scope" exception. Seems that the rest api is only working with registered apps. Would be super cool having the possibility to grant permissions for using the rest api als (...)