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

REST API for the sample Web application

An example of a sample Web application REST API available in OpenEdge Management is provided in Table 10:
Table 130. /rest/api
Service URLs marked with a + are generic APIs where the URL handles several APIs.
----------------------------------------------
/rest/api

GET:
Description: returns a human readable list of API methods provided by fathom REST interface

----------------------------------------------
/rest/get/{id}

GET:
Description: Example REST get request

----------------------------------------------
/rest/post/{id}

POST:
Description: Example REST POST request