UiPath · Example Payload

Orchestrator Asset Example

AutomationRobotic Process AutomationRPAArtificial IntelligenceDocument ProcessingEnterprise AutomationOrchestrationTesting

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

Top-level fields

IdNameValueTypeStringValueIntValueBoolValueCredentialUsernameCredentialPasswordDescriptionOrganizationUnitId

Example Payload

Raw ↑
{
  "Id": 100,
  "Name": "Example Name",
  "ValueType": "Text",
  "StringValue": "example-value",
  "IntValue": 73,
  "BoolValue": true,
  "CredentialUsername": "Example Name",
  "CredentialPassword": "example-value",
  "Description": "Example description for this resource.",
  "OrganizationUnitId": 26
}