PowerServer Console APIs - where are they?
- New
- How-to
-
John Raghanti
- PowerServer
- Wednesday, 23 April 2025 03:53 PM UTC
Hi! I'm using PowerBuilder 2022 R3 Build 3397.
We created a Cache database that stores all of our connection, application and transaction information. I got the PowerServer Console from CodeXchange and got that running so that we can monitor and configure our server.
I see in the PS Console that it's appending API information to the URL to select, insert, update and delete things:
ls_url = of_geturl() +"/api/Connection/LoadAll"
ls_body = of_sendrequest( "get",ls_url)
I'm looking to expand these APIs to some new tables we added to the database, but I can't seem to find where these APIs are defined or created. I assumed they'd be in the SnapDevelop ServerAPIs for our projects, but I have searched for the endpoint in the code above and can't find reference to them.
Does anyone know where these exist? Is it something that we can build on ourselves or are they static?
Thanks!
Find Questions by Tag
Helpful?
If a reply or comment is helpful for you, please don’t hesitate to click the Helpful button. This action is further confirmation of their invaluable contribution to the Appeon Community.