API Docs / Schemas / WorkflowStepClientDataDto

WorkflowStepClientDataDto

Response containing the current client field values for an UpdateClientData workflow step.

Properties

Name Type Description
fieldsarray of WorkflowStepClientDataFieldDto

The fields configured on this step with their current values and metadata.

The fields configured on this step with their current values and metadata.

JSON Example

{
  "fields": [
    {
      "fieldType": "...",
      "clientField": "...",
      "customFieldDefinitionCode": "...",
      "label": "...",
      "dataType": "..."
    }
  ]
}

Used By Operations