UiPath · Example Payload

Data Service Entity Query Request Example

AutomationRobotic Process AutomationRPAArtificial IntelligenceDocument ProcessingEnterprise AutomationOrchestrationTesting

Data Service Entity Query Request Example is an example object payload from UiPath, with 5 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

filterGroupselectedFieldsorderBystartlimit

Example Payload

Raw ↑
{
  "filterGroup": {},
  "selectedFields": [
    "example-value"
  ],
  "orderBy": [
    {}
  ],
  "start": 92,
  "limit": 99
}