Newer Version Available

This content describes an older version of this product. View Latest

Tableau CRM REST API Examples

Use Tableau CRM REST API examples to perform tasks.

While using the Tableau CRM REST API, keep this in mind:

  • Request parameters may be included as part of the Tableau CRM REST API resource URL, for example, /wave/folders?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.