Alteryx · Example Payload

Alteryx Server V3 Schedule Summary Example

AnalyticsAutomationData EngineeringData PreparationData ScienceETLMachine LearningPredictive Analytics

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

Top-level fields

idnameworkflowIdownerIdrunDateTimetimeZone

Example Payload

Raw ↑
{
  "id": "abc123",
  "name": "Example Title",
  "workflowId": "500123",
  "ownerId": "500123",
  "runDateTime": "example_value",
  "timeZone": "example_value"
}