Tableau · Example Payload

Tableau Rest Data Source Example

A sample description.

example_value

Tableau Rest Data Source Example is an example object payload from Tableau, with 15 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

idnamedescriptioncontentUrltypecreatedAtupdatedAtisCertifiedcertificationNoteuseRemoteQueryAgenthasExtractsencryptExtractsprojectownertags

Example Payload

Raw ↑
{
  "id": "abc123",
  "name": "Example Title",
  "description": "A sample description.",
  "contentUrl": "https://www.example.com",
  "type": "example_value",
  "createdAt": "example_value",
  "updatedAt": "example_value",
  "isCertified": true,
  "certificationNote": "example_value",
  "useRemoteQueryAgent": true,
  "hasExtracts": true,
  "encryptExtracts": "example_value",
  "project": "example_value",
  "owner": "example_value",
  "tags": "example_value"
}