{
"success": true,
"data": [
{
"id": "5fce0444c3760132f0bafa76",
"agent": {
"id": "5fb39b81020a981b2bfa9dfa",
"firstName": "Survey",
"lastName": "Participant",
"email": "survey-participant@useforms.com",
"phone": null,
"profilePicture": null
},
"form": {
"id": "5fc55f3ae741f90dba0beee4",
"name": "Sample Form",
"description": "My sample form",
"createdAt": "2020-11-30T21:08:10.616Z",
"updatedAt": "2021-03-19T13:04:52.037Z"
},
"formShare": {
"id": "5fc55fd0e741f90dba0beee6",
"name": "January batch",
"isSuspended": false,
"dueDate": null,
"createdAt": "2020-11-30T21:10:40.269Z",
"updatedAt": "2021-01-18T13:32:33.422Z"
},
"status": "pending",
"rejectionMessage": null,
"location": {
"latitude": 37.09024,
"longitude": -95.712891,
"country": "UNITED STATES",
"state": "KANSAS",
"lga": "INDEPENDENCE",
"city": null,
"address": "5000 Estate Enighed, Independence, KS 67301, USA"
},
"responses": [
{
"page": "Page 1",
"answers": [
{
"question": "What is your email?",
"answer": "testrespondent@gmail.com",
"type": "email"
},
{
"question": "Leave a note for us",
"answer": null,
"type": "longText"
},
{
"question": "What is your phone number?",
"answer": null,
"type": "phoneNumber"
}
]
}
],
"createdAt": "2020-12-07T10:30:28.867Z",
"duration": 35
}
],
"_metadata": {
"total": 3,
"perPage": 1,
"pageCount": 3,
"pageLinks": {
"current": "https://api.developer.useforms.com/v1/forms/5fc55f3ae741f90dba0beee4/responses?perPage=1&page=1",
"next": "https://api.developer.useforms.com/v1/forms/5fc55f3ae741f90dba0beee4/responses?perPage=1&page=2",
"previous": null
}
}
}