get https://api.goformz.com/v2/formz/
Returns the contents associated with the form.
{
"formId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"name": "string",
"overrideDefaultFormName": true,
"status": {
"status": "string",
"changeDate": "string"
},
"lastUpdateDate": "string",
"assignment": {
"id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"type": "string",
"url": "string"
},
"location": {
"latitude": 0,
"longitude": 0,
"accuracy": 0
},
"templateId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"templateUrl": "string",
"fields": {
"additionalProp1": {
"id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"name": "string",
"type": "string"
},
"additionalProp2": {
"id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"name": "string",
"type": "string"
},
"additionalProp3": {
"id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"name": "string",
"type": "string"
}
}
}