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

search results

for API

(...) Hello, is there a way to find an element that has a specific value in one of the form fields using the WebCon API ? Thanks for help!

(...) I need to change 2 values with REST, I use'd API v3 and PATCH method. This values is in another workflow. JSON [ { "data": { "guid": "3567e810-6f44-41e5-9ac3-794d6e055db1", "value": "2024-05-27T14:02:26" }, "wynik": { "guid": "56e078eb-dc11-4960-a662-3974f0f837da", "value": "Ryzyko niskie" } } ] In other workflow history I have only (...)

(...) Hi, I am currently working on some tool management workflow in WEBCON and I have a problem. I have an items list with REST API as data source where user can pick and book tools for some time period. Time period property is not included in REST API so I'm using form fields for booking dates. Then I need to filter the items list using tools from REST API and dates from WEBCON database to exclude unavai (...)

(...) sion 2019 Article - How to update your environment from WEBCON BPS 2017 to 2019 SDK Migration 2019.1 The following document contains a list of changes in WEBCON BPS 2019.1 SDK and API when compared to version 2017.1. SDK Migration 2019.1.3 The following document contains a list of changes in WEBCON BPS 2019.1.3 SDK and API when compared to version 2019.1.2. (...)

(...) Sign Autenti DocuSign Skribble The following article describes the process of signing documents by using Autenti software. Process description The following diagram shows the Autenti API Workflow:   Fig. 1. Autenti API Workflow   Autenti software provides the different abilities of operating on the processed document. Creating a document in the system (...)

(...) mplementation of the electronic signatures by using AdobeSign requires: WEBCON BPS 2020 or higher Uploading the plugin Integration key to the AdobeSign account along with the ability to use API interfaces   First scenario A user prepares the document to be signed and then adds a list of people who should approve it.   Fig. 1. Preparing the document form &nb (...)

(...) ments Make sure if the following requirements are met: WEBCON BPS system updated to version 2020 or higher SKD plugin installed – BpsExt.Signing.Skribble Username and Skribble API key Note: Using SDK plugins in WEBCON BPS may require a specific license depending on the version being used. It is a good practice to store the Skribble connection parameters in global or ap (...)

(...) gning documents by using DocuSign software. The plugin can be installed in any WEBCON BPS installation that uses version 2020 or higher. You must have the DocuSign account (with the ability of using API ) and an integration key generated.   Signing a document – an example of use In the contract approval workflow, a user registers a document to be signed and enters people who can a (...)

(...) the Office 365 group. To create this group, use the https://graph.microsoft.com/beta/groups (advanced description of this method can be found at https://docs.microsoft.com/en-us/graph/API /group-post-groups?view=graph-rest-beta&tabs=http). At first, configure the action of invoking the REST WebService:     In the action select the connection to the Microso (...)

(...) to deploy the solution to all sites immediately without running any feature deployment or adding apps in sites? N Will the components in the solution require permissions to access web API s that are unique and not shared with other components in the tenant? N Which type of client-side component to create? ExtensionListView Command Set What is your Comman (...)

(...) e Azure portal.   After logging in in you 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 – we must enter the address in the form: /powerbiredirect (e.g. https://webcon.com/WEBCONBPS/powerbiredire (...)

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

(...) ng WEBCON BPS. In the Authentication section, mark the ID tokens option.     The last step for this application involves verifying privileges. Go to API permissions and provide the User.Read privileges under Azure Active Directory Graph (this may be already set for you). This will allow WEBCON BPS to verify users using data p (...)

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