UiPath · Example Payload

Automation Hub Automation List Response Example

AutomationRobotic Process AutomationRPAArtificial IntelligenceDocument ProcessingEnterprise AutomationOrchestrationTesting

Automation Hub Automation List Response Example is an example object payload from UiPath, with 4 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

totalCountpagepageSizeautomations

Example Payload

Raw ↑
{
  "totalCount": 22,
  "page": 54,
  "pageSize": 13,
  "automations": [
    {}
  ]
}