Alteryx · Example Payload

Alteryx Server V3 Workflow Detail Example

AnalyticsAutomationData EngineeringData PreparationData ScienceETLMachine LearningPredictive Analytics

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

Top-level fields

idsourceAppIddateCreatedrunCountversionsnameownerIdworkerTagdistrictTagscommentsisPublicisReadyForMigrationpublishedVersionIdothersMayDownloadothersCanViewHistoryothersCanExecutehasPrivateDataExemption

Example Payload

Raw ↑
{
  "id": "abc123",
  "sourceAppId": "500123",
  "dateCreated": "example_value",
  "runCount": 10,
  "versions": [],
  "name": "Example Title",
  "ownerId": "500123",
  "workerTag": "example_value",
  "districtTags": [],
  "comments": "example_value",
  "isPublic": true,
  "isReadyForMigration": true,
  "publishedVersionId": "500123",
  "othersMayDownload": true,
  "othersCanViewHistory": true,
  "othersCanExecute": true,
  "hasPrivateDataExemption": true
}