Try OpenEdge Now
skip to main content
Web Services
Creating OpenEdge REST Web Services : REST Applications : REST services in OpenEdge : Adding REST resources to a service
 
Adding REST resources to a service
After you have defined a REST service, you can add REST resources to the service. (Typically, you use the REST Expose Editor in Progress Developer Studio to add resources to the service.)
REST resources are uniquely defined by a combination of the following:
*The service-relative URI for the resource.
Optionally, the REST resource URI can include input parameters such as Path parameters and Query parameters.
*HTTP verbs allowed for the resource (GET, POST, PUT, DELETE).
*A media type. Currently in OpenEdge, the only supported media type is application/json.
* The service-relative URI
* Path parameters
* Query parameters
* HTTP verbs