Can I use a REST API extension in the Community Studio?
It does not seem possible.
Can I use a REST API extension in the Community Studio?
It does not seem possible.
Hi Ford,
yes, you can. The bit that’s missing from Community Studio is the Developer portion as described here .
I’ve been analyzing this since last week to try and put together a “how to” for community but other things keep getting in the way.
It is possible to build them manually…but it’s more work.
I’ve verified they work by using the sample Extensions in the Community Studio.
To make them work you have to do the following:
Open Studio
Server->Open Portal
Change to Administrator
tab Applications->New
give a Display Name->Example REST
give a URL->ExREST->Create
Click on the Edit icon …
Under Pages->Add
for Page select custompage_apiExtensionViewer
for URL give APIEVP->Add
Highlight the new Page and click the Home Button (it will appear)
then trash can the installed Home page
Under Navigation->Add
give a Name APIEVP
for Page select the page we just added->Add
Logout
Login
Change to Administrator
Under Application List
URL->Click the URL
Test away…
To understand how the REST extension works you export
REST API extension example, from Resources
and export the page
API extension viewer page, again from Resources
Unzip them and then you can view them
The Page you just import into the Bonita UI as a ZIP and you can see how it works there, and edit it.
Still trying to work out how to put one together though. There are a couple of examples on the Project Forum for example
Data source REST API extension
RestApi_Context
Hope this helps
regards
Seán
PS: If this reply answers your question, please mark a resolved