Newer Version Available
Apex REST Annotations
Use these annotations to expose an Apex class as a RESTful Web
service.
- @ReadOnly
- @RestResource(urlMapping='/yourUrl')
- @HttpDelete
- @HttpGet
- @HttpPatch
- @HttpPost
- @HttpPut