Try OpenEdge Now
skip to main content
Configuration
Configuring third-party Web applications : Sample Web application in OpenEdge Management : Accessing the REST API extension
 

Accessing the REST API extension

To access the REST API extension for the sample Web application shipped with OpenEdge Management:
1. Enter the URL http://localhost:9090/samplewebapp in your web browser.
The Sample Web Application Example Page appears in the OpenEdge Management console.
2. In the GET example section:
a. Click rest/get/id1 to see a sample API for GET.
b. Click rest/api to see a list of REST APIs available for the sample Web application.
3. In the POST example section:
a. Provide a value as input in the Enter some value field.
b. Click POST.
c. The value returned using the API for POST appears in the Output shows up here field.