An example of a sample Web application REST API available in OpenEdge Management is provided in Table 10:
Table 1. /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