SentiSnap.com | Online dotazníky s AI překlady a analýzou odpovědí

Seznam odpovědí

Získejte odpovědi z průzkumu s volitelným filtrováním.

GET

https://api.sentisnap.com/v1/surveys/{surveyId}/responses

Autentizace

Vyžaduje API klíč s oprávněním responses:read.

Path parametry

ParametrTypPovinnýPopis
surveyIdstringAnoSurvey UUID

Query parametry

ParametrTypPovinnýPopis
pageintegerNePage number (default: 1)
per_pageintegerNeNumber per page (default: 50, max: 100)
filter[submittedAt][gte]stringNeFilter by date (ISO 8601)
filter[submittedAt][lte]stringNeFilter by date (ISO 8601)

Odpověď

{
  "data": [
    {
      "id": "019def45-6789-0abc-def0-123456789abc",
      "respondent_id": "resp_abc123",
      "status": "completed",
      "data": {
        "question_uuid_1": "Very satisfied",
        "question_uuid_2": [
          "Feature A",
          "Feature C"
        ],
        "question_uuid_3": "The product is excellent and easy to use."
      },
      "metadata": {
        "source": "email",
        "language": "en",
        "time_spent_seconds": 245
      },
      "started_at": "2024-01-20T14:20:00Z",
      "submitted_at": "2024-01-20T14:24:05Z",
      "created_at": "2024-01-20T14:20:00Z"
    }
  ],
  "meta": {
    "page": 1,
    "per_page": 50,
    "total": 1250,
    "total_pages": 25
  },
  "links": {
    "self": "/v1/surveys/019abc.../responses?page=1",
    "next": "/v1/surveys/019abc.../responses?page=2"
  }
}

Pole odpovědi

PoleTypPopis
idstringUnikátní identifikátor odpovědi
respondent_idstringAnonymní identifikátor respondenta
statusstringStav odpovědi: started, completed
dataobjectOdpovědi na otázky klíčované podle ID otázky
metadataobjectDalší metadata odpovědi
started_atstringKdy respondent začal
submitted_atstringKdy byla odpověď odeslána

Příklad

# Get responses from the last 7 days
curl -X GET "https://public-api.sentisnap.com/v1/surveys/019abc.../responses?filter[submittedAt][gte]=2024-01-13T00:00:00Z" \
  -H "Authorization: Bearer sk_live_..."

Chyby

KódPopis
401Neplatný API klíč
403Nedostatečné oprávnění (vyžaduje responses:read)
404Průzkum nenalezen
SentiSnap.com

Zachyťte každou zmínku o vaší značce, monitorujte zpětnou vazbu napříč všemi kanály a díky sociálnímu naslouchání převeďte šum internetu v jasné poznatky, které podporují růst vašeho businessu.

Copyright © 2026 SentiSnap s.r.o.

SentiSnap s.r.o., Rybná 716/24, Staré Město, 110 00 Praha 1, IČO: 21384053, DIČ: CZ21384053

circle-gray