DEV Community · Example Payload

Getsurveypolltextresponses Response 200

Developer CommunityArticlesBloggingSocialContentOpen Source

Getsurveypolltextresponses Response 200 is an example object payload from DEV Community, with 5 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

operationIdmethodpathstatusresponse

Example Payload

Raw ↑
{
  "operationId": "getSurveyPollTextResponses",
  "method": "GET",
  "path": "/api/surveys/{id_or_slug}/poll_text_responses",
  "status": "200",
  "response": [
    {
      "type_of": "poll_text_response",
      "id": 12,
      "poll_id": 57,
      "user_id": 4258,
      "text_content": "Great survey!",
      "session_start": 0,
      "user_email": "person210@example.com",
      "created_at": "2026-05-28T18:45:30Z"
    }
  ]
}