Newer Version Available
Recipe REST API Examples
Use Recipe REST API examples to perform tasks.
While using the Recipe REST API, keep this in mind:
- Request parameters may be included as part of the REcipe REST API resource URL, for example, /wave/recipes?q=searchtext. A request body is a rich input which may be included as part of the request. When accessing a resource, you can use either a request body or request parameters. You cannot use both.
- With a request body, use Content-Type: application/json or Content-Type: application/xml.
- With request parameters, use Content-Type: application/x-www-form-urlencoded.