Back to All

.Net Deserialize Fields

Hi guys,
I'm trying to migrate from API v1 to v2 and spending a fair bit of time trying to proper deserialize fields from the formz returned from the endpoint https://api.goformz.com/v2/formz/{0}
That name property in front of each field is the issue, can you guys provide any help on this ? any example on how to rid of that name and properly convert the json fields into c# objects ?

Another question what's the end point to download the PDF file from each form ? used to download from https://api.goformz.com/1.0/stream.svc/GetPDFStream?formInstanceId={0}

Thank you and Regards