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:
    1. Click rest/get/id1 to see a sample API for GET.
    2. Click rest/api to see a list of REST APIs available for the sample Web application.
  3. In the POST example section:
    1. Provide a value as input in the Enter some value field.
    2. Click POST.
    3. The value returned using the API for POST appears in the Output shows up here field.