Tableau · Example Payload

Tableau Rest Schedule Example

AnalyticsBusiness IntelligenceDashboardsData Visualization

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

Top-level fields

idnamestateprioritycreatedAtupdatedAttypefrequencynextRunAtendScheduleAtfrequencyDetails

Example Payload

Raw ↑
{
  "id": "abc123",
  "name": "Example Title",
  "state": "example_value",
  "priority": 10,
  "createdAt": "example_value",
  "updatedAt": "example_value",
  "type": "example_value",
  "frequency": "example_value",
  "nextRunAt": "example_value",
  "endScheduleAt": "example_value",
  "frequencyDetails": "example_value"
}