Recebe informações de vínculo entre um modelo e um formulário dinâmico, e retorna as respostas previamente salvas para esse formulário.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Respostas do formulário retornadas com sucesso
[
{
"answer": "<string>",
"answered_by": "<uuid>",
"id": "<integer>",
"label": "<string>",
"model": "<string>",
"updated_at": "<dateTime>"
},
{
"answer": "<string>",
"answered_by": "<uuid>",
"id": "<integer>",
"label": "<string>",
"model": "<string>",
"updated_at": "<dateTime>"
}
]"<dateTime>"
"<boolean>"