webMethods OneData 10.11 | Managing Master Data with webMethods OneData | Developing for webMethods OneData | RESTful Web Services | HTTP operations supported in webMethods OneData
 
HTTP operations supported in webMethods OneData
The following table shows the HTTP methods and their supported operations in webMethods OneData.
Method
Supported Operation
GET
Data retrieval. By default, GET retrieves data from the Release area. To retrieve data from the Work area, use the request parameter schema_id. For information about schema_id, see Using Filters in RESTful Services.
POST
Data modification such as INSERT, UPDATE, DELETE (including RESTORE and PURGE).
PUT
Not supported.
DELETE
Not supported.