Adding REST resources to a service
- Last Updated: March 30, 2020
- 1 minute read
- OpenEdge
- Version 12.2
- Documentation
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.