Hi.
I am having the same problem. I have created some classes to recreate the structure but I do not know what information I must give.
public class ConfirmedData {
public ConfirmedField[] ConfirmedFields;
}
public class ConfirmedField {
WFFormFieldValue Value;
}
public class WFFormFieldValue {
public Object Item;
public int ItemElementName;
}
If I call the REST method without information I get the response: 500 INTERNAL_SERVER_ERROR.
I hope someone could help.