List form responses
List all responses for a specific form
AuthorizationBearer <token>
Bearer token authentication. Use your API key as the bearer token.
In: header
List form responses input
formId?string
formUid?string
pagination?bv.Pagination
Response Body
curl -X POST "https://eu1.api.bivariant.com/v1/form-responses/list" \ -H "Content-Type: application/json" \ -d '{}'[
{
"authorId": "string",
"content": {
"items": [
{
"inputId": "string",
"rawResponse": null,
"response": null
}
]
},
"createdAt": "string",
"formId": "string",
"id": "string",
"submittedAt": "string",
"updatedAt": "string"
}
]{
"code": "string",
"message": "string"
}{
"code": "string",
"message": "string"
}{
"code": "string",
"message": "string"
}{
"code": "string",
"message": "string"
}