Process/Instances({ProcessInstanceID})/DataFields({DataFieldName})
Returns a data field matching the DataFieldName for the Process instance with the specified identifier (ProcessInstanceID).
| Value | Notes | |
|---|---|---|
| URI | {Service Root URI}/Process/Instances({ProcessInstanceID})/DataFields({DataFieldName}) e.g. https://api.denallix.com:443/K2Services/REST.svc/Process/Instances(8)/DataFields(MyProcessDataField) |
|
| Method | GET | |
| Return Type |
DataField or Failure |
|
| Return Example | <DataField Name="MyProcessDataField" xmlns="http://schemas.k2.com/process/d1" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">Some process data field value </DataField> |