UiPath · Example Payload

Orchestrator O Data Job Collection Example

AutomationRobotic Process AutomationRPAArtificial IntelligenceDocument ProcessingEnterprise AutomationOrchestrationTesting

Orchestrator O Data Job Collection Example is an example object payload from UiPath, with 3 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

@odata.context@odata.countvalue

Example Payload

Raw ↑
{
  "@odata.context": "example-value",
  "@odata.count": 98,
  "value": [
    {}
  ]
}