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

search results

for API

(...) on in the AAD Register a new application in the AAD management console. It is done in a similar manner to registering an application to synchronize BPS user list.  The difference is in the API Permissions window, a new application should be granted following privileges:        2. Creating user in AAD with REST invoke method Methods which we can use in (...)

(...) p module. This includes licensing mechanisms, reports from various modules, reading and writing configuration. This component communicates with the business logic of the WEBCON BPS system. BPS Web API (REST) – a set of REST Web services hosted within WEBCON BPS Portal, responsible for handling requests from external applications. Integral to the functions of the public Web API such as loadin (...)

(...) re, 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 (...)

(...) or Google Drive. It allows you to avoid situations where you have several different versions of the same document because the changes made by you and by the client are not merged.   Google API preparation The process preparation should start with the Google API configuration – see https://developers.google.com/drive/API /v3/about-sdk. First, go to https://console.developers.goog (...)

(...) among other things) into email notifications to instance links.     Restoring the BPS_Config database is important if WEBCON BPS is integrated with other applications where the API Secret Key is used. Until all work is complete, you can add an entry to hosts to verify your changes.   9. Transferring the SOLR index If WEBCON BPS Search Server has been installed (...)

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

(...) ies 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 (...)

(...) f Content-Security-Policy default-src 'self'; object-src 'none'; script-src 'self' 'unsafe-inline' 'unsafe-eval' maps.googleAPI s.com; style-src 'self' 'unsafe-inline' fonts.googleAPI s.com; img-src data: 'self' maps.gstatic.com *.googleAPI s.com *.ggpht; font-src 'self' fonts.gstatic.com; frame-s (...)

(...) the access to the processes using the "Run an SQL procedure" action should be limited, as this action allows interference with the data stored in the database. The use of this action with API provided by WEBCON BPS allows you to save data from external databases such as ERP systems or a non-standard organizational structure. Downloading data from external systems can be organized in time (...)

(...) Outlook Classic Add-In – 32-bit version Supported Supported Supported Supported 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) s (...)

(...) p module. This includes licensing mechanisms, reports from various modules, reading and writing configuration. This component communicates with the business logic of the WEBCON BPS system. BPS Web API (REST) – a set of REST Web services hosted within WEBCON BPS Portal, responsible for handling requests from external applications. Integral to the functions of the public Web API such as loadin (...)

(...) bject ID 7b02e37f-73dd-445a-9138-5289e8b73ac2   Log-in provider configuration To configure our log-in provider in SharePoint we’ll use Powershell script. Add-PSSnAPI n "Microsoft.SharePoint.PowerShell" $ realm = "<Realm from Table>" $wsfedurl="<SAML single sign-on service URL from Table>" $filepath="<Full path to SAML signing certificate fi (...)

(...) pts, executables, spreadsheets with macros. The restriction will be set globally for all applications/processes and all places where you can add an attachment – forms, HotFolders, HotMailBoxes, API . When specifying the attachment size – remember that the IIS server setting is the overriding limitation on the size of the added file. NOTE: from WEBCON BPS 2022 R1 version onwar (...)

(...) onal study. WEBCON does not provide web services on servers other than  WEBCON BPS installations More information within this respect you may find at: https://developer.webcon.com/docs/rest-API / Current addresses of standard WEBCON BPS web services (BPS Web API ): [BPS Portal URL]/API  -> e.g.: https://www.mycomapny.com/webconbps/API WEB Service REST allows for, among o (...)

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

(...) ID, Application ID, Application Secret) are part of the connection configuration.     All WEBCON BPS file sharing operations in OneDrive are performed using the Microsoft Graph API in the context of the application. This means that the user who performs the actions of starting, finishing or cancelling file editing does not need to additionally log in to OneDrive. Therefore, a M (...)

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

(...) nal user is linked to an instance in the task list view, they will be redirected to the main form view instead. Single-Use Access License can be managed with the Manage BPS user licenses action. API 5.0 and Beta endpoints can handle Single-Use Access License. (Version 2024 R1 and up) Used for tasks and instances shared via Public link.        Example (...)

(...) he configuration will be the same for each of the four features.     All operations related to sending and receiving e-mails from Exchange Online are handled with Microsoft Graph API in the context of the application. Therefore, the Microsoft Azure application should be assigned the correct Application Permissions. These permissions will be different depending on which feat (...)

(...) 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 . This (...)