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

search results

for api

(...) click Next.   After logging in, you will need to complete the following information: Application Name, Application Type – Server-side web application (for web apps or web api s), Home Page URL (e.g. https://webcon.com/WEBCONBPS), Redirect URL – you need to enter the address in the form: <portal address>/powerbiredirect (e.g. https://webcon.com/WEB (...)

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

(...) osniff 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 blob: data: 'self' maps.gstatic.com *.googleapi s.com *.ggpht; font-src 'self' fonts.gstatic.com; f (...)

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

(...) rted (64-bit version of MS Outlook must be used) Not supported (64-bit version of MS Outlook must be used) Not supported (64-bit version of MS Outlook must be used) SOAP api Not available - replaced with Public REST api (available from BPS 2019) N/A N/A N/A N/A N/A Public REST api 1.0 Removed N/A N/A N/A N/A (...)

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

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