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

search results

for api

Maybe add configuration option to connect DEV/TEST/PRO environments and then add a one click "copy proces to ..." button. That would be much better then export import with files.

That would be a great functionality as long as only some users would have access to that and also notification of deployment should be sent to a list of user or something like that.

There are indeed customers out there, who would like to use DevOps for deployments. We are currently taking part at a tender, where they also ask for Azure DevOps integration.

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

(...) s, could you go a little further on the scenario you want to achieve? From what I understand, at the moment you have successfully get the token from the studio endpoint and want to use it for public api endpoints and hence the scope error. Regarding api support without dedicated accounts, I'm pretty sure we'll always need registered apps, but that doesn't prevent you from using the api as a user. (...)

(...) app registration. Browser based authentication would make the usage easier. Like PnP powershell has this option for authentication. In the link below you will find an extended version of the rest-api dataimporter, where i tried to implement a Use-Web-Login option. It works well so far, but as i wrote before, i receive a "invalid scope" exception when i use the extracted token. Could be that i mi (...)

(...) Hi Markus, this is just a "confirmation" post. I have no solution. I also tried to use the REST-api dataimport with 2022 and received the same error "invalid scope". Since I don't need to access the api at the moment I was content to postpone searching for an answer. Best regards, Daniel

Hi Daniel Thank you for having a quick review. Best regards Markus

(...) Hello, just struggeling with setting up the REST api to create new elements from external app. It works fine in application context but I do not find a suitable guide on how to do this in user context. Do I have to enter the username and user e-mail-address in the mask as I assume? What is the "Authorized Redirect URIs" good for and where do I get this from? And: What is the main purpose (...)

Hi Ingo, this is the only documentation I’m aware of: https://developer.webcon.com/docs/registration-and-authentiaction/ Samples https://github.com/WEBCON-BPS I wasn’t in the situation to use a newly created Application (Client Id) with WEBCON BPS 2022, yet. So I can’t help with any issues here. Nevertheless I don’t have the slightest what you are doing in regards to the Redirect URL

(...) refresh token) should be enough for your scenario. I also looked at the code you included, the "invalid scope" error is due to what I mentioned earlier. In version 2022, the security of the public api is based on scops, each endpoint has a certain set of required scopes (described in swagger), while the login account/tokenLogin endpoint you used returns token with scopes used only by studio.

Hi Kamil, thanks for the update. In my case this will come in handy in the near future:) Best regards Daniel

(...) Hi, I haven't realized before that the REST api doesn't contain any information about the database column. I agree in most cases this is of no use and would only create unnecessary traffic. There's one use case though were one needs it. When you read the metadata information so that you can provide a configuration option in another system to start a workflow using the URL parameters: ...?com_i (...)

(...) Hi tehre, quick question: Somewhere in my notes I saw this string but I can't recall what it points to: /api/nav/db/1/attachments/4/preview?hash=0 In other words, I seem to remember that at some point this link displayed a preview image that was uploaded somewhere. But I don't know by which means an attachment was uploaded to this path. Right now, calling this link throws: {"type":"h (...)

Hi Florian, 4 refers to the Id of the attachment in your database. It may have been deleted and therefore the URL returns a 404 / Not found. If you open the developer tools and click on an attachment, you will notice this URL in the networking tab. Best regards, Daniel

Hey Daniel, thanks, makes sense. With SELECT ATT_ID, ATT_WFDID FROM WFDataAttachmets I found all attachments and using ATT_ID, e.g. 2 in the url /attachments/2/preview?hash=0 shows the preview image. Now, is there a suggested way to delete specific attachments without deleting the instance? ATT_WFDID provides the ID to the element url. However, the attachments panel doesn't allow ma

(...) Hi everyone, the start new element api has the mode parameter with the following description: mode String($int32) (query) Optional mode parameter that specifies validation behavior. When empty or standard, all fields will be validated. When set ignoreReadonly, readonly fields won't be set but no error will be returned. Admin value allows to edit readonly fields, but requires admin permissions (...)

(...) Hello, I have a question. I'm a Webcon admin. I am trying to test api and I get this error response from Webcon api: { "type": "InsufficientAccountPermissions", "description": "Global admin permissions required", "errorGuid": "54d9ccb7-183e-484f-ba73-7f1d0d8ec794" } my endpoint in request via POSTMAN /api/data/beta/admin/db/1/businessentities my Webcon verion is: 2021.1.5 (...)

(...) plication in designer studio. https://community.webcon.com/posts/post/webcon-bps-designer-studio-privileges/44 Remark: I haven't checked it as we don't have any 2021 version and under 2022 the api Application registration changed. At least I think it was with 2022. :) Best regards, Daniel

(...) Hi all! I am wondering if there is a way to filter a view with Webcon REST api. So instead of getting all view rows on my client and filtering the result with C# and LINQ, there should be a better option than that. ODATA does not seem to be implemented yet. Maybe I overlooked something or is it planned to add ODATA or some other filtering options to REST api? Thanks a lot in advance & (...)