Get form response

Get a form response by id

GET
/form-responses/{responseId}
AuthorizationBearer <token>

Bearer token authentication. Use your API key as the bearer token.

In: header

Path Parameters

responseIdstring

Form Response ID

Response Body

curl -X GET "https://eu1.api.bivariant.com/v1/form-responses/string"
{
  "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"
}