Alteryx · Example Payload

Alteryx Server V3 Schedule Detail Example

AnalyticsAutomationData EngineeringData PreparationData ScienceETLMachine LearningPredictive Analytics

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

Top-level fields

idnameworkflowIdversionIdownerIdrunDateTimecommentenabledpriorityworkerTagstatuscredentialIdcreationTimelastRunTimestaterunCountfrequencylastErrorcpuNamelastModifiedIdlastModifiedDatecanEdittimeZonequestions

Example Payload

Raw ↑
{
  "id": "abc123",
  "name": "Example Title",
  "workflowId": "500123",
  "versionId": "500123",
  "ownerId": "500123",
  "runDateTime": "example_value",
  "comment": "example_value",
  "enabled": true,
  "priority": "example_value",
  "workerTag": "example_value",
  "status": "example_value",
  "credentialId": "500123",
  "creationTime": "example_value",
  "lastRunTime": "example_value",
  "state": "example_value",
  "runCount": 10,
  "frequency": "example_value",
  "lastError": "example_value",
  "cpuName": "example_value",
  "lastModifiedId": "500123",
  "lastModifiedDate": "example_value",
  "canEdit": true,
  "timeZone": "example_value",
  "questions": []
}