Alteryx · Example Payload

Alteryx Server V3 Schedule Iteration Example

AnalyticsAutomationData EngineeringData PreparationData ScienceETLMachine LearningPredictive Analytics

Alteryx Server V3 Schedule Iteration Example is an example object payload from Alteryx, with 9 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

iterationTypestartTimeendTimehourlyContractdailyContractweeklyContractmonthlyContractcustomContractcronContract

Example Payload

Raw ↑
{
  "iterationType": "example_value",
  "startTime": "example_value",
  "endTime": "example_value",
  "hourlyContract": "https://www.example.com",
  "dailyContract": "example_value",
  "weeklyContract": "example_value",
  "monthlyContract": "example_value",
  "customContract": "example_value",
  "cronContract": "example_value"
}