Tableau · Example Payload

Tableau Rest Job Example

AnalyticsBusiness IntelligenceDashboardsData Visualization

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

Top-level fields

idmodetypestatusprogresscreatedAtstartedAtendedAtfinishCodetitlesubtitlestatusNotesextractRefreshJob

Example Payload

Raw ↑
{
  "id": "abc123",
  "mode": "example_value",
  "type": "example_value",
  "status": 10,
  "progress": 10,
  "createdAt": "example_value",
  "startedAt": "example_value",
  "endedAt": "example_value",
  "finishCode": 10,
  "title": "Example Title",
  "subtitle": "example_value",
  "statusNotes": "example_value",
  "extractRefreshJob": "example_value"
}