cURL
curl --request GET \ --url https://api-clients.opiny.com.br/v1/surveys/{id} \ --header 'Authorization: Bearer <token>'
{ "id": "cmjt5c5d00003jr0wngf8kjga", "name": "Feedback de Satisfação", "status": "active", "created_at": "2023-11-07T05:31:56Z", "metrics": { "views": 1250, "responses": 450, "sentiment_score": 85 } }
Retorna a estrutura completa de uma pesquisa específica, incluindo perguntas.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Sucesso
"cmjt5c5d00003jr0wngf8kjga"
"Feedback de Satisfação"
active
draft
paused
archived
"active"
Show child attributes