此端点通过其ID检索先前完成的答案。
answer_id. È utile per ottenere dettagli su una risposta precedentemente generata.
GET
/v1/answers/{answer_id}
answer_id: obbligatorio. L’identificatore univoco della risposta che si desidera recuperare.200 OK: La richiesta è stata completata con successo.404 Not Found: Non è stata trovata alcuna risposta con l’answer_id fornito.500 Internal Server Error: Si è verificato un errore nel server.YOUR_ACCESS_TOKEN con il tuo token di accesso effettivo.Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Eindeutiger Bezeichner für die abzurufende Antwort.